search for: defaultplan

Displaying 5 results from an estimated 5 matches for "defaultplan".

Did you mean: default_plan
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
...ter adding the ww: > root at Pbx: /etc/asterisk $ asterisk -rvvv > Asterisk 11.25.3, Copyright (C) 1999 - 2013 D == Using SIP RTP TOS bits > 184 > == Using SIP RTP CoS mark 5 -- Executing > [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[13...
2018 Jan 10
2
how do i enable call features??
Hi. i am running asterisk 11 and i would like to have features access codes in my system such as call waiting(all types) (enable/disable), call forward (enable/disable) and DND. my dialplan is pretty simple and it is the following [DefaultPlan]exten => _XXXXXXXXXX,1,Dial(SIP/VoipGate/${EXTEN},120,Tt)exten => _XXXXXXXXXX,1,Busy() exten => _4XX,2,Answer()exten => _4XX,3,VoiceMail(${EXTEN}@Office,su)exten => _4XX,4,HangUp()exten => _4XX,102,Answer()exten => _4XX,103,VoiceMail(${EXTEN}@Office,sb)exten => _4XX,104,Hang...
2018 Jan 10
2
how do i enable call features??
...; wrote: > >> Hi. i am running asterisk 11 and i would like to have features access >> codes in my system such as call waiting(all types) (enable/disable), call >> forward (enable/disable) and DND. my dialplan is pretty simple and it is >> the following >> >> [DefaultPlan]exten => _XXXXXXXXXX,1,Dial(SIP/VoipGate/${EXTEN},120,Tt)exten => _XXXXXXXXXX,1,Busy() >> exten => _4XX,2,Answer()exten => _4XX,3,VoiceMail(${EXTEN}@Office,su)exten => _4XX,4,HangUp()exten => _4XX,102,Answer()exten => _4XX,103,VoiceMail(${EXTEN}@Office,sb)exten => _4XX...
2018 Jan 11
2
how do i enable call features??
...asterisk 11 and i would like to have features access >>>> codes in my system such as call waiting(all types) (enable/disable), call >>>> forward (enable/disable) and DND. my dialplan is pretty simple and it is >>>> the following >>>> >>>> [DefaultPlan]exten => _XXXXXXXXXX,1,Dial(SIP/VoipGate/${EXTEN},120,Tt)exten => _XXXXXXXXXX,1,Busy() >>>> exten => _4XX,2,Answer()exten => _4XX,3,VoiceMail(${EXTEN}@Office,su)exten => _4XX,4,HangUp()exten => _4XX,102,Answer()exten => _4XX,103,VoiceMail(${EXTEN}@Office,sb)exten =&...