Displaying 20 results from an estimated 500 matches similar to: "How strip +1 from caller id on inbound call"
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 =>
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,
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
2006 Nov 17
2
strip + sign from incoming ${EXTEN} var?
Is it possible to strip the plus sign from the ${EXTEN} var on an incoming call?
We have our system setup to deal with incoming calls to numbers
without a plus sign, lots of AGIs and databases we don't want to have
to change.
We have seen things like this ${EXTEN:1} which you can use in the dial
command but we want to basically change the ${EXTEN} var right off
when it comes into
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
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
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
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 Nov 17
3
modifying a dialed exension before dialplan processing
I have a phone (a panasonic globalrange phone) which always sends a
fully qualified phone number. That is, for a local Canadian number,
even if I key in 6135551212 it actually sends to asterisk
01116135551212. This means of course, along with "normal" phones I end
up having twice as many extensions for outdialed numbers.
Is there any way I could canonicalize this down to the more
2005 Jun 18
2
Unable to make outbound calls
Hi All,
I am a new bee to *. I just installed Asterisk@home on
FC3. I hv a FXO card. I hv configured two extensions
one x-lite and other iaxComm. I configured * using
AMP. The following setup works
- x-lite (x 200) to iaxComm (x 201)
- PSTN to x-lite
- PSTN to iaxComm
Voice mail, weather etc work fine.
When i try to make an external call i am getting
message "All routes are busy". In
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
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 =>
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 Aug 07
3
test the email-list
test only. good luck!
james.zhu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070807/0fd2b827/attachment.htm
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
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
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