similar to: Dialplan matching

Displaying 20 results from an estimated 100 matches similar to: "Dialplan matching"

2004 Aug 31
3
pattern matching problems
this is from my extensions.conf, the first three patterns are for toll-free numbers, and fourth pattern is for other numbers, where an AGI is called for authentication. now when I dial 011448000664327 if falls into the fourth pattern, where as it should be matched by the first pattern. Any suggestions 1 - exten => _01144800XXXXXXX,1,Dial(${MAG}/${EXTEN:3},45,tT) 2 - exten =>
2007 Mar 25
1
the age old telephone tree... why re-invent the wheel?
I have an interesting task for my son's lacrosse team... it is the time-old telephone tree... I am pretty sure someone has already done this w/*, why re-invent the wheel?... a) coach calls in leaves a msg, others call in retrieve the msg b) coach calls in leaves a msg, kicks of a call to every parent plays msg c) coach calls in leaves a msg, kicks off a call to every parent, checks for
2008 Oct 09
2
Menu for call forwarding or voicemail
I would like to create a simple menu that would allow a caller to decide whether they want to leave a message or be forwarded to another number (i.e cell phone). Thanks in advance for any insight. Here's my current extension.conf [general] static=yes writeprotect=yes [globals] [default] exten => 101,1,Dial(SIP/101,20) exten => 101,n,Voicemail(101 at default) ;This automatically
2010 Jun 11
4
Dual Atom mobo - call capacity
I'm looking for a small formfactor mobo for an install that needs to handle 25 phone sets (no transcoding). I found a new dual atom 1.66GHz mobo - anyone know what kinds of call volume that will handle? MD
2006 May 23
2
Outband call from php script
Hello, I am trying to make the following... Can someone tell me if it is possible? Is someone willing to do it from an asterisk@home box? 1. I send an http request to asterisk@home box. Ex: http://asterisk@home/call.php?phone=0033102030405&code=12345 2. Application will call phone number 0033102030405 (using a sip provider) 3. Application will play a pre-recorded voice prompt 4. Application
2006 Apr 26
4
Asterisk as a phone survey system
Hi, I'm interested in developing an automated phone survey and am curious if Asterisk could be configured to run such a system.. My idea is to record a message and a series of sub-questions. The system would call each number on a list and play the message, Depending on the touch tone response another message would be played. Is it possible for asterisk to manage a survey like this?
2013 Dec 28
1
Convert Asterisk Appliance (AA50) to "Open" Asterisk?
Hi All, Thanks for all of the help I've been given in the past and info I've picked up from this list over the years. I have an "official" Asterisk appliance (the AA50) running my PBX at home (we previously also had an AA50 in a satellite office-that one was recently retired and replaced with Asterisk running on commodity server hardware). Anyway - the AA50
2003 Sep 16
3
Follow Me
Ernest, I hadn't thought of doing that, though having that added protection would be nice. However, what I'm trying to do it have an incoming call at my home number follow me to my cell phone for selected numbers -- Since I already have three way calling, I'd like get Asterisk to essentially three way my cell phone into the call (or my office number, etc.) I understand the
2020 Jan 08
4
Hardware compatibility report: APC Smart-UPS_1500
Gene's posting: https://alioth-lists.debian.net/pipermail/nut-upsuser/2020-January/011654.html contains a NUT 2.7.4 update for the APC Smart-UPS_1500 device dump at https://networkupstools.org/ddl/APC/Smart-UPS_1500.html Please note the changes since the 2.7.2 report, e.g. ups.delay.start is no longer supported. Roger
2008 Oct 19
6
adding a second extension
I'm trying to add a second extension to my setup. The second device is able to successfully connect to the Asterisk server. I am unable to contact extension 101 from 102 and vise-versa. Also are my context setup logically or is there a better fashion to organize them? My error is at the bottom. Here is the extension.conf [default] ; ; By default we include the demo. In a production system,
2007 Mar 02
3
Alec Saunders post about Mashable Telco's
Interesting read in Alec Saunders blog today. http://saunderslog.com/2007/03/01/mashable-telcos/ Thought it may interest some people on this list. As food for thought, why it is that ITSP's haven't come up with more 'interesting' voice applications? When asterisk first became available I thought it was the beginning of seeing really neat applications, think Verzion's
2010 Dec 22
1
Simplifying dial-plan
Is there a way to include: _NXXNXXXXXX _NXXXXXX _011. _911 into my current plan:
2006 Nov 03
1
International dialing with GPX-2000 and "early dial"
I am trying to allow users to place outgoing international calls from a GPX-2000 with "early dial" enabled, connected to Asterisk 1.2.12.1 I have the following extension line: exten => _011.,n,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) When I attempt to place a call to a number in, for instance, Kenya, I dial "011254"...etc. and I get this on the asterisk console: Executing
2004 Jan 08
4
2nd call leg status?
Hi, okay heres what I want to do .. simple ivr, we take a call, answer it, play a menu, dial out based on options. No problems so far. The CDR always shows the call as answered as I answer the 1st leg to play the prompts, I am actually more interested in if the 2nd leg - the outbound part - has been answered or not before the call is hungup. How can I get this and record the information in
2005 Jan 09
2
ASTCC Trunk and Routes Configuration
Dear List members- I am trying to configure ASTCC (Asterisk calling card application) but having a hard time to configure it properly. My project deadline is approaching and couldn't figure out how to make ASTCC functional. Here are some details what I have done so far. 1) I have installed ASTCC successfully. 2) I can access astcc-admin.cgi script without any problem. 3) I have created
2005 Aug 09
3
SIP-Trunk problem, Please help!!!
Hi, We are using VOIP-SIP gateway to route outbound PSTN calls. Recently, I am getting == No one is available to answer at this time message, after making 5 SIP attempts (Retransmitting #5 (no NAT):), and the calls are going out through alternate Zap-trunk. I do not see any hit (sip-debug traffic) on the voip-gateway for the failed calls. Strange thing is that this is happening randomly,
2015 Apr 08
2
dial out with channel variable; sub-string usage
I want to do something like: exten => _NXXXNxxxxxx,1,Dial(${BABY}/${EXTEN}) exten => _Nxxxxxx,1,Dial(${BABY}/${EXTEN}) exten => _1NXXNxxxxxx,1,Dial(${BABY}/${EXTEN}) exten => _011.,1,Dial(Dial({TOLL}/${EXTEN}) exten => _9NXXXNxxxxxx,1,Dial(${BABY}/${EXTEN}) exten => _9Nxxxxxx,1,Dial(${BABY}/${EXTEN}) exten => _91NXXNxxxxxx,1,Dial(${BABY}/${EXTEN}) exten =>
2007 Dec 10
3
One server, multiple companies
Hello all, Just starting to setup asterisk v 1.4.11 and need to run three distinct phone systems for three different companies. So far, I have inbound lines going to the appropriate dial plan within the extensions.conf file. I'm using exten => _X.,1,NoOp(FROM NUMBER: ${SIP_HEADER(TO):5:10}) to determine which number is being dialed by the caller and then using a gotoif to get to
2003 Nov 27
6
Help for oh323
Hi Friends, Hope you would help me out here, I have searched the asterisk user list for hours and also read the readme and test files that comes with the driver. I need a very simple scenario. I have SIP clients and want to use oh323 to dial out to PSTN using a h323 gateway. a)If I set the extention.conf like this: exten => _87.,1,Dial(OH323/16.52.153.206) oh323 dials out (I can ring a
2008 Oct 04
5
Vitelity Asterisk configuration help
I have a Asterisk server setup and I am able to connect to the server using a soft client 'x-lite' and call and leave a message on my second extension 102. I have setup a Vitelity account and add what I believe to be the correct information to my sip.conf and extension.conf. I would like to setup incoming and outgoing calls with voicemail support. I've searched all over but many of the