Displaying 3 results from an estimated 3 matches for "_11x".
Did you mean:
_1x
2010 Apr 27
2
Connect 2 asterisks servers
Hi!
I need some help
Well i have this cenario:
1 ip04 running asterisk [A]
1 pc running asterisk [B]
I nedd to make calls from A to B, and B to A. Via sip
The A-B calls are working. Now I need to configure the dial plan to call B-A
either to sip numbers and Fxs.
Anyone can help me?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Mar 26
5
Asterisk parking hold and transferdigittimeo ut
...going context, named capi-out starting with this:
[capi-out]
exten => _XXX.,1,DoSomethingReallyImpressive()
...
After I changed it to:
[capi-out]
include => notfall ; special context for 3-digit emergency numbers
exten => _XXXX.,1,DoSomethingReallyImpressive()
...
[notfall]
exten => _11X,1,Dial(CAPI/ISDN3/${EXTEN}/b,60,tT)
...
BTW these includes are really magic, cause sometimes they don't do what you
(especially I) expext.
Please take a look at this:
EXAMPLE ###########################
;DIALPLAN
...
[capi-in]
include => capi-in-sub
exten => _955623XX,1,DoSomethingRe...
2009 Feb 12
1
Problem with parking
...EN},${CALLERID(num)},landline)
exten => 1414,1,Macro(trunkdial,${DTRK},${EXTEN},${CALLERID(num)},landline)
[gsm]
exten =>
_[6-8]XXXXXX,1,Macro(trunkdial,${DTRK},${EXTEN},${CALLERID(num)},gsm)
[special]
exten => 112,1,Macro(trunkdial,${DTRK},${EXTEN},$CALLERID(num)},emergency)
exten => _11X,1,Macro(trunkdial,${DTRK},${EXTEN},${CALLERID(num)},special)
exten => _15X,1,Macro(trunkdial,${DTRK},${EXTEN},${CALLERID(num)},special)
exten =>
_9XXXXXX,1,Macro(trunkdial,${DTRK},${EXTEN},${CALLERID(num)},special)
[international]
exten =>
_00x.,1,Macro(trunkdial,${DTRK},${EXTEN},${CALLER...