Displaying 2 results from an estimated 2 matches for "parse_dial_str".
2018 Apr 10
3
withheld caller id
>>> > 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
2018 Apr 10
2
withheld caller id
...--
> Goto (DefaultPlan,92105727105,1)
> -- Executing [9211123456 at DefaultPlan:1] Dial("SIP/500-00000003",
> "Dongle/dongle800/#31#ww211123456,120,KT") in new stack
> [2018-04-10 13:23:46] WARNING[1327][C-00000003]: channel.c:79
> parse_dial_string: Invalid destination '#31#ww211123456' in chan_dongle,
> only 0123456789*#+ABC allowed [2018-04-10 13:23:46]
> WARNING[1327][C-00000003]: app_dial.c:2455 dial_exec_full: Unable to create
> channel of type 'Dongle' (cause 88 - Incompatible destination)
>...