search for: _9x

Displaying 20 results from an estimated 76 matches for "_9x".

Did you mean: 9x
2006 May 31
2
Zap Channels , for round-robin search and call
Hi I am using a 4FXO , TDM400P card I am able to call outside , after modifiying extensions.conf with exten => _9X.,1,Dial(ZAP/1/${EXTEN:1}) using this , I can only dial through one of the port , Actually I want to dial outside using round - robin search After reading the manuals , I have plans to modified the above line as exten => _9X.,1,Dial(ZAP/1/${EXTEN:1}|ZAP/2/${EXTEN:1}|ZAP/3/${EXT...
2005 Feb 19
16
Snom phone hint exten question
...;Whatever box you want. [internal] exten => i,1,Playback(invalid) exten => i,2,Hangup exten => t,1,Hangup exten => 098,1,WaitMusicOnHold(5) exten => 099,1,Echo ;simple echo test when you dial 099 on your phone include => outgoing include => sip [outgoing] exten => _9X.,1,Dial(Zap/g1/${EXTEN:1}) exten => _9X.,2,Congestion() exten => _9X.,3,Hangup [sip] exten => 690,2,SetMusicOnHold(random) exten => 690,3,Dial(SIP/snom-james,30,tr) exten => 690,4,voicemail2,u690 exten => 690,102,voicemail2,b690 exten => 691,hint,SIP/bt-karen exten => 691...
2004 Apr 30
10
Second X100P Card
Hi, I have got one X100P telephone card in my Asterisk server and it's working well. I have two phones lines and would like to install a second card so I can use both lines. I have installed the card and tried to set it up, but all to no avail ! Could someone outline the changes that I need to make (and in which .conf files) in order to get the second card going ? Thanks in advance,
2015 Apr 08
2
dial out with channel variable; sub-string usage
...OLL}/${EXTEN}) (adapted from the book) but don't know where to put those lines. I have BABY defined as channel variable: BABY = SIP/babytel_out but that seems circular, somehow. inbound calls work fine: [inbound-calls] exten => 16046289850,1,Dial(SIP/200) [local_200] exten => _9x.,1,Set(CALLERID(all)="Ali Baba" <123456789>) exten => _9x.,1,Dial(SIP/${EXTEN:1}@babytel_out) exten => 201,1,Dial(SIP/201) [local_201] exten => 200,1,Dial(SIP/200) in local_200, that just seems suspect. Yes, dial out, but shouldn't it be using BABY? I don't un...
2005 Feb 16
2
Monitor does not like variable subsitutions
...er to use the same filename later in the same context. Monitor does not appear to like it, as it attempts to use wav|filename as the recording type, as opposed to just wav. Here is what I get if I just supply a filename directly (it works fine): --context----------------------------- exten => _9X.,3,Monitor(wav|recording|m) --context----------------------------- --CLI--------------------------------- -- Executing SetVar("SIP/3004-275c", "REC_FILE_NAME=rec_to_448704386865_at_16022005-16:54:10") in new stack -- Executing Monitor("SIP/3004-275c", "wa...
2005 Sep 12
0
get dialstatus variable when returning No such context/extension
...:43 WARNING[22093]: chan_iax2.c:6835 socket_read: Call rejected by x.x.x.x: No such context/extension I would like to find out what the dialstatus is on this so I can try a different VSP that is able to terminate the call. Right now I have this and it doesn't show the DIALSTATUS. exten => _9X.,1,SetCallerID(6175551212) exten => _9X.,2,NoOp(${EXTEN:1}) exten => _9X.,3,Dial(IAX2/VSP1/${EXTEN:1}|15|j) exten => _9X.,4,NoOp(${DIALSTATUS}) exten => _9X.,104,Dial(IAX2/VSP2/${EXTEN:1}|15|j) exten => _9X.,205,Dial(IAX2/VSP3/${EXTEN:1}|15|) This works if the hosts are down, now I...
2018 Apr 10
2
withheld caller id
thanks a lot for the reply. i thought of that and i did try to send *exten => _9X.,1,Dial(Dongle/dongle800/#31#${EXTEN:1},120,KT)exten => _9X.,n,Hangup(${HANGUPCAUSE})* but the provider replies back that it is a wrong number. Then i inserted the sim to an ordinary mobile phone and dialed #31# and the number, then the call progressed fine and it restricted the number. What am...
2011 Mar 08
5
[1.4] Reading phone number the French way?
Hello, I need to write a script which prompts the callee to type a number, and then read it back to them as confirmation: ======= extensions.conf [robocall] ;Expect 10-digit number excluding final #, 2 tries, 20s time-out exten => s,n(nbr2call),Read(NBR2CALL,please-type-number,10,,2,20) exten => s,n,GotoIf($[${LEN(${NBR2CALL})} != 10]?end) ;exten => s,n,SayDigits(${NBR2CALL}) exten
2009 Mar 03
0
Blind transfer from asterisk dialplan (and problems re-parking a call)
...er than a regular Goto() is that I'm trying to do one-touch parking. I can park a call using one-touch parking and then pick it up again, however if I try to re-park the call, it gets lost. I think that is because asterisk thinks I'm still on the park extension. As an example: exten => _9X,1,Set(PARKINGEXTEN=${EXTEN}) exten => _9X,n,Set(RETURNEXT=${CUT(BLINDTRANSFER||1):4}) exten => _9X,n,GotoIf($["x${RETURNEXT}" = "x"]?usechannel:find) exten => _9X,n(usechannel),Set(RETURNEXT=${CUT(CHANNEL||1):4}) exten => _9X,n(park),ParkAndAnnounce(pbx-transfer:PARK...
2015 Apr 09
0
dial out with channel variable; sub-string usage
...ven work like that. You would have to add your area code (or 1 and your area code) after the slash between ${BABY} and ${EXTEN}, just on that one line. > inbound calls work fine: > > [inbound-calls] > exten => 16046289850,1,Dial(SIP/200) > > [local_200] > exten => _9x.,1,Set(CALLERID(all)="Ali Baba" <123456789>) > exten => _9x.,1,Dial(SIP/${EXTEN:1}@babytel_out) > exten => 201,1,Dial(SIP/201) > > [local_201] > exten => 200,1,Dial(SIP/200) > > > in local_200, that just seems suspect. Yes, dial out, but shouldn&...
2018 Apr 10
3
withheld caller id
>>> > exten => _9X.,1,Dial(Dongle/dongle800/#31#${EXTEN:1},120,KT) My suggestion would be to add a pause or two before dialing the phone number exten => _9X.,1,Dial(Dongle/dongle800/#31#ww${EXTEN:1},120,KT) D(digits): After the called party answers, send digits as a DTMF stream, then connect the call to the ori...
2007 Feb 04
1
Help - Received response: "Forbidden" from '"Unknown"
...ng/${CALLERID(num)}) exten => _91XX,2,Set(CALLFILENAME=/mnt/data/Recording/${CALLERID(num)}/${CALLERID (num)}-Called-${STRFTIME(${EPOCH},,%d%m%Y-%H%M%S)}-${EXTEN:1}) exten => _91XX,3,MixMonitor(${CALLFILENAME}.wav49|v(0)V(0)) exten => _91XX,4,Dial(Zap/g1/${EXTEN:1},90,r) exten => _9X.,1,System(mkdir /mnt/data/Recording/${CALLERID(num)}) exten => _9X.,2,Set(CALLFILENAME=/mnt/data/Recording/${CALLERID(num)}/${CALLERID( num)}-Called-${STRFTIME(${EPOCH},,%d%m%Y-%H%M%S)}-${EXTEN:1}) exten => _9X.,3,MixMonitor(${CALLFILENAME}.wav49|v(0)V(0)) exten => _9X.,4,Dial(Zap/g1/${...
2007 Dec 17
1
dial, answered and then hangup
Hi all, I will a TDM card with FXO modules on it. Below is the dial plan. When someone can 9123456, CLI will show dialing to 123456 and answered. After answered, the call hangup. I would like to know what will cause the case to happen. Anyone can give me some advice to solve it? exten => _9X.,n,Dial(Zap/g0/${EXTEN:1}|${RINGTIMEOUT}) exten => _9X.,n,Hangup zapata.conf signalling=fxs_ks callerid=asreceived group=0 context=from-pstn ;context=cs channel => 1-8
2007 Jan 28
0
Trouble outgoing VOIP Provider Calls
...ng/${CALLERID(num)}) exten => _91XX,2,Set(CALLFILENAME=/mnt/data/Recording/${CALLERID(num)}/${CALLERID (num)}-Called-${STRFTIME(${EPOCH},,%d%m%Y-%H%M%S)}-${EXTEN:1}) exten => _91XX,3,MixMonitor(${CALLFILENAME}.wav49|v(0)V(0)) exten => _91XX,4,Dial(Zap/g1/${EXTEN:1},90,r) exten => _9X.,1,System(mkdir /mnt/data/Recording/${CALLERID(num)}) exten => _9X.,2,Set(CALLFILENAME=/mnt/data/Recording/${CALLERID(num)}/${CALLERID( num)}-Called-${STRFTIME(${EPOCH},,%d%m%Y-%H%M%S)}-${EXTEN:1}) exten => _9X.,3,MixMonitor(${CALLFILENAME}.wav49|v(0)V(0)) exten => _9X.,4,Dial(Zap/g1/${...
2018 Apr 10
2
withheld caller id
Hi. I am running asterisk 11 and i have usb 3g dongles to make my gsm calls with the following config in extensions.conf exten => _9X.,1,Dial(Dongle/dongle800/${EXTEN:1},120,KT) exten => _9X.,n,Hangup(${HANGUPCAUSE}) By dialing 9 it opens the dongle to make a call. I would like to restrict my caller id. so when i place a call from this dongle, it will send on the other end *blocked number* or *withheld*. The carrier restricts...
2010 Jul 23
2
application call to Gosub affects flow of control, and needs to be re-written using AEL
..."application call to Gosub affects flow of control, and needs to be re-written using AEL if, while, goto, etc. keywords instead!" But i fail to see how i could do it another way, any idea/suggestion ? Extraction of the outbound processing structure: context outboundSimple { _9X. => { // prepare callerid, secret, ... /// ... // start call routing Gosub(pstnRouting,${EXTEN:1},1); // back, handle return status &dialstatus(${DIALSTATUS},${EXTEN:1}); } } context outbo...
2015 Sep 11
3
cdr table's "dst" column
Hi All What, by definition, goes to the cdr table's "dst" column ?? In our setup, to get outside the user has to dial X before any number. This goes to the dst with the X stripped out. I recently made some changes in a macro and after that the X appeared in this dst column! I run through the script and see no differences between the old and the new one. Then the question: What,
2018 Apr 10
2
withheld caller id
...000003", > "88") in new stack == Spawn extension (DefaultPlan, 9211123456, 2) exited > non-zero on 'SIP/500-00000003' > Pbx*CLI> > > On Tue, Apr 10, 2018 at 1:30 PM, Doug Lytle <support at drdos.info> wrote: > >> >>> > exten => _9X.,1,Dial(Dongle/dongle800/#31#${EXTEN:1},120,KT) >> >> My suggestion would be to add a pause or two before dialing the phone >> number >> >> exten => _9X.,1,Dial(Dongle/dongle800/#31#ww${EXTEN:1},120,KT) >> >> D(digits): After the called party answers, se...
2005 Jan 07
4
can the dialtone be changed after pressing 9?
extensions.conf has ignorepat => 9 exten => _9X.,1,Dial(Zap/G2/${EXTEN:1}) The first user to try it asked if instead of keeping the same dialtone after pressing 9, if I could play a different dialtone. Can this be done? I'm running asterisk 1.0.0 in case that matters.
2004 Dec 11
0
Newbie MusicOnHold issues
...exten => s,4,Hangup [internal] exten => i,1,Playback(invalid) exten => i,2,Hangup exten => t,1,Hangup exten => 098,1,WaitMusicOnHold(5) exten => 099,1,Echo ;simple echo test when you dial 099 on your phone include => outgoing include => sip [outgoing] exten => _9X.,1,Dial(Zap/g1/${EXTEN:1}) exten => _9X.,2,Congestion() exten => _9X.,3,Hangup [sip] exten => 690,1,SetMusicOnHold(random) exten => 690,2,Dial(SIP/snom-james,30,tr) exten => 690,3,voicemail2,u690 exten => 690,102,voicemail2,b690 exten => 691,1,SetMusicOnHold(random) exten =&...