search for: _xx

Displaying 20 results from an estimated 49 matches for "_xx".

Did you mean: _x
2006 May 12
3
VoiceMail application: "j" option not working as I supposed
I've the following dialplan. exten => _XX,hint,SIP/${EXTEN} exten => _XX,1,Dial(SIP/${EXTEN},10,j) exten => _XX,2,VoiceMail(${EXTEN}@default,u|j) exten => _XX,3,Hangup() exten => _XX,102,Goto(110) exten => _XX,103,Playback(pbx-invalid) exten => _XX,104,Hangup() exten => _XX,110,VoiceMail(${EXTEN}@default,b|j) exten =&g...
2007 Jun 07
3
getting at ${CALLERIDNUM}
...ect together. So cool. I'm trying to have the caller id read back to me. Do I need to do something to have this sent across in the sip.conf? Or is there something I need to do somewhere to enable the reading of this data? Thank you! Matt Here is my extensions.conf exten => _XX.,1,Answer() exten => _XX.,n,Playback(hello-world) exten => _XX.,n,SayDigits(${CALLERIDNUM}) exten => _XX.,n,SayDigits(${LEN(${CALLERIDNUM})}) exten => _XX.,n,SayDigits(1234) exten => _XX.,n,Hangup() exten => _XX.,n,SayDigits(${LEN(${CALLERIDNUM})}) says "zero" and...
2006 Dec 22
2
Determining invalid extensions.
...ts (100-104). The problem is, the callplan doesn't see that say, extension 600 is invalid, it just goes back to the beginning of the callplan and repeats. If I enter a single digit, it works perfectly. Anyone have any ideas? Here's the incoming callplan. [voicepulse-in] exten => _XX.,1,Answer exten => _XX.,n,Set(TIMEOUT(digit)=5) ; Set Digit Timeout to 5 seconds exten => _XX.,n,Set(TIMEOUT(response)=10) ; Set Response Timeout to 10 seconds exten => _XX.,n,Background(thank-you-for-calling) exten => _XX.,n(restart),Background(enter-ext-of-person) exten =&g...
2005 Aug 28
1
DIALSTATUS for Originate
...bridges my internal extension to the external call without returning any dial status. Here is the example of what i did: 1. Originate: Action: Originate Channel: SIP/201 (Internal extension) Context: Airtel Extension: 26191341(External PSTN Number) Priority: 1 2. Dial Plan : [AIRTEL] exten => _XX.,1,Dial(SIP/${ETEN},15,t) exten => _XX.,2,NoOp(${DIALSTATUS}) exten => _XX.,3,Goto(_XX.-${DIALSTATUS},1) exten => _XX.-Busy,1,Hangup exten => _XX.-NOANSWER,1,Hangup exten => _XX.-ANSWER,1,Goto(s,1) exten => s,1,Queue(Airtel|r|||300) thanks Saket -------------- next part ---------...
2017 Apr 03
3
Define SIP fromuser field in Dial()-command
Hello how can I set the fromuser field of the SIP INVITE when using the Dial()-command in the dialplan ? None of the below Dial() command give the correct result : exten => _XX.,n,Dial(SIP/${EXTEN}:passwdk5j6::user762 at myprovider.biz) exten => _XX.,n,Dial(SIP/${EXTEN}:passwdk5j6::user762 at myprovider.biz/${EXTEN}) exten => _XX.,n,Dial(SIP/user762:passwdk5j6::user762 at myprovider.biz/${EXTEN}) exten => _XX.,n,Dial(SIP/user762:passwdk5j6 at myprovider.biz/${E...
2006 May 09
0
How to distinguish between UNEXISTENT channels v/s UNAVAILABLE channels
Is there a way to distinguish, in the answer of the Dial command, when a channel is not available (for example, an unregistered but valid SIP user) v/s when the dialed channel is inexistent, even when it matches an extension? For example, I've the following simple dial plan: exten => _XX,1,Dial(SIP/${EXTEN},10,) exten => _XX,2,GotoIf(DIALSTATUS = CHANUNAVAIL?4:3) exten => _XX,3,VoiceMail(u${EXTEN}@default) exten => _XX,4,Hangup() exten => _XX,102,VoiceMail(b${EXTEN}@default) exten => _XX,103,Hangup() I've also defined a couple of SIP users, 01 and 02, with their...
2006 Nov 17
1
Extension Response Slow
...re is my Extensions.conf file (Default Context). When an individual calling in dials the extension, the response time seems very slow. It doesn't immediately go to the next step, but hangs out for a few seconds (silence)... Suggestions? Thanks in advance... /pj [default] exten => _XX.,1,Wait,2 ; Wait a second, just for fun exten => _XX.,n,Answer ; Answer the line exten => _XX.,n,Set(TIMEOUT(response)=10) ; Set Response Timeout to 10 seconds exten => _XX.,n(restart),BackGround(securerad-welcome2) ; Play some instructio...
2009 Jan 28
2
How to retrieve a phone number from call forwarding?
...e information. I see many companies that provide voicemail to email services. They seem to be able to retrieve those information. Is there a way to confirm that my SIP service provide does actually pass on those information? Here is what I have in extensions.conf to test this scenario exten => _XX.,1,NoOp(Call received from VoicePulse) exten => _XX.,n,Log(INFO|Caller ID Number: ${CALLERID(num)}) exten => _XX.,n,Answer() exten => _XX.,n,DumpChan() exten => _XX.,n,VoiceMail(101 at default,u) Here is what I see on the console. zeus*CLI> -- Executing [12222222 at voicepulse-...
2007 May 16
0
AGI "record_file" issue... bug?
...#39;,5*1000); $AGI->exec('AGI',"festival.pl|\"O k\""); $AGI->stream_file('/tmp/test_audio','#'); $AGI->exec('AGI',"festival.pl|\"Done.\""); And it is called like this: [incoming] exten => _XX.,1,Set(__ORIG_EXTEN=${EXTEN}) exten => _XX.,n,Goto(RealEstate,s,1) [RealEstate] exten => s,1,Set(TIMEOUT(digit)=2) exten => s,n,AGI(/etc/asterisk/agi/rephone.agi,${ORIG_EXTEN}) exten => s,n,Hangup() --------------- Then it works, to the extent that I hear the festival messages, and...
2007 Nov 27
0
Dial application response code--help required
...through priorities for different cases what i want is the flow after failure of the Dial application which simulates response codes like 1)404 -- Not found 2)480 --Temporarily Unavailable 3)486 --User busy i did manipulate the priority flow like the following for the case 2 and 3 ... exten => _XX,1,Dial(SIP/extension) exten => _XX,2,VoiceMail(extension at default|u) --for 480 case exten => _XX,3,Hangup() exten => _XX,102,VoiceMail(extension at default|b)--for 486 case exten => _XX,103,Hangup() that was my understanding if the flow is correct? just correct me if i am wrong and w...
2006 Jun 26
1
struggling with the "g" flag
If I have in my dialplan [AgentQ] exten => _XX.,1,Dial(Sip/{$exten},120,g) exten => _XX.,2,NoOP(here we are) where [AgentQ] is called by the queue command to a member added by addqueuemember(Local/99@AgentQ) why don't I get to the NoOp if the agent hangs up during the announcement message (to the agent) ? I see in the app_dial.c pro...
2010 Mar 10
1
BLF and realtime SIP buddies
Hello list, Can I do something like this for BLF functionality : [test-blf] exten => _XX,hint,Macro(GetSIPaccount,${EXTEN}) exten => _XX,hint,SIP/${SIPACCOUNT} GetSIPaccount is a macro that looks at a MySQL-database for the realtime table sip_buddies where the SIPusername is taken from. It works great for internal calls... but how about BLF-functionality ?? Feedback is appreciat...
2005 Sep 05
6
asterisk CAPI dial-in issues
Hello configuration as follows, dial-out works: capi.conf: [hfcpci] ;;PointToPoint (55512-0) isdnmode=MSN incomingmsn=* ;msn=61 controller=1 devices=2 context=incoming extensions.conf: [incoming] exten => _XX,1,Playback(demo-abouttotry) exten => _XX,n,Dial,SIP/xlite1 exten => _XX,n,HangUp When call is placed, the following debug info is shown, after the last line, it stalls until caller gives up: INFO_IND ID=001 #0x040a LEN=0016 Controller/PLCI/NCCI = 0x101 InfoNumber...
2006 Nov 21
0
Callback agents without chan_agent issues (queue recording)
...ill not post the whole dialplan because it's quite large. Agent Local/${agent}@agentdial is added to the queue using AQM where ${agent} is agent number. Context agentdial looks like this [agentdial] ; Local/${agent}@agentdial are dynamic queue members, they are added to the queue exten => _XX.,1,Noop(Agent to dial is ${EXTEN}) exten => _XX.,n,Set(agent=${EXTEN}) exten => _XX.,n,Set(ExtToDial=${DB(AGENT/${agent}/onExten)}) exten => _XX.,n,Macro(callagent,${LDP${ExtToDial}},e${ExtToDial}) LDP${ExtToDial} is global variable where Tech/peer is stored (for example SIP/102) callagen...
2006 May 10
2
Is there a way to not propagate a context included inside other context?
...fined my dialplan as showed below. My internal lines are numbered as 12345XX, and internal users can call another by the entire 7-digits extension, or by just last 2 digits. [invalid] exten => _X.,1,Playback(pbx-invalid) exten => _X.,2,Hangup() [internal] include => invalid exten => _XX,1,Dial(SIP/12345${EXTEN}) ; Short alias for internal lines exten => _12345XX,1,Dial(SIP/${EXTEN}) ; Long alias for internal lines [local] exten => _XXXXXXX,1,Dial(Zap/g1/${EXTEN}) ; Local area calls [full] include => internal include => local (As it's defined, local also include...
2005 Aug 15
1
Re: [Asterisk-Dev] MS Live Communications Server
...p1: configure LCS 2005 to let sip uri: *@pstngw.domain to route to next hop: pstngw ip address Step2: patch your asterisk chan_sip.c to support TCP Step3: configure your Asterisk sip.conf, extensions.conf simple example :-) sip.conf context=sip_incoming extensions.conf [sip_incoming] exten => _XX.,1,Answer exten => _XX.,2,Noop(do trust ip check or some authentication) exten => _XX.,3,Dial(Zap/${EXTEN}&SIP/${EXTEN}) I still find out how to let LCS 2005 accept SIP invite from Asterisk, Need more help. 2005/8/13, bubuk <bubuk@ish.de>: > Hi, > > I already posted thi...
2007 Mar 15
1
asterisk n-way call problem
...t nothing happens. i have played around with dtmf and codec settings but no success. the extensions and sip configuration is below if you want to have a look. I dont have any clue why its not working. #######################extensions.conf####################################### [local] exten => _XX,1,Set(DYNAMIC_FEATURES=nway-start) exten => _XX,2,SIPDtmfMode(inband) exten=> 10,3,Dial(SIP/saad,,tT) exten=> 10,n,Hangup exten=> 11,3,Dial(SIP/riz,,tT) exten=> 11,n,Hangup exten=> 12,3,Dial(SIP/rehmat,,tT) exten=> 12,n,Hangup [dynamic-nway] exten => _XXX,1,Answer exten...
2010 Feb 03
1
CDR / billsec / originate / local chan
...the following: action:.Originate.. actionid:.1306903_89#AJ_ORIGINATE_25 timeout:.40000 exten:.s async:.true callerid:."".<61211111111> context:.campaignType_5 priority:.1 channel:.Local/61212142321 at outboundsip/n And the Local context as follows; [outboundsip] exten = _XX.,1,Dial(SIP/trunk1/${EXTEN}) exten = _XX.,n,Hangup exten = h,1,NoOp(Billsec is: ${CDR(billsec)}) In this configuration, whilst the outbound call goes out and billsec gets reported correctly in the h exten, the call does not get bridged back into the campaignType_5 context so none of the call pr...
2005 May 07
1
Echo Madness
...followed by a pause to get an outside line. At this time I just had an entry in my extensions.conf that said ? exten => 9,1,Dial(Zap/g1) So, I was dialing '9' then after I the line was opened I dialled the number I actually wanted to call. I decided to tidy this up to ? exten => _XX,1,Dial(Zap/g1/${EXTEN:0},20) exten => _XX.,1,Dial(Zap/g1/W0W${EXTEN:0},20) The idea is that if I dial a 2 digit extension it must be an internal call, otherwise, it must be an external call, so prefix it with a 0 and a wait. Note I accidentally put a wait before the 0 as well (although this wo...
2014 Sep 07
2
Pattern Extension not working in Dialplan
Hi, I created a dummy dialplan where I ask the user to enter the age. [macro-age] exten => s,1,Background(my/age) ;;Play recorded message to enter age exten => s,n,WaitExten(10) exten => _XX,1,Set(AGE=${EXTEN}) ;; this line is not executing, instead dialplan is terminating with error given below. exten => s,n,NoOp(${AGE}) exten => s,n,GotoIf($[${LEN(${AGE})} > 0]?notEmpty) exten => s,n,Goto(s,1) exten => s(notEmpty),n,Background(my/thank-you) exten => s,n,Wait(1)...