[asterisk-users] withheld caller id

Doug Lytle support at drdos.info
Tue Apr 10 05:30:15 CDT 2018


>>> > exten => _9X.,1,Dial(Dongle/dongle800/#31#${EXTEN:1},120,KT)

My suggestion would be to add a pause or two before dialing the phone number

exten => _9X.,1,Dial(Dongle/dongle800/#31#ww${EXTEN:1},120,KT)

D(digits): After the called party answers, send digits as a DTMF stream, then connect the call to the originating channel (you can also use 'w' to produce .5 second pauses). You can also provide digits after a colon - all digits before the colon are sent to the called channel, all digits after the colon are sent to the calling channel (all digits are sent to the called channel if there is no colon present).

Doug



More information about the asterisk-users mailing list