RE: [Asterisk-Users] Dial Plan Format Strings

2004-04-13 Thread Matt Bridges
I had exactly the same question. There is some really useful documentation on voip-info.org regarding the extensions.conf syntax. -Original Message- From: Brian Cuthie [mailto:[EMAIL PROTECTED] Sent: 13 April 2004 15:19 To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] Dial Plan

RE: [Asterisk-Users] Dial Plan Format Strings

2004-04-13 Thread Benjamin Wakefield
have to dial the entire number, like 1 + area code + number. I'd like to eliminate this by having the user just dial 9 + 7 digit number, and have asterisk put the 1 + area code (which is in a variable in extensions.conf) in front of it prior to sending the request to Voice Pulse. Is this possib

Re: [Asterisk-Users] Dial Plan Format Strings

2004-04-13 Thread Brian Cuthie
Try something like this: exten => _9NXX,1,Dial,IAX2/[EMAIL PROTECTED]/1${NPA}${EXTEN:1} ... -brian Nik Martin wrote: In the absence of "The Definitive Guide to Asterisk Dial Plans" book, I'd like to do something possibly unique with the formatting of extensions in my dial plan, and am having

RE: [Asterisk-Users] Dial Plan Format Strings

2004-04-13 Thread Nik Martin
t: Re: [Asterisk-Users] Dial Plan Format Strings Nik, I use NuFone, but here's how I do it (my area code is 207): exten => _9NXX,7,Dial(IAX2/[EMAIL PROTECTED]/1207${EXTEN:1}) Good luck, Austin On Tue, Apr 13, 2004 at 08:13:19AM -0500, Nik Martin wrote: > In the