Created standard location to add options to chan_dahdi for ISDN dialing.
authorRichard Mudgett <rmudgett@digium.com>
Fri, 6 Nov 2009 22:32:17 +0000 (22:32 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 6 Nov 2009 22:32:17 +0000 (22:32 +0000)
commit20e56c9d36b76efb153ce2d694e09e16547f525e
tree68b75417538f344ae05f74a57e29446f0b8232e7
parentdfa1fa560d1dd24e4e702a3a757589383799d471
Created standard location to add options to chan_dahdi for ISDN dialing.

Dial(DAHDI/g1[/extension[/options]])
Current options:
K(<keypad_digits>)
R Reverse charging indication (Collect calls)

The earlier Dial(DAHDI/g1[/K<keypad_digits>][/extension] format was
variable and did not allow for the easy addition of more options.

The earlier 'C' prefix character for reverse charge indiation would
conflict with the a-d DTMF digits if ISDN uses them.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@228691 65c4cc65-6c06-0410-ace0-fbb531ad65f3
CHANGES
channels/chan_dahdi.c
channels/sig_pri.c