search for: _nxxnxxxxxx

Displaying 20 results from an estimated 99 matches for "_nxxnxxxxxx".

Did you mean: _1nxxnxxxxxx
2005 Aug 19
4
Overriding Caller ID
...y have set their T1 to show our main number for outbound calls, but that we should be able to override that with no problem. As I said, I have tried all possible combinations, yet, nothing seems to work. Below are snippets of some of our configs: extensions.conf ; ; Local calls ; exten => _NXXNXXXXXX,1,CallingPres(32) exten => _NXXNXXXXXX,2,SetCallerID(2125551234) exten => _NXXNXXXXXX,3,Dial(${TRUNK_LO}/${EXTEN}) zapata.conf [channels] usecallerid=yes cidsignalling=bell cidstart=ring hidecallerid=no restrictcid=no usecallingpres=yes callerid=asreceived switchtype = dms100 signalling =...
2004 Jun 09
0
failover for voip providers (i.e. Dial() doesn't give enough options)
...sy OR if it can't be completed. I don't want to try calling the number again if it really was busy, only if the VOIP provider couldn't complete the call. Is there some way to access the call failure reason in the dialplan and branch based on that? i.e. something like exten => _NXXNXXXXXX,1,SetCIDNum(${MYNUM}) exten => _NXXNXXXXXX,2,Dial(${VOIP_PREFERRED}/${EXTEN}) exten => _NXXNXXXXXX,3,Congestion exten => _NXXNXXXXXX,103,GotoIf($[${CALLFAILREASON} == BUSY]?:202) exten => _NXXNXXXXXX,104,Busy exten => _NXXNXXXXXX,202,Dial(${VOIP_BACKUP}/${EXTEN}) exten => _NXXNXXX...
2006 Nov 03
3
Problems Overwriting CallerID with True ANI
...ar(__TransferToExt=6101) exten => _*NXXNXXXXXX*NXXNXXXXXX*,6,Set(__CALLERID(name)=${ANI}) exten => _*NXXNXXXXXX*NXXNXXXXXX*,7,Set(__CALLERID(number)=${ANI}) exten => _*NXXNXXXXXX*NXXNXXXXXX*,8,NoOP(${CALLERID}) exten => _*NXXNXXXXXX*NXXNXXXXXX*,9,Goto(DNIS,${DNIS},1) [DNIS] exten => _NXXNXXXXXX,1,AGI(agi://172.16.1.135) exten => _NXXNXXXXXX,2,Setvar(__ActiveCallID=${ActiveCallID}) exten => _NXXNXXXXXX,3,Goto(ext-queues,${TransferToExt},1) exten => _NXXNXXXXXX,104,Goto(ext-queues,6004,1) exten => h,1,DeadAGI(agi://172.16.1.135:4574) Here is the output on the console: -- A...
2005 Jan 17
1
here's my IAX callthrough app and some questions about problems I have.
...d all three keypresses are about the same length. Is this unique to my case or do you others see this too. I suspect it's due to either background noise or maybe packetloss? Any ideas on how to clean this up? 2. The only way I can get the app to fire off is if I put the extension mapping in as _NXXNXXXXXX,1,CMD I'd like to use s,1,CMD but I don't know what I'm missing here or doing wrong. Below are a copies of my extensions.conf file and my iax.conf file. Regards, Jess extensions.conf file--------------------------------------------------------------------- [general] static=yes writ...
2005 Aug 04
1
Getting asterisk to work with callthroughs?
...r the peers/terminating services) Can paste this in if it is relevant, although I THINK it's working as it shows them registered ok on the CLI. extensions.conf extract - how I'm routing the calls [globals] ${OUTGOING-NUM}=XXXX [general] static=yes writeprotect=no [from-sip] exten => _NXXNXXXXXX,1,Answer exten => _NXXNXXXXXX,2,Background(vm-password) exten => _NXXNXXXXXX,3,Authenticate(123) exten => _NXXNXXXXXX,4,Playback(beep) exten => _NXXNXXXXXX,5,SetVar(NR=) exten => _NXXNXXXXXX,6,Goto(testdtmf|s|1) [testdtmf] exten => s,1,SetVar(NR=) exten => s,2,Background(pls-e...
2007 Aug 21
1
SET EXTENSION
Hello All, How can I SET EXTENSION from context? This is my context: - [docall-usa] exten => _NXXNXXXXXX,1,Answer exten => _NXXNXXXXXX,n,Set() ; <<What do I need to set here>> exten => _NXXNXXXXXX,n,DeadAGI(dousacall.php|1) exten => _NXXNXXXXXX,n,Hangup I need to add 1 in front of ${EXTEN} and then send the call to dousa.php. Set(CALLERID(number)=1${EXTEN}) will set the callerID...
2005 Jul 25
0
realtime caller id extension matching
I'm trying to copy the functionality of something like this in extensions.conf [extension matching on callerid]: exten => _NXXNXXXXXX/7065557230,1,NoCDR exten => _NXXNXXXXXX/7065557230,2,Dial(Zap/g1/${EXTEN}) exten => _NXXNXXXXXX/7065557230,3,Busy in realtime: | 16 | fb | _NXXNXXXXXX/7065557230 | 1 | NoCDR | | | 17 | fb | _NXXNXXXXXX/7065557230 | 2 | Dial | Zap/g1/${EXTEN} | | 18 | fb | _NXX...
2006 Jan 06
3
transfer application
I am having trouble understanding how to use this. I want to transfer certain incoming calls from an IAX ITSP based on caller ID. From what I can make of the docs, I thought I need to do something like this... exten => _NXXNXXXXXX,n(nocid),transfer(1000) exten => _NXXNXXXXXX,n,noop(boo,${TRANSFERSTATUS}) exten => _NXXNXXXXXX,n,hangup exten => 1000,1,Dial(IAX2/jnctn_out/16665551234,45,t) exten => 1000,n,hangup When the call comes in, the console shows that TRANSFERSTATUS contains SUCCESS, but there is no evide...
2008 Oct 09
2
Menu for call forwarding or voicemail
...CALLERID(name)="Stephen Reese") exten => _1NXXNXXXXXX,n,Dial(SIP/${EXTEN}@vitel-outbound) exten => _NXXXXXX,1,Set(CALLERID(num)=9045622082) exten => _NXXXXXX,n,Set(CALLERID(name)="Stephen Reese") exten => _NXXXXXX,n,Dial(SIP/1904${EXTEN}@vitel-outbound) exten => _NXXNXXXXXX,1,Set(CALLERID(num)=9045622082) exten => _NXXNXXXXXX,n,Set(CALLERID(name)="Stephen Reese") exten => _NXXNXXXXXX,n,Dial(SIP/1${EXTEN}@vitel-outbound) exten => _011.,1,Set(CALLERID(num)=9045622082) exten => _011.,n,Set(CALLERID(name)="Stephen Reese") exten => _011....
2003 Apr 29
10
Creating a phone channel
I need help creating a channel for my phone device (Quicknet PhoneJack). I have installed and loaded the driver and phone devices listen in /dev (phone0 - phone15). [phone.conf] mode=dialtone format=slinear device => /dev/phone0 fxoks=2 ;Quicknet PhoneJack [extensions.conf] ... exten=>_NXXNXXXXXX,1,Dial,Phone/phone0 ... When I try to make a call, I get the following output: Executing Dial("Phone/phone0", "Phone/phone0) in new stack NOTICE[262159]: File app_dial.c, Line 476 (dial_exec): Unable to create channel of type 'Phone' Any help is appreciated. __________...
2008 Oct 10
2
Configuring Bandwidth.com SIP trunks to prevent one-way audio
...ver-0.3,${trunk_2}/+${EXTEN:0},${trunk_1}/${EXTEN:0},trunk_1,trunk_2) exten = _1NXXNXXXXXX,100,Playback(all-circuits-busy-now) exten = _1NXXNXXXXXX,101,congestion() exten = _1NXXNXXXXXX,102,busy() ;This is where incoming calls go to if I'm awake. [DID_trunk_2_timeinterval_Awake] exten = _NXXNXXXXXX,1,Set(GROUP()=SIPGROUP) exten = _NXXNXXXXXX,n,NoOp(Open Count=${GROUP_COUNT(SIPGROUP)}) exten = _NXXNXXXXXX,n,Set(CALLERID(num)=1${CALLERID(num)}) exten = _NXXNXXXXXX,n,Goto(voicemenu-custom-1|s|1) Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://...
2003 Nov 26
2
Issues with Privacy Manager and Zapateller
...r always gives the following messages: -- Executing PrivacyManager("SIP/8475551212-9ec4", "") in new stack -- CallerID Present: Skipping Even when the phone shows -Blocked Call- and even when zapateller sends tones. Here is the Dial-Plan for the extension exten => _NXXNXXXXXX/,1,Zapateller exten => _NXXNXXXXXX,1,NoOp exten => 8476661111,2,PrivacyManager exten => 8476661111,3,Dial(SIP/${EXTEN},,r) exten => 8476661111,4,Hangup Stephen
2010 Jun 28
2
restricting sip users to a certain useragent
Greetings list,this question is rather a pain in my side.. i have been trying to figure it out.. it could be simple.i have a customer with a callcenter .. we developed a CRM "Customer Relations Management" with an SIP dialers built in.the question is the following.. is it possible to force the agents (users) to use a certain UserAgent which is the one built-in our system? this way will
2005 Mar 18
1
Broadvoice hangs-up / disconnects after about 30 deconds
...exten => 1000,2,Voicemail,u1000 exten => 1000,3,Hangup exten => 1000,102,Voicemail,b1000 exten => 1000,103,Hangup exten => 2000,1,Dial,Zap/2|20 exten => 2000,2,Voicemail,u2000 exten => 2000,3,Hangup exten => 2000,102,Voicemail,b2000 exten => 2000,103,Hangup exten => _NXXNXXXXXX, 1, dial(SIP/${EXTEN}@sip.broadvoice.com,30) ; Dial Broadvoice for 30 seconds exten => _NXXNXXXXXX, 2, congestion() ; No answer, nothing exten => _NXXNXXXXXX, 102, busy() ; Busy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/a...
2007 Aug 18
3
Blacklisting Toll-Free etc.
...ry pattern I want to block multiplied by every DID on my system, this gets old. So for example, if I have 20 DIDs that ring into my box, and I want to block 10 caller-id's or caller-id patterns I need like 200 lines in my extensions.conf. What I want to do is something like this: exten => _NXXNXXXXXX/_888NXXXXXX,n,Playback(GoAway) This never seems to work, why? Is there another way to block all calls from a particular caller-id or caller-id pattern without specifying the exact DID/Extension? Regards, Todd R. -- Prestige Messaging Live Answering Services SIP or Toll-Free Connectivity Light A...
2005 Apr 22
5
IAX help
...to use in emergency #include "extensions.conf.macro" #include "extensions.conf.telx" [from-telx-atl] include => internal include => ext-external-from-atl [from-telx-NY17S] include => internal include => ext-internal [from-jnctn] include => aa-main exten => _NXXNXXXXXX,1,Goto(aa-main,s,1) [from-swifttel] exten => _NXXNXXXXXX,1,NoOp("Context is from-swifttel") exten => _NXXNXXXXXX,2,Goto(aa-main,s,1) [default] include => aa-main exten => _NXXNXXXXXX,1,NoOp("Context is default") exten => _NXXNXXXXXX,2,Goto(aa-main,s,1) [inter...
2004 Feb 03
3
Using a Dial Statement with option m and t
When I use option t and m together in the same dial statement the music on hold doesn't appear to work. Is this a normal operation? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040203/bfdd6806/attachment.htm
2003 Apr 28
9
Dialing using X100P
...#39;t seem to properly set up a Zap channel for my X100P. Here are some of my configurations: [zaptel.conf] fxsks=1 #X100P fxoks=2 #Quicknet PhoneJack defaultzone=us loadzone=us [zapata.conf] [channels] context=local signalling=fxs_ks channel->1 ;X100P [extensions.conf] ... [local] exten=>_NXXNXXXXXX,1,Dial,Zap/1 ;I'm pretty sure the problem is the line above "Zap/1" The error I'm given is: NOTICE[229391]: File app_dial.c, Line 476 (dial_exec): Unable to create channel of type 'Zap' Any help is appreciated. ________________________________________________________...
2005 Aug 11
0
Re: 24. Privacy Manager (Andi Strain)
...t(2) exten=s,6,ResponseTimeout(15) exten=#,1,Dbget(lastcaller=CALLTRACE/${CALLERIDNUM}) exten=#,2,SayDigits(${lastcaller}) exten=#,3,DBput(blacklist/${lastcaller}=1) exten=#,4,DBput(blacklist/1${lastcaller}=1) exten=#,5,Playback(num-was-successfully) exten=#,6,Playback(added) exten=#,7,Hangup exten=_NXXNXXXXXX,1,DBput(blacklist/${EXTEN}=1) exten=_NXXNXXXXXX,2,SayDigits(${EXTEN}) exten=_NXXNXXXXXX,3,Playback(num-was-successfully) exten=_NXXNXXXXXX,4,Playback(added) exten=_NXXNXXXXXX,5,Hangup [blacklist-remove] exten=s,1,Background(enter-num-rmv-blklist) exten=s,2,DigitTimeout(2) exten=s,3,ResponseTimeout...
2003 Sep 10
1
Request for best practices
...lude => extensions [area666] exten => _NXXNXXX,1, Goto(extensions,666${EXTEN}) include => extensions [extensions] exten => 5551234567, 1, Macro(stdexten, 1234, SIP/user1) exten => 6661234567, 1, Macro(stdexten, 1235, SIP/user2) include => longdistance [longdistance] exten => _NXXNXXXXXX, 1, Dial(${Nufone},${ARG1}) exten => _NXXNXXXXXX, 2, Congestion() [macro-stdexten] ... as in demo ... ==Sip.conf=== [user1] ... context = area555 [user2] ... context = area666 Thanks, --Ernest