[Asterisk-Users] Tall free number via FWD over IXA2

2005-01-25 Thread Joseph
I've setup my IAX2 over FWD and it is working I can receive a test call and I can call out. Though I cannot figure out how to dial 1-800 numbers over FWD When I dial 1-800 it hangs up on me. Here is a typical session: Called x:[EMAIL PROTECTED]/18007425877 -- Call accepted by 65.39.205.12

Re: [Asterisk-Users] Tall free number via FWD over IXA2

2005-01-25 Thread Kris Stark
Joseph wrote: I've setup my IAX2 over FWD and it is working I can receive a test call and I can call out. Though I cannot figure out how to dial 1-800 numbers over FWD When I dial 1-800 it hangs up on me. Here is a typical session: Called x:[EMAIL PROTECTED]/18007425877l -- Call accepted by

Re: [Asterisk-Users] Tall free number via FWD over IXA2

2005-01-25 Thread Joseph
On Wed, 2005-01-26 at 00:17 -0500, Kris Stark wrote: > Joseph wrote: > > I've setup my IAX2 over FWD and it is working I can receive a test call > > and I can call out. > > Though I cannot figure out how to dial 1-800 numbers over FWD > > When I dial 1-800 it hangs up on me. > > > > Here is a typi

Re: [Asterisk-Users] Tall free number via FWD over IXA2

2005-01-25 Thread Duane
Joseph wrote: Thanks Kris, I found the solution: Here is how it suppose to look like: You can minimise all that with a simple macro and a little pattern matching, and it makes dial plans so much easier to track down problems with etc... I couldn't find anything on it, but I'm not sure if you can

Re: [Asterisk-Users] Tall free number via FWD over IXA2

2005-01-26 Thread Joseph
On Wed, 2005-01-26 at 18:17 +1100, Duane wrote: > Joseph wrote: > > > Thanks Kris, I found the solution: > > Here is how it suppose to look like: > > You can minimise all that with a simple macro and a little pattern > matching, and it makes dial plans so much easier to track down problems > wi

Re: [Asterisk-Users] Tall free number via FWD over IXA2

2005-01-26 Thread Joseph
On Wed, 2005-01-26 at 18:17 +1100, Duane wrote: > Joseph wrote: > > > Thanks Kris, I found the solution: > > Here is how it suppose to look like: > > You can minimise all that with a simple macro and a little pattern > matching, and it makes dial plans so much easier to track down problems > wi

Re: [Asterisk-Users] Tall free number via FWD over IXA2

2005-01-26 Thread Duane
Joseph wrote: [tollfree] exten => _1800.,1,Macro(tollfree,${EXTEN}) exten => _1866.,1,Macro(tollfree,${EXTEN}) exten => _1877.,1,Macro(tollfree,${EXTEN}) exten => _1888.,1,Macro(tollfree,${EXTEN}) exten => _3[13]800.,1,Macro(tollfree,${EXTEN}) exten => _44[58]00.,1,Macro(tollfree,${EXTEN}) exten =>

Re: [Asterisk-Users] Tall free number via FWD over IXA2

2005-01-27 Thread Brian Johnson
The superdial macro in the wiki will go further an allow you to specify multiple methods to dial out (ie try FWD, then another voip provider, then Zap, etc) Joseph ([EMAIL PROTECTED]) wrote: > > On Wed, 2005-01-26 at 18:17 +1100, Duane wrote: > > Joseph wrote: > > > > > Thanks Kris, I found the so