diff --git a/apps/app_dial.c b/apps/app_dial.c index fdcf66bbea..10c31065ae 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -86,6 +86,7 @@ If you need more than one enter them as Technology2/Resource2&Technology3/Resource3&..... + Specifies the number of seconds we attempt to dial the specified devices. diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index 4fc16e334a..a4a60f0723 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -234,6 +234,59 @@ + + DAHDI allows several modifiers to be specified as part of the resource. + The general syntax is : + Dial(DAHDI/pseudo[/extension]) + Dial(DAHDI/<channel#>[c|r<cadance#>|d][/extension]) + Dial(DAHDI/(g|G|r|R)<group#(0-63)>[c|r<cadance#>|d][/extension]) + The following modifiers may be used before the channel number: + + + Search forward, dialing on first available channel in group (lowest to highest). + + + Search backward, dialing on first available channel in group (highest to lowest). + + + Round robin search forward, picking up from where last left off (lowest to highest). + + + Round robin search backward, picking up from where last left off (highest to lowest). + + + The following modifiers may be used after the channel number: + + + Wait for DTMF digit # before providing answer supervision. + This can be useful on outbound calls via FXO ports, as otherwise + they would indicate answer immediately. + + + Force bearer capability for ISDN/SS7 call to digital. + + + ISDN span channel restriction. + Used by CC to ensure that the CC recall goes out the same span. + Also to make ISDN channel names dialable when the sequence number + is stripped off. (Used by DTMF attended transfer feature.) + + + Specifies the distinctive ring cadence number to use immediately after + specifying this option. There are 4 default built-in cadences, and up to 24 + total cadences may be configured. + + + + same => n,Dial(DAHDI/g1/5551212) + + + same => n,Dial(DAHDI/4r2) + + + same => n,Dial(DAHDI/3c/5551212) + + Transfer DAHDI Channel.