Changeset 4032

Show
Ignore:
Timestamp:
01/14/09 02:43:06 (4 years ago)
Author:
frogonwheels
Message:

Document dialplangoto.
Add inzone documentation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/contrib/package/asterisk-xip/files/uci/dialplanconf.txt

    r4003 r4032  
    2222 
    2323dialplan {name}     - Define a dialplan context 
    24     include 
     24    include (list) 
    2525    #=mailbox|voice|meetme|saytime|clock 
    2626 
     
    3636 
    3737dialplangoto 
    38             dialplan|extension|target) 
     38    dialplan     - Dialplan to add to 
     39    extension    - Number to dial 
     40    target       - Goto  Target 
    3941 
    4042dialplansaytime 
     
    5355    localprefix   - Prefix for a local call 
    5456 
    55 inzone 
    56     TODO 
     57inzone {name} 
     58    include (list) - Other zones to include 
     59    match (list)  - Number to match 
     60    caller (list) - Caller number to match 
     61    goto          - Forward to zone. 
    5762 
    5863incominggeneral 
     
    6267    mailbox        - Default global mailbox for incoming calls 
    6368    lastcall       - Subroutine Context to store Last incoming call 
    64     lastcalltype   - Method for calling lastcall (default goto) goto|gosub|macro|start 
     69    lastcalltype   - Method for calling lastcall (default macro) goto|gosub|macro|start 
    6570    missed         - Subroutine context to store last missed call dialplan context 
    66     missedtype     - Method for calling 'missed' context  goto|gosub|macro|start 
     71    missedtype     - Method for calling 'missed' context  macro|gosub|macro|start 
    6772 
    6873incoming {name} - Incoming zone 
     
    7984    aftertimeouttype - Type of the target (macro|start|goto) 
    8085    lastcall         - Subroutine Context to store Last incoming call 
    81     lastcalltype     - Method for calling lastcall (default goto) goto|gosub|macro|start 
     86    lastcalltype     - Method for calling lastcall (default macro) goto|gosub|macro|start 
    8287    missed           - Subroutine context to store last missed call dialplan context 
    8388    missedtype       - Method for calling 'missed' context  goto|gosub|macro|start