Displaying 7 results from an estimated 7 matches for "n&local".
2018 Jul 13
2
Withholding Answer Supervision
Hi,
Is there any way of telling Asteirsk to withhold answer subversion on a
call till I call Answer.
My DP looks like this:
[incoming]
Exten => 18005551212,1,Noop()
same => n,Answer
same => n,Mset(__uid=${SIPCALLID})
same => n,MixMonitor(/tmp/FROM_CALLER_${uid}-${START}.WAV)
same => n,Dial(Loc...
2015 Jul 15
2
How to dial extensions asynchronous-sequentially ?
Heya Rodrigo
Not sure, but this expansion on Sammy's concept may help you achieve the delayed ring on the secondary extensions you were looking for.
exten => _600.,1,Dial(PJSIP/${EXTEN})
exten => _600.,n,Hangup
exten => _600.wait5,1,Wait(5)
exten => _600.wait5,n,Dial(PJSIP/${EXTEN:0:4})
exten =&...
2015 Jul 13
3
How to dial extensions asynchronous-sequentially ?
Hi.
I my dialplan I have :
same = n,Dial(PJSIP/6001,10)
same = n,Dial(PJSIP/6002,30)
same = n,Hangup()
The extension 6002 will not be invited until the called party 6001 hangs up or until 10 seconds if nobody answers the call in 6001.
How to call 6001 and immediately call 6002, having 2 phones ringing at same t...
2006 May 11
2
Paging and Auto Answer on Grandstream GXP2000
I am looking to setup paging using the auto answer feature on the
Grandstream GXP2000. I am thinking I will follow the method as described
here:
http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+page
I will setup the 4th account on the phone to auto answer.
Does anyone else have a method t...
2015 Jul 13
3
RES: How to dial extensions asynchronous-sequentially ?
Hi SamyGo.
Thank you for the replay. So, let me explain it better:
I knew that I could use something like " same = n,Dial(PJSIP/6001&PJSIP/6002) ".
While every extension (called phones) rings and before anyone answers, SIP 183 messages will be sent to Asterisk from callees. If a called phone answer...
2015 Jul 13
2
RES: RES: How to dial extensions asynchronous-sequentially ?
Hi Sammy.
After answering your last message (please, see my last message), I was thinking about conferences and my main objective.
Conferences will not work well for my case, because I it will allows more than one called party answering the call. But, after one answers the call, I need cancel the others ringing call...
2009 Feb 12
4
Multiple caller id ...
If I have the following in the dialplan
exten => foo,n,Dial(SIP/1234&Zap/G1c/55443322)
and SIP/5432 calls this extension,
is it possible to show different callerid numbers to each of the target
numbers ?
The reason I ask is that if the call is from an internal sip phone, I
want to show the internal callerid...