search for: dongle800

Displaying 4 results from an estimated 4 matches for "dongle800".

Did you mean: dongle0
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...
2018 Apr 10
2
withheld caller id
thanks a lot for the reply. i thought of that and i did try to send *exten => _9X.,1,Dial(Dongle/dongle800/#31#${EXTEN:1},120,KT)exten => _9X.,n,Hangup(${HANGUPCAUSE})* but the provider replies back that it is a wrong number. Then i inserted the sim to an ordinary mobile phone and dialed #31# and the number, then the call progressed fine and it restricted the number. What am i doing wrong in asteris...
2018 Apr 10
2
withheld caller id
...> [9211123456 at AllCalls:1] Goto("SIP/500-00000003", > "DefaultPlan,9211123456,1") in new stack -- > 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]:...
2018 Apr 10
2
withheld caller id
Hi. I am running asterisk 11 and i have usb 3g dongles to make my gsm calls with the following config in extensions.conf exten => _9X.,1,Dial(Dongle/dongle800/${EXTEN:1},120,KT) exten => _9X.,n,Hangup(${HANGUPCAUSE}) By dialing 9 it opens the dongle to make a call. I would like to restrict my caller id. so when i place a call from this dongle, it will send on the other end *blocked number* or *withheld*. The carrier restricts (call by call) the calle...