search for: myexten

Displaying 8 results from an estimated 8 matches for "myexten".

Did you mean: exten
2009 May 11
2
DTMF received twice
...exten => s,1,NoOp(One of our workers (${CALLERID(number)}) is calling office) ;callerID is the one of the calling mobile phone exten => s,n,Background(silence/1) ; Nokia E65 send digits in DTMF mode, no need to take care about input corrections ; exten => s,n(enterDigits),Read(myExten,pls-entr-num-uwish2-call,0,,,3) exten => s,n,GotoIf($["${myExten}"=""]?enterDigits) [...] Problem is that received DTMF digits in ${myExten} are received twice eg for 1234 ${myExten} has 11223344. I correct the extension by dialplan but I think it's not really a soluti...
2004 Apr 22
3
How to get call back when transfer fails
I searched the 22490 messages I have in my own personal asterisk-users archive and have not found the answer, and it also does not appear on the wiki. I have a SIP phone and a regular phone on a TDM400P FXS interface. Extensions are 100 and 101, respectively. On the SIP phone I can hit #, get the "Transfer" prompt and enter an extension I want to transfer to. No problem. I can do
2008 Jun 10
3
Asterisk : using setvar with IP Realtime and variable inheritance
Hi, I have what I think is a relatively advanced question. Any help is appreciated, even if it's not a complete answer. I am using Asterisk in mostly realtime fashion, specifically SIP registrations are in a MySQL table. This works fine (mostly). I also set a few variables in the setvar column, like this: callerid_internal=test <710>;did=5555551234 Again, this works
2016 Sep 23
2
PJSIP and P-Asserted-Identity
...his is incorrect. The P-Asserted-Identity should be the from_user at from_domain and the From and Contact should be the Caller Id provided information. I am Originating the calls using AMI.... Sample with caller id... Action: Originate ActionID: 1234 Channel: PJSIP/numbertocall at IPitimi Exten: myexten Context: Test Priority: 1 Timeout: 60000 CallerID: calleridname <calleridnumber> Variable: CALLERID(num-pres)=allowed_passed_screen Async: true Sample without caller id... Action: Originate ActionID: 1234 Channel: PJSIP/numbertocall at IPitimi Exten: myexten Context: Test Priority: 1 Timeou...
2010 May 04
6
Interesting email project.
Hey all. My boss asked me to implement the following When DID 713xxxxxxx is dialed send an email to mmosier at xxx.com. with the time date and CID included in the email. I know how to code some but am looking for the best way to do this. Sorry I might have asked this a couple months back. I forgot. Mmosier Houston Respectfully Michael D Mosier Ftoc Certified -------------- next part
2006 Jun 16
0
One problem (MOH) and one question (incoming SIP calls)
...in my Linux setup (I'm running Knoppix installed to a HD) which I can check for this? The question: if my Asterisk server is on a domain which is accessible from the public internet, is it possible for someone with a SIP client which is not on my Asterisk box to be able to dial something like (myexten@mydomain) and get an extension on my box? If so, what would I need to do to enable it or does it come that way "out of the box", as it were? Undrhil
2009 Sep 20
0
Stop / Resume in Dialplan / AMI
Hello. I'd like to know if the two following functionalities are available in Asterisk. -1- A stop/wait/halt functionality in the Dialplan. Like: exten => myexten, n, Halt where execution of the dialplan would wait indefinitely. I guess a Wait would be OK, but I'd like this wait to wait indefinitely. -2- A Goto functionality from the AMI: You give the channel, and you can ask it to change its priority. -3- Or a WaitForEvent: The AMI sends an event,...
2020 Feb 04
0
Always Be Conferencing v16e - pure AEL-based dial plan solution
...Originate(Local/${pngnpbx_abc_id}@pngnpbx-abc-bridge,exten,pngnpbx-abc-dial,${pngnpbx_abc_id}-0ABC,1,1); } return; } /* PUBLIC */ /* The "friend" macro can be entered multiple times, once per each additional participant. */ macro pngnpbx-abc-friend(position_,dialstr_) { local myexten=${CUT(dialstr_,/,2)}; local mycidnum=${DB(pngnpbx/abc/cb/${pngnpbx_abc_id}/cidnum)}; // TODO: more loop prevention using GROUP function (need to test bad forwarding scenarios) if( "x${myexten}" != "x${mycidnum}" ) { Set(DB(pngnpbx/abc/cb/${pngnpbx_abc_id}/fri...