similar to: strip + sign from incoming ${EXTEN} var?

Displaying 20 results from an estimated 5000 matches similar to: "strip + sign from incoming ${EXTEN} var?"

2007 Aug 13
2
How strip +1 from caller id on inbound call
[This email is either empty or too large to be displayed at this time]
2007 Aug 19
4
GotoIf not working with ${EXTEN} for me in 1.4.8
I am using GotoIf all over the place in 1.4.8 but for some reason, the following in my dial plan: ############################################################# exten => _1NXXNXXXXXX,1,GotoIf([${EXTEN} = "15554441212"]?100) exten => _1NXXNXXXXXX,n,Dial(SIP/provider1/${EXTEN},60) exten => _1NXXNXXXXXX,n,Dial(SIP/provider2/${EXTEN},60) exten => _1NXXNXXXXXX,n,Hangup exten =>
2006 Jun 02
3
All non US 48 area codes?
Is there a list somewhere or a way to find the following: 1- All non US 48 area codes which can be dialed as 1+10 2- All strange area codes which are used for premium services such as 900-XXX-XXXX 3- Anything else that should be restricted if one was to restrict all calls to US 48 only I have found many list but it's tough looking at the entire list of area codes and pulling out each of them
2006 Nov 03
3
Problems Overwriting CallerID with True ANI
I receive calls over a T1 with callerid and then *ani*dnis*. I am able to strip out the ani and the dnis in the dialplan but when I try to set the caller ID to be the ani, it looks ok but then if I do a NoOp callerid on the next line, I get unknown. Here is the section of my dialplan: exten => _*NXXNXXXXXX*NXXNXXXXXX*,1,Set(ANI=${EXTEN}) exten =>
2006 Nov 13
3
Load balance Asterisk servers?
We are looking to be able to put a device in front of an array of Asterisk systems which would do the job of load balancing them. We would store all the particulars on one or more MySQL servers. What want to accomplish is to have all calls sent to/from a single IP, then push the calls off to another Asterisk server in the array. If one server goes out, we are hoping there will be no effect other
2004 May 18
5
want to set a var in sip.conf
i have extensions in locations across a number of telco area codes. when someone in seattle picks up and dials 91234567, it would be nice to transform it to 92061234567. i would prefer not to have an extension context per area code. it would be cool to be able to set a variable in the sip.conf bit for each phone with it's geographic default area code. or other folk may have a better hack.
2007 Aug 18
1
Best way to detect unknown and/or private incoming caller-id?
I am aware of how to match a particular caller-id or a caller-id pattern and do something with the call like this: exten => 15554441212/_888NXXXXXX,n,Playback(GoAway) What I am curious about, is the best way to block unknown, private and 000-000-0000 calls. I know I can do this for 000-000-0000 calls: exten => 15554441212/0000000000,n,Playback(GoAway) Is there a better way to catch
2007 Jul 30
1
Queues with logged in agents that are not reachable
Hello, I am using 1.4.8 and have a question about Queues. I noticed that if I have an agent logged in using AgentCallBackLogin and that agent is unreachable for some reason (SIP phone unplugged) calls to him/her will completely yack. For example: 1-Agent 500 is the only one logged into queue number 1. 2-A call comes into queue number 1 3-The call is pushed to agent 500 at extension 21 which is
2007 Feb 28
3
Registrations, how many is too many?
Anyone have any idea if there is some sort of limitation to the number of SIP or IAX end points which can register to an Asterisk system (2.8Ghz dual processor, 2GB ram) while also handling 30-50 simultaneous calls without getting into trouble? Of course the 30-50 simultaneous calls end up being 60-100 channels of mostly G711 VoIP. We have seen issues where our Asterisk just gets all crazy and
2007 Aug 16
1
Set CALLERID(num) to a specific number only if ${CALLERID(num)} is not an NANP number
Im trying to figure out the base way to check the callerID being sent to my Asterisk box and use it if it is a valid NANP number, but replace it with a static NANP number if it is not. (Why? I have a few carriers that require this, and a few international users - if it happens to take one of the carriers that require it, I want it to set a static number that is valid). I'm playing
2006 Jun 17
1
Sipura SPA-2000 & Asterisk 1.24 w/incoming calls
We have issues with all of the SPA-2000 ATAs we have where incoming calls from only one of our Asterisk servers do not complete. Details: 1- On the CLI we see that when the call is pushed to the ATA it shows Busy/Congested 2- We can make calls to this same server just fine 3- We can receive calls from other Asterisk servers running older CVS versions of Asterisk with the same exact ATA
2005 Mar 16
1
Pattern Matching?
I need to deploy some quasi-virtual-PBXes, and I'd like to avoid having to be hands on for each new phone number deployed... so I would like to set up some administrative extensions that can record greetings... lets say: [admin] exten => 8(NXXNXXXXXX),1,Record($1|-greeting.gsm) [incoming] exten => _(NXXNXXXXXX),1,Playback($1|-greeting) exten => _(NXXNXXXXXX),2,Goto($1,1000) exten
2007 Jun 26
1
Modification of Caller ID based on context
Hi, I have been looking for an example of accomplishing this, but I've been unable to locate something similar to what I'm trying to do. Here's the scenario: Users caller ID is set to their internal extension (200-250). This is set in sip.conf for each user. Each user has a local DID as well (hosted through Vitelity, for example (555)111-2222). The problem is that this extension was
2004 Jan 05
8
Sip Trunking
Hi list, I have to connect two asterisk box, in this scenario: [asterisk1]----sip----[asterisk2]----PSTN I must use sip, cos we'll use cisco rtp header-compression to save bandwidth. Could you tell me the best way to send calls from asterisk1 to asterisk2, since I cannot use IAX trunking? Thanks in advance Eduardo
2007 Jul 05
2
REGEX expression for NXXNXXXXXX?
Hola, What would a valid regexp in Asterisk be to identify a NANP number, i.e., NXXNXXXXXX? Sincerely, Brent A. Torrenga Torrenga Engineering, Inc. 907 Ridge Road Munster, Indiana 46321-1771 tel:+1 219 836 8918 x325 fax:+1 219 836 1138 email:brent.torrenga at torrenga.com web:www.torrenga.com
2006 Apr 30
2
Asterisk is stripping my area code
I've installed asterisk@home and gotten inbound calls going to an extension, extension to extension calling works but I'm still missing a few pieces. The most annoying one is that apparently asterisk is stripping the area code from the number I'm dialing but I can't figure out how to stop it. I have in my outbound route under "Dialing rules": 1NXXNXXXXXX NXXNXXXXXX We
2005 Oct 04
2
Call-in/Call-out
Hello, How would I setup where I call into my number and press say 911 and then it would ask for a pass and would accept it and then would prompt for a number so I could call out of my number on the road? Joshua __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
2007 Aug 18
3
Blacklisting Toll-Free etc.
I have always been able to block toll-free numbers by catching them with a line similar to this for each DID I have on my system: exten => 5554441212/_888NXXXXXX,n,Playback(GoAway) Where 15554441212 is one of the DIDs that rings into our Asterisk box. The problem with this approach that I have to create a line like this for every pattern I want to block multiplied by every DID on my system,
2005 Jul 04
1
eigen of a real pd symmetric matrix gives NaNs in $vector (PR#7987)
Full_Name: cajo ter Braak Version: 2.1.1 OS: Windows Submission from: (NULL) (137.224.10.105) # I would like to attach the matrix C in the Rdata file; it is 50x50 and comes from a geostatistical problem (spherical covariogram) > rm(list=ls(all=TRUE)) > load(file= "test.eigen.Rdata") > ls() [1] "C" "eW" > > sym.check = max(abs(C - t(C))) # should
2013 Dec 09
1
Trouble with upgrading - RBS T1
Upgrading an ancient customer installation... was running 1.4.23.1 (Trixbox) with Zaptel 1.4.12.9 and a Sangoma A102D, which has been running fine for 5+ years. Customer getting anxious about hardware failure, so we built a new box and installed 1.8.24.0, Dahdi 2.7.0.1, and a new Sangoma A104D. The single active span is an RBS T1 B8ZS/ESF/E&M Wink. I tried to move one span over one