Displaying 5 results from an estimated 5 matches for "_3x".
Did you mean:
3x
2009 Jul 09
1
Connecting two Asterisk together via SIP + DISA
...unless g729 license obtained
******
extensions.conf
******
[phones]
include=>internal
include=>remote
[internal]
exten=>_2x,1,NoOp()
exten=>_2x,n,Dial(SIP/${EXTEN},30)
exten=>_2x,n,Hangup()
[remote]
;exten=>_1x,1,NoOp()
exten=>_1x,1,Dial(SIP/asterisk2/${EXTEN})
exten=>_3x,1,Dial(SIP/asterisk2/${EXTEN})
exten=>_1x,n+101,Hangup()
exten=>_3x,n+101,Hangup()
[asterisk2_incoming]
include=>internal
**************************************************
asterisk 2
****************************************************
******
sip.conf
*******
[10]
type=friend
contex...
2005 Sep 13
1
Dialplan Design Q
...xten => 22,1,Dial(SIP/22,20)
include => outbound
[ContextC]
exten => 30,1,Dial(SIP/30,20)
exten => 31,1,Dial(SIP/31,20)
exten => 32,1,Dial(SIP/32,20)
include => outbound
[default]
exten => _1X,1,GoTo(ContextA,${EXTEN},1)
exten => _2X,1,GoTo(ContextA,${EXTEN},1)
exten => _3X,1,GoTo(ContextA,${EXTEN},1)
[outbound]
exten => _9XXXXXXXXXX,1,Dial(SIP/${EXTEN:1}@192.168.1.100)
So each user registers and they can call each other and they can dial
9xxxxxxxxxx to dial local and ld. The issue arises when they want/need
to call the other companies in the other contexts....
2007 Feb 10
0
Unable to lookup host in c= line
...lients
;
[39]
callerid=Phone 3 <39>
host=dynamic
domain=192.168.0.82
user=39
secret=100
type=friend
mailbox=39
nat=yes
canreinvite=no
qualify=yes
---EOF---
Here is my extensions.conf.
---extensions.conf---
[general]
static=yes
writeprotect=no
[lokal]
; local extensions 30-29
exten => _3X,1,NoCDR()
exten => _3X,n,Dial,SIP/${EXTEN}|55|Ttr
; SIP Provider
[Mitacs_out]
exten => _X.,1,SetCallerId,SIPID
exten => _X.,2,Dial(SIP/${EXTEN}@43720755555,45,trg)
exten => _X.,3,Hangup
[default]
include => lokal
include => Mitacs_out
[ankommend]
exten => 43720755555,1,Dial,...
2004 Dec 29
0
12 CANCEL's followed by 12 INVITE's in 5 secs
...=> 103,1,Dial(SIP/sourabha,20,tr)
exten => 104,1,Dial(SIP/laptop,20,tr)
exten => 105,1,Dial(SIP/anurag,20,tr)
exten => 106,1,Dial(SIP/askatti,20,tr)
exten => 107,1,Dial(SIP/simputer,20,tr)
exten => 108,1,Dial(SIP/geetha,20,tr)
include=> record
;working
[extensions]
exten => _3X,1,Dial,Zap/4/${EXTEN}
exten => _4X,1,Dial,Zap/4/${EXTEN}
include =>sipextensions
;working
[centrix]
ignorepat => 9
exten => 9,1,Dial,Zap/4/${EXTEN}
exten => _93XXX,2,Dial,Zap/4/${EXTEN:1}
include =>extensions
;working
[local]
ignorepat =>0
exten => 0,1,Dial,Zap/4/${EXTEN}...
2004 Dec 27
0
Call Placing timeouts
...; 104,1,Dial(SIP/laptop,20,tr)
exten => 105,1,Dial(SIP/anurag,20,tr)
exten => 106,1,Dial(SIP/askatti,20,tr)
exten => 107,1,Dial(SIP/simputer,20,tr)
exten => 108,1,Dial(SIP/geetha,20,tr)
;exten => clienta,1,Dial(SIP/clienta,20,tr)
include=> record
;working
[extensions]
exten => _3X,1,Dial,Zap/4/${EXTEN}
exten => _4X,1,Dial,Zap/4/${EXTEN}
include =>sipextensions
;working
[centrix]
ignorepat => 9
exten => 9,1,Dial,Zap/4/${EXTEN}
exten => _93XXX,2,Dial,Zap/4/${EXTEN:1}
include =>extensions
;working
[local]
ignorepat =>0
exten => 0,1,Dial,Zap/4/${EXTEN}...