search for: _2x

Displaying 6 results from an estimated 6 matches for "_2x".

Did you mean: 2x
2005 May 10
2
DISA
...with local SIP users. The user enters in a 2 digit code then they get a dialtone and the phone dials out. The problem is that the calls waits 10 seconds after the outgoing number is dialed, no matter what I put for the timeout values. Anyone else using DISA that has run into this? exten => _2X,1,Answer exten => _2X,2,DigitTimeout(2) exten => _2X,3,ResponseTimeout(2) exten => _2X,4,SetAccount(1${EXTEN}) exten => _2X,5,SetCDRUserField(${SIPCALLID}) exten => _2X,6,DISA(no-password|<another context>) -- ----- Chris Stinson Network Operations Center ISDN-Net, Inc. 615-...
2009 Jul 09
1
Connecting two Asterisk together via SIP + DISA
...ted with allow= does NOT matter! allow=alaw allow=g723.1 ; Asterisk only supports g723.1 pass-thru! allow=g729 ; Pass-thru only 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...
2005 Sep 13
1
Dialplan Design Q
...IP/20,20) exten => 21,1,Dial(SIP/21,20) exten => 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...
2005 Jul 03
1
Connecting two servers - dial string
Scenario: Both boxes are behind firewall, port udp 4569 is open. If I don't want the username and password in dialing string do I have to use register statement in IAX.CONF. Can anybody post some working samples; I have a hard time making it to work with the samples posted on wiki. -- #Joseph
2008 Dec 02
0
How to get both channel ids from diaplan ?
...ariable). I found BRIDGEPEER but its value remains unset (see bellow) even inside connect2fax routine (in which I would like to re-direct both channels : incoming channel to let caller hear "you successfully sent a fax" and outgoing channel to get fax content) : context mylocal { _2X. => { NoOp(Calling ${EXTEN:1} from ${CALLERID(num)} using ${CHANNEL}); NoOp(Peer is ${BRIDGEPEER}); Dial(Local/${EXTEN:1},,U(connect2fax,${EXTEN},${UNIQUEID},${BRIDGEPEER})); Hangup(); }; }; Any idea ? Cheers -------------- next part --...
2004 Jan 17
1
Registering multiple FWD accounts
Can multiple FWD accounts be registered? I have the following output in my sip.conf file: register=74928:xxx@fwd.pulver.com/74928 register=75160:xxx@fwd.pulver.com/75160 register=74573:xxx@fwd.pulver.com/74573 [fwd-74928] type=friend secret=xxx username=74928 host=fwd.pulver.com [fwd-75160] type=friend secret=xxx username=75160 host=fwd.pulver.com [fwd-74573] type=friend secret=xxx