Re: [Asterisk-Users] really need help with outgoing calls..PSTN errors

2006-03-05 Thread sdgesa gaeharth
I have to wait until Monday to test but  I will make that change.thanks Rich Adamson <[EMAIL PROTECTED]> wrote: Might take a close look at group => 1 in your zapata.conf file. Thatshould be group=1.Someone mentioned adding "w" into your outbound calls, like: exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/ww${EXTEN:1})Did you try that in each of your Dial strings?> In our area code(703), and I am not sure if it is like this in other places, we are required to dial the area code even if we dial local> numbers . That is what these lines are for:>  > exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _9XX,2,Congestion()> exten => _9XX,102,Congestion()>  > Any other options?>  >
 > Mark Hulber <[EMAIL PROTECTED]> wrote:> > Have you tried dialing an 800 number? Does that work? This extension:> > exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> > seems to be missing one X since it's only 10 digits long. Your PSTN> probably requires a 1 to be dialed also. On the other hand,> > exten => _91[1234567]XXNXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> > you should probably be matching this extension instead although you> won't be able to match anywhere that has an area code that starts with> an 8 or 9. (905, 916, 914 as a few examples).> > MARK.> > sdgesa gaeharth wrote:> > I cant seem to get outgoing calls to be placed properly .. No matter> > what I try I get an error from the PSTN company saying that the "call> > can not be comple
 ted as
 dialed" or "you need to dial a one..." The> > asterisk debugging seems to show the correct number being dialed out> > of the zap interface... the "9" is being stripped and there is a "1"> > where it is supposed to be. I am thinking it is a problem between the> > zap interface and the PSTN.> >> > thanks> >> > extensions.conf> > [general]> > static=yes> > writeprotect=no> > autofallthrough=yes> > clearglobalvars=no> > priorityjumping=no> > [globals]> > ATTENDANT=1001> > OUTBOUNDTRUNK=ZAP/g1> > [extentions]> > exten => _10XX,1,Ringing> > exten => _10XX,2,Dial(SIP/${EXTEN},20)> > exten => _10XX,3,Answer> > exten => _10XX,4,VoiceMail([EMAIL PROTECTED]> 
 >
 )> > exten => _10XX,5,Hangup> > [voicemail]> > exten => _910XX,1,Wait(1)> > exten => _910XX,2,VoiceMailMain(${EXTEN:[EMAIL PROTECTED])> > [local]> > include => extentions> > include => voicemail> > [incoming]> > exten => s,1,Answer> > exten => s,n,Wait(2)> > exten => s,n,Set(TIMEOUT(response)=15)> > exten => s,n,Background(company-intro)> > exten => s,n,WaitExten()> > exten => s,n,Playback(vm-goodbye)> > exten => s,n,Hangup()> > exten => 0,1,Dial(SIP/${ATTENDANT},20)> > exten => 1,1,Directory(voicemail,extentions,f)> > exten => 2,1,Directory(voicemail,extentions)> > exten => 1234,1,Playback(abandon-all-hope)> > include => extentions> > exten
  =>
 i,1,Playback(vm-goodbye)> > exten => i,2,Hangup()> > exten => t,1,Playback(vm-goodbye)> > exten => t,2,Hangup()> > [outbound]> > ignorepat => 9> > exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> > exten => _9XX,2,Congestion()> > exten => _9XX,102,Congestion()> > exten => _91800NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> > exten => _91800NXX,2,Congestion()> > exten => _91800NXX,102,Congestion()> > exten => _91888NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> > exten => _91888NXX,2,Congestion()> > exten => _91888NXX,102,Congestion()> > exten => _91877NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> > exten => _91877NXX,2,Congestion()> > exten =>
 _91877NXX,102,Congestion()> > exten => _91866NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> > exten => _91866NXX,2,Congestion()> > exten => _91866NXX,102,Congestion()> > exten => _91900NXX,1,Congestion()> > exten => _91976NXX,1,Congestion()> > exten => _91[1234567]XXNXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> > exten => _91[1234567]XXNXX,2,Congestion()> > exten => _91[1234567]XXNXX,102,Congestion()> > exten => 9911,1,Dial(${OUTBOUNDTRUNK}/911)> > exten => 9411,1,Dial(${OUTBOUNDTRUNK}/411)> > exten => 0,1,Dial(${OUTBOUNDTRUNK}/0)> >> > [local-access]> > include => local> > include => outbound> >> > zapata.conf:> > [channels]> > group => 1> 
 >
 language=en> > context=incoming> > signalling=fxs_ks> > switchtype=national> > usecallerid=yes> > hidecallerid=no> > callwaiting=yes> > callerid => "Dulles Micro, LLC" <703 450 5000>> > usecallingpres=yes> > callwaitingcallerid=yes> > threewaycalling=yes> > transfer=yes> > canpark=yes> > cancallforward=yes> > callreturn=yes> > echocancel=yes> > echocancelwhenbridged=yes>  

Re: [Asterisk-Users] really need help with outgoing calls..PSTN errors

2006-03-05 Thread Rich Adamson
Might take a close look at group => 1 in your zapata.conf file. That
should be group=1.

Someone mentioned adding "w" into your outbound calls, like:
 exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/ww${EXTEN:1})

Did you try that in each of your Dial strings?



> In our area code(703), and I am not sure if it is like this in other places, 
> we are required to 
dial the area code even if we dial local
> numbers . That is what these lines are for:
>  
> exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> exten => _9XX,2,Congestion()
> exten => _9XX,102,Congestion()
>  
> Any other options?
>  
> 
> Mark Hulber <[EMAIL PROTECTED]> wrote:
> 
> Have you tried dialing an 800 number? Does that work? This extension:
> 
> exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> 
> seems to be missing one X since it's only 10 digits long. Your PSTN
> probably requires a 1 to be dialed also. On the other hand,
> 
> exten => _91[1234567]XXNXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> 
> you should probably be matching this extension instead although you
> won't be able to match anywhere that has an area code that starts with
> an 8 or 9. (905, 916, 914 as a few examples).
> 
> MARK.
> 
> sdgesa gaeharth wrote:
> > I cant seem to get outgoing calls to be placed properly .. No matter
> > what I try I get an error from the PSTN company saying that the "call
> > can not be completed as dialed" or "you need to dial a one..." The
> > asterisk debugging seems to show the correct number being dialed out
> > of the zap interface... the "9" is being stripped and there is a "1"
> > where it is supposed to be. I am thinking it is a problem between the
> > zap interface and the PSTN.
> >
> > thanks
> >
> > extensions.conf
> > [general]
> > static=yes
> > writeprotect=no
> > autofallthrough=yes
> > clearglobalvars=no
> > priorityjumping=no
> > [globals]
> > ATTENDANT=1001
> > OUTBOUNDTRUNK=ZAP/g1
> > [extentions]
> > exten => _10XX,1,Ringing
> > exten => _10XX,2,Dial(SIP/${EXTEN},20)
> > exten => _10XX,3,Answer
> > exten => _10XX,4,VoiceMail([EMAIL PROTECTED]
> > )
> > exten => _10XX,5,Hangup
> > [voicemail]
> > exten => _910XX,1,Wait(1)
> > exten => _910XX,2,VoiceMailMain(${EXTEN:[EMAIL PROTECTED])
> > [local]
> > include => extentions
> > include => voicemail
> > [incoming]
> > exten => s,1,Answer
> > exten => s,n,Wait(2)
> > exten => s,n,Set(TIMEOUT(response)=15)
> > exten => s,n,Background(company-intro)
> > exten => s,n,WaitExten()
> > exten => s,n,Playback(vm-goodbye)
> > exten => s,n,Hangup()
> > exten => 0,1,Dial(SIP/${ATTENDANT},20)
> > exten => 1,1,Directory(voicemail,extentions,f)
> > exten => 2,1,Directory(voicemail,extentions)
> > exten => 1234,1,Playback(abandon-all-hope)
> > include => extentions
> > exten => i,1,Playback(vm-goodbye)
> > exten => i,2,Hangup()
> > exten => t,1,Playback(vm-goodbye)
> > exten => t,2,Hangup()
> > [outbound]
> > ignorepat => 9
> > exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> > exten => _9XX,2,Congestion()
> > exten => _9XX,102,Congestion()
> > exten => _91800NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> > exten => _91800NXX,2,Congestion()
> > exten => _91800NXX,102,Congestion()
> > exten => _91888NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> > exten => _91888NXX,2,Congestion()
> > exten => _91888NXX,102,Congestion()
> > exten => _91877NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> > exten => _91877NXX,2,Congestion()
> > exten => _91877NXX,102,Congestion()
> > exten => _91866NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> > exten => _91866NXX,2,Congestion()
> > exten => _91866NXX,102,Congestion()
> > exten => _91900NXX,1,Congestion()
> > exten => _91976NXX,1,Congestion()
> > exten => _91[1234567]XXNXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> > exten => _91[1234567]XXNXX,2,Congestion()
> > exten => _91[1234567]XXNXX,102,Congestion()
> > exten => 9911,1,Dial(${OUTBOUNDTRUNK}/911)
> > exten => 9411,1,Dial(${OUTBOUNDTRUNK}/411)
> > exten => 0,1,Dial(${OUTBOUNDTRUNK}/0)
> >
> > [local-access]
> > include => local
> > include => outbound
> >
> > zapata.conf:
> > [channels]
> > group => 1
> > language=en
> > context=incoming
> > signalling=fxs_ks
> > switchtype=national
> > usecallerid=yes
> > hidecallerid=no
> > callwaiting=yes
> > callerid => "Dulles Micro, LLC" <703 450 5000>
> > usecallingpres=yes
> > callwaitingcallerid=yes
> > threewaycalling=yes
> > transfer=yes
> > canpark=yes
> > cancallforward=yes
> > callreturn=yes
> > echocancel=yes
> > echocancelwhe

Re: [Asterisk-Users] really need help with outgoing calls..PSTN errors

2006-03-04 Thread John Novack
You should also know that this ONLY works with DTMF on analog lines. If 
one happens to have to use pulse dial on a POTS line, there is no way to 
delay dialing, and Asterisk STILL will not wait for dialtone, since no 
one who is able to fix it seems interested.


John Novack




sdgesa gaeharth wrote:

Thanks. I will try.  Is there any documentation that describes this 
fix? I cant find it anywhere in any docs.


*/Joseph Tanner <[EMAIL PROTECTED]>/* wrote:

Like this:

exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/ww${EXTEN:1})

Joseph Tanner

On 3/4/06, sdgesa gaeharth wrote:
>
> You mean like this
>
> exten => ww_9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
>
> thanks
>
>
> Joseph Tanner wrote:
>
> Put a w or 2 (ww) in front of your number being dialed, it
should work
> then. If not, try more w's.
>
> Joseph Tanner
>
> On 3/3/06, sdgesa gaeharth wrote:
> >
> > I cant seem to get outgoing calls to be placed properly .. No
matter what
> I
> > try I get an error from the PSTN company saying that the "call
can not be
> > completed as dialed" or "you need to dial a one..." The
asterisk debugging
> > seems to show the correct number being dialed out of the zap
interface...
> > the "9" is being stripped and there is a "1" where it is
supposed to be. I
> > am thinking it is a problem between the zap interface and the
PSTN.
> >
> > thanks
> >
> > extensions.conf
> > [general]
> > static=yes
> > writeprotect=no
> > autofallthrough=yes
> > clearglobalvars=no
> > priorityjumping=no
> > [globals]
> > ATTENDANT=1001
> > OUTBOUNDTRUNK=ZAP/g1
> > [extentions]
> > exten => _10XX,1,Ringing
> > exten => _10XX,2,Dial(SIP/${EXTEN},20)
> > exten => _10XX,3,Answer
> > exten => _10XX,4,VoiceMail([EMAIL PROTECTED])
> > exten => _10XX,5,Hangup
> > [voicemail]
> > exten => _910XX,1,Wait(1)
> > exten => _910XX,2,VoiceMailMain(${EXTEN:[EMAIL PROTECTED])
> > [local]
> > include => extentions
> > include => voicemail
> > [incoming]
> > exten => s,1,Answer
> > exten => s,n,Wait(2)
> > exten => s,n,Set(TIMEOUT(response)=15)
> > exten => s,n,Background(company-intro)
> > exten => s,n,WaitExten()
> > exten => s,n,Playback(vm-goodbye)
> > exten => s,n,Hangup()
> > exten => 0,1,Dial(SIP/${ATTENDANT},20)
> > exten => 1,1,Directory(voicemail,extentions,f)
> > exten => 2,1,Directory(voicemail,extentions)
> > exten => 1234,1,Playback(abandon-all-hope)
> > include => extentions
> > exten => i,1,Playback(vm-goodbye)
> > exten => i,2,Hangup()
> > exten => t,1,Playback(vm-goodbye)
> > exten => t,2,Hangup()
> > [outbound]
> > ignorepat => 9
> > exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> > exten => _9XX,2,Congestion()
> > exten => _9XX,102,Congestion()
> > exten =>
> _91800NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> > exten => _91800NXX,2,Congestion()
> > exten => _91800NXX,102,Congestion()
> > exten =>
> _91888NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> > exten => _91888NXX,2,Congestion()
> > exten => _91888NXX,102,Congestion()
> > exten =>
> _91877NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> > exten => _91877NXX,2,Congestion()
> > exten => _91877NXX,102,Congestion()
> > exten =>
> _91866NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> > exten => _91866NXX,2,Congestion()
> > exten => _91866NXX,102,Congestion()
> > exten => _91900NXX,1,Congestion()
> > exten => _91976NXX,1,Congestion()
> > exten =>
> > _91[1234567]XXNXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> > exten => _91[1234567]XXNXX,2,Congestion()
> > exten => _91[1234567]XXNXX,102,Congestion()
> > exten => 9911,1,Dial(${OUTBOUNDTRUNK}/911)
> > exten => 9411,1,Dial(${OUTBOUNDTRUNK}/411)
> > exten => 0,1,Dial(${OUTBOUNDTRUNK}/0)
> >
> > [local-access]
> > include => local
> > include => outbound
> >
> > zapata.conf:
> > [channels]
> > group => 1
> > language=en
> > context=incoming
> > signalling=fxs_ks
> > switchtype=national
> > usecallerid=yes
> > hidecallerid=no
> > callwaiting=yes
> > callerid => "Dulles Micro, LLC" <703 450 5000>
> > usecallingpres=yes
> > callwaitingcallerid=yes
> > threewaycalling=yes
> > transfer=yes
> > canpark=yes
> > cancallforward=yes
> > callreturn=yes
> > echocancel=yes
> > echocancelwhenbridged=yes
> > rxgain=0.0
> > txgain=0.0
> > channel => 1
> >
> > zaptel.conf:
> > fxsks=1,2,3,4
> > loadzone = us
> > defaultzone=us
> >
> >
> >
> >
> >
> > 
> > Brings words and

Re: [Asterisk-Users] really need help with outgoing calls..PSTN errors

2006-03-04 Thread John Novack
More and more areas of the US require 10 digit local dialing, and 11 
digit toll dialing.
Unfortunately, that isn't universally true. Some states have decreed 
that 11 digits will be dialed for local and toll, other locales have 7 
digit dialing across state lines, and at least one location, probably 
more, require 7 digit dialing to another state for one NPA, and 11 digit 
for it's overlay.
Mobile providers in the US usually require only 10 digits, and fill in 
the "1" within the phone.


The only rule is there are no rules. The result of local/state rule.

John Novack


sdgesa gaeharth wrote:

In our area code(703), and I am not sure if it is like this in other 
places, we are required to dial the area code even if we dial local 
numbers . That is what these lines are for:
 
exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})

exten => _9XX,2,Congestion()
exten => _9XX,102,Congestion()
 
Any other options?
 



*/Mark Hulber <[EMAIL PROTECTED]>/* wrote:

Have you tried dialing an 800 number? Does that work? This extension:

exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})

seems to be missing one X since it's only 10 digits long. Your PSTN
probably requires a 1 to be dialed also. On the other hand,

exten => _91[1234567]XXNXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})

you should probably be matching this extension instead although you
won't be able to match anywhere that has an area code that starts
with
an 8 or 9. (905, 916, 914 as a few examples).

MARK.

sdgesa gaeharth wrote:
> I cant seem to get outgoing calls to be placed properly .. No
matter
> what I try I get an error from the PSTN company saying that the
"call
> can not be completed as dialed" or "you need to dial a one..." The
> asterisk debugging seems to show the correct number being dialed
out
> of the zap interface... the "9" is being stripped and there is a
"1"
> where it is supposed to be. I am thinking it is a problem
between the
> zap interface and the PSTN.
>
> thanks
>
> extensions.conf
> [general]
> static=yes
> writeprotect=no
> autofallthrough=yes
> clearglobalvars=no
> priorityjumping=no
> [globals]
> ATTENDANT=1001
> OUTBOUNDTRUNK=ZAP/g1
> [extentions]
> exten => _10XX,1,Ringing
> exten => _10XX,2,Dial(SIP/${EXTEN},20)
> exten => _10XX,3,Answer
> exten => _10XX,4,VoiceMail([EMAIL PROTECTED]
> )
> exten => _10XX,5,Hangup
> [voicemail]
> exten => _910XX,1,Wait(1)
> exten => _910XX,2,VoiceMailMain(${EXTEN:[EMAIL PROTECTED])
> [local]
> include => extentions
> include => voicemail
> [incoming]
> exten => s,1,Answer
> exten => s,n,Wait(2)
> exten => s,n,Set(TIMEOUT(response)=15)
> exten => s,n,Background(company-intro)
> exten => s,n,WaitExten()
> exten => s,n,Playback(vm-goodbye)
> exten => s,n,Hangup()
> exten => 0,1,Dial(SIP/${ATTENDANT},20)
> exten => 1,1,Directory(voicemail,extentions,f)
> exten => 2,1,Directory(voicemail,extentions)
> exten => 1234,1,Playback(abandon-all-hope)
> include => extentions
> exten => i,1,Playback(vm-goodbye)
> exten => i,2,Hangup()
> exten => t,1,Playback(vm-goodbye)
> exten => t,2,Hangup()
> [outbound]
> ignorepat => 9
> exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> exten => _9XX,2,Congestion()
> exten => _9XX,102,Congestion()
> exten => _91800NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> exten => _91800NXX,2,Congestion()
> exten => _91800NXX,102,Congestion()
> exten => _91888NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> exten => _91888NXX,2,Congestion()
> exten => _91888NXX,102,Congestion()
> exten => _91877NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> exten => _91877NXX,2,Congestion()
> exten => _91877NXX,102,Congestion()
> exten => _91866NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> exten => _91866NXX,2,Congestion()
> exten => _91866NXX,102,Congestion()
> exten => _91900NXX,1,Congestion()
> exten => _91976NXX,1,Congestion()
> exten => _91[1234567]XXNXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> exten => _91[1234567]XXNXX,2,Congestion()
> exten => _91[1234567]XXNXX,102,Congestion()
> exten => 9911,1,Dial(${OUTBOUNDTRUNK}/911)
> exten => 9411,1,Dial(${OUTBOUNDTRUNK}/411)
> exten => 0,1,Dial(${OUTBOUNDTRUNK}/0)
>
> [local-access]
> include => local
> include => outbound
>
> zapata.conf:
> [channels]
> group => 1
> language=en
> context=incoming
> signalling=fxs_ks
> switchtype=national
> usecallerid=yes
> hidecallerid=no
> callwaiting=yes
> callerid => "Dulles Micro, LLC" <703 450 5000>
> usecallingpres=yes
> callwaitingcallerid=yes
> threewaycalling=yes
> tra

Re: [Asterisk-Users] really need help with outgoing calls..PSTN errors

2006-03-04 Thread sdgesa gaeharth
In our area code(703), and I am not sure if it is like this in other places, we are required to dial the area code even if we dial local numbers . That is what these lines are for:     exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})exten => _9XX,2,Congestion()exten => _9XX,102,Congestion()     Any other options?     Mark Hulber <[EMAIL PROTECTED]> wrote:  Have you tried dialing an 800 number? Does that work? This extension:exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})seems to be missing one X since it's only 10 digits long. Your PSTN probably requires a 1 to be dialed also. On the other hand,exten => _91[1234567]XXNXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})you
 should probably be matching this extension instead although you won't be able to match anywhere that has an area code that starts with an 8 or 9. (905, 916, 914 as a few examples).MARK.sdgesa gaeharth wrote:> I cant seem to get outgoing calls to be placed properly .. No matter > what I try I get an error from the PSTN company saying that the "call > can not be completed as dialed" or "you need to dial a one..." The > asterisk debugging seems to show the correct number being dialed out > of the zap interface... the "9" is being stripped and there is a "1" > where it is supposed to be. I am thinking it is a problem between the > zap interface and the PSTN.> > thanks> > extensions.conf> [general]> static=yes> writeprotect=no> autofallthrough=yes> clearglobalvars=no> priorityjumping=no> [globals]> ATTENDANT=1001>
 OUTBOUNDTRUNK=ZAP/g1> [extentions]> exten => _10XX,1,Ringing> exten => _10XX,2,Dial(SIP/${EXTEN},20)> exten => _10XX,3,Answer> exten => _10XX,4,VoiceMail([EMAIL PROTECTED] > )> exten => _10XX,5,Hangup> [voicemail]> exten => _910XX,1,Wait(1)> exten => _910XX,2,VoiceMailMain(${EXTEN:[EMAIL PROTECTED])> [local]> include => extentions> include => voicemail> [incoming]> exten => s,1,Answer> exten => s,n,Wait(2)> exten => s,n,Set(TIMEOUT(response)=15)> exten => s,n,Background(company-intro)> exten => s,n,WaitExten()> exten => s,n,Playback(vm-goodbye)> exten => s,n,Hangup()> exten => 0,1,Dial(SIP/${ATTENDANT},20)> exten => 1,1,Directory(voicemail,extentions,f)> exten => 2,1,Directory(voicemail,extentions)> exten =>
 1234,1,Playback(abandon-all-hope)> include => extentions> exten => i,1,Playback(vm-goodbye)> exten => i,2,Hangup()> exten => t,1,Playback(vm-goodbye)> exten => t,2,Hangup()> [outbound]> ignorepat => 9> exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _9XX,2,Congestion()> exten => _9XX,102,Congestion()> exten => _91800NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _91800NXX,2,Congestion()> exten => _91800NXX,102,Congestion()> exten => _91888NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _91888NXX,2,Congestion()> exten => _91888NXX,102,Congestion()> exten => _91877NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _91877NXX,2,Congestion()> exten => _91877NXX,102,Congestion()> exten =>
 _91866NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _91866NXX,2,Congestion()> exten => _91866NXX,102,Congestion()> exten => _91900NXX,1,Congestion()> exten => _91976NXX,1,Congestion()> exten => _91[1234567]XXNXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _91[1234567]XXNXX,2,Congestion()> exten => _91[1234567]XXNXX,102,Congestion()> exten => 9911,1,Dial(${OUTBOUNDTRUNK}/911)> exten => 9411,1,Dial(${OUTBOUNDTRUNK}/411)> exten => 0,1,Dial(${OUTBOUNDTRUNK}/0)>> [local-access]> include => local> include => outbound> > zapata.conf:> [channels]> group => 1> language=en> context=incoming> signalling=fxs_ks> switchtype=national> usecallerid=yes> hidecallerid=no> callwaiting=yes> callerid => "Dulles Micro, LLC" <703 450
 5000>> usecallingpres=yes> callwaitingcallerid=yes> threewaycalling=yes> transfer=yes> canpark=yes> cancallforward=yes> callreturn=yes> echocancel=yes> echocancelwhenbridged=yes> rxgain=0.0> txgain=0.0> channel => 1> > zaptel.conf:> fxsks=1,2,3,4> loadzone = us> defaultzone=us> > > >> > Brings words and photos together (easily) with> PhotoMail > > - it's free and works with Yahoo! Mail.> >> ___> --Bandwidth and Colocation provided by Easynews.com -->> Asterisk-Users mailing list> T
 o
 UNSUBSCRIBE or update options visit:> http://lists.digium.com/mailman/listinfo/asterisk-users> ___--Bandwidth and Colocation provided by Easynews.com --Asterisk-Users mailing listTo UNSUBSCRIBE or update options visit:http://lists.digium.com/mailman/listinfo/asterisk-users
		 Yahoo! Mail 
Use Photomail to share photos without annoying attachments.___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or

Re: [Asterisk-Users] really need help with outgoing calls..PSTN errors

2006-03-04 Thread sdgesa gaeharth
Thanks. I will try.  Is there any documentation that describes this fix? I cant find it anywhere in any docs.Joseph Tanner <[EMAIL PROTECTED]> wrote:  Like this:exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/ww${EXTEN:1})Joseph TannerOn 3/4/06, sdgesa gaeharth <[EMAIL PROTECTED]>wrote:>> You mean like this>> exten => ww_9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})>> thanks>>> Joseph Tanner <[EMAIL PROTECTED]>wrote:>> Put a w or 2 (ww) in front of your number being dialed, it should work> then. If not, try more w's.>> Joseph Tanner>> On 3/3/06, sdgesa gaeharth wrote:> >> > I cant seem to get outgoing calls to be placed properly .. No matter
 what> I> > try I get an error from the PSTN company saying that the "call can not be> > completed as dialed" or "you need to dial a one..." The asterisk debugging> > seems to show the correct number being dialed out of the zap interface...> > the "9" is being stripped and there is a "1" where it is supposed to be. I> > am thinking it is a problem between the zap interface and the PSTN.> >> > thanks> >> > extensions.conf> > [general]> > static=yes> > writeprotect=no> > autofallthrough=yes> > clearglobalvars=no> > priorityjumping=no> > [globals]> > ATTENDANT=1001> > OUTBOUNDTRUNK=ZAP/g1> > [extentions]> > exten => _10XX,1,Ringing> > exten => _10XX,2,Dial(SIP/${EXTEN},20)> > exten => _10XX,3,Answer> > exten =>
 _10XX,4,VoiceMail([EMAIL PROTECTED])> > exten => _10XX,5,Hangup> > [voicemail]> > exten => _910XX,1,Wait(1)> > exten => _910XX,2,VoiceMailMain(${EXTEN:[EMAIL PROTECTED])> > [local]> > include => extentions> > include => voicemail> > [incoming]> > exten => s,1,Answer> > exten => s,n,Wait(2)> > exten => s,n,Set(TIMEOUT(response)=15)> > exten => s,n,Background(company-intro)> > exten => s,n,WaitExten()> > exten => s,n,Playback(vm-goodbye)> > exten => s,n,Hangup()> > exten => 0,1,Dial(SIP/${ATTENDANT},20)> > exten => 1,1,Directory(voicemail,extentions,f)> > exten => 2,1,Directory(voicemail,extentions)> > exten => 1234,1,Playback(abandon-all-hope)> > include => extentions> > exten => i,1,Playback(vm-goodbye)> > ex
 ten
 => i,2,Hangup()> > exten => t,1,Playback(vm-goodbye)> > exten => t,2,Hangup()> > [outbound]> > ignorepat => 9> > exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> > exten => _9XX,2,Congestion()> > exten => _9XX,102,Congestion()> > exten =>> _91800NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> > exten => _91800NXX,2,Congestion()> > exten => _91800NXX,102,Congestion()> > exten =>> _91888NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> > exten => _91888NXX,2,Congestion()> > exten => _91888NXX,102,Congestion()> > exten =>> _91877NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> > exten => _91877NXX,2,Congestion()> > exten => _91877NXX,102,Congestion()> > exten =>>
 _91866NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> > exten => _91866NXX,2,Congestion()> > exten => _91866NXX,102,Congestion()> > exten => _91900NXX,1,Congestion()> > exten => _91976NXX,1,Congestion()> > exten =>> > _91[1234567]XXNXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> > exten => _91[1234567]XXNXX,2,Congestion()> > exten => _91[1234567]XXNXX,102,Congestion()> > exten => 9911,1,Dial(${OUTBOUNDTRUNK}/911)> > exten => 9411,1,Dial(${OUTBOUNDTRUNK}/411)> > exten => 0,1,Dial(${OUTBOUNDTRUNK}/0)> >> > [local-access]> > include => local> > include => outbound> >> > zapata.conf:> > [channels]> > group => 1> > language=en> > context=incoming> > signalling=fxs_ks> > switchtype=national> 
 >
 usecallerid=yes> > hidecallerid=no> > callwaiting=yes> > callerid => "Dulles Micro, LLC" <703 450 5000>> > usecallingpres=yes> > callwaitingcallerid=yes> > threewaycalling=yes> > transfer=yes> > canpark=yes> > cancallforward=yes> > callreturn=yes> > echocancel=yes> > echocancelwhenbridged=yes> > rxgain=0.0> > txgain=0.0> > channel => 1> >> > zaptel.conf:> > fxsks=1,2,3,4> > loadzone = us> > defaultzone=us> >> >> >> >> >> > > > Brings words and photos together (easily) with> > PhotoMail - it's free and works with Yahoo! Mail.> >> >> > ___> > --Bandwidth and Colocation provide
 d by
 Easynews.com --> >> > Asterisk-Users mailing list> > To UNSUBSCRIBE or update options visit:> >> >> http://lists.digium.com/mailman/listinfo/asterisk-users> >> >> >> ___> --Bandwidth and Colocation provided by Easynews.com -->> Asterisk-Users mailing list> To UNSUBSCRIBE or update options visit:> http://lists.digium.com/mailman/listinfo/asterisk-users> > Yahoo! Mail> Use Photomail to share photos without annoying attachments.>>> ___> --Bandwidth and Colocation provided by Easynews.com -->> Asterisk-Users mailing list> To UNSUBSCRIBE or update options visit:>>
 http://lists.digium.com/mailman/listinfo/asterisk-users>>>___--Bandwidth an

Re: [Asterisk-Users] really need help with outgoing calls..PSTN errors

2006-03-04 Thread Ira

At 10:03 PM 03/03/2006, you wrote:

You mean like this

exten => ww_9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
thanks


More likely:

exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/ww${EXTEN:1})

Ira


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.1.375 / Virus Database: 268.1.2/274 - Release Date: 03/03/2006


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] really need help with outgoing calls..PSTN errors

2006-03-04 Thread Ira



exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
exten => _9XX,2,Congestion()
exten => _9XX,102,Congestion()



I think these 3 lines need to have a 1 added like this:


exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/1${EXTEN:1})
exten => _9XX,2,Congestion()
exten => _9XX,102,Congestion()

Looks like they are intended to take long distance without a 1 which 
is OK as long as you have * pass it on for you.


Ira 



--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.1.375 / Virus Database: 268.1.2/274 - Release Date: 03/03/2006


___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] really need help with outgoing calls..PSTN errors

2006-03-04 Thread Mark Hulber

Have you tried dialing an 800 number?  Does that work?  This extension:

   exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})

seems to be missing one X since it's only 10 digits long.  Your PSTN 
probably requires a 1 to be dialed also.  On the other hand,


   exten => _91[1234567]XXNXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})

you should probably be matching this extension instead although you 
won't be able to match anywhere that has an area code that starts with 
an 8 or 9. (905, 916, 914 as a few examples).


MARK.

sdgesa gaeharth wrote:
I cant seem to get outgoing calls to be placed properly ..  No matter 
what I try I get an error from the PSTN company saying that the "call 
can not be completed as dialed"  or "you need to dial a one..." The 
asterisk debugging seems to show the correct number being dialed out 
of the zap interface... the "9" is being stripped and there is a "1" 
where it is supposed to be. I am thinking it is a problem between the 
zap interface and the PSTN.
 
thanks
 
extensions.conf

[general]
static=yes
writeprotect=no
autofallthrough=yes
clearglobalvars=no
priorityjumping=no
[globals]
ATTENDANT=1001
OUTBOUNDTRUNK=ZAP/g1
[extentions]
exten => _10XX,1,Ringing
exten => _10XX,2,Dial(SIP/${EXTEN},20)
exten => _10XX,3,Answer
exten => _10XX,4,VoiceMail([EMAIL PROTECTED] 
)

exten => _10XX,5,Hangup
[voicemail]
exten => _910XX,1,Wait(1)
exten => _910XX,2,VoiceMailMain(${EXTEN:[EMAIL PROTECTED])
[local]
include => extentions
include => voicemail
[incoming]
exten => s,1,Answer
exten => s,n,Wait(2)
exten => s,n,Set(TIMEOUT(response)=15)
exten => s,n,Background(company-intro)
exten => s,n,WaitExten()
exten => s,n,Playback(vm-goodbye)
exten => s,n,Hangup()
exten => 0,1,Dial(SIP/${ATTENDANT},20)
exten => 1,1,Directory(voicemail,extentions,f)
exten => 2,1,Directory(voicemail,extentions)
exten => 1234,1,Playback(abandon-all-hope)
include => extentions
exten => i,1,Playback(vm-goodbye)
exten => i,2,Hangup()
exten => t,1,Playback(vm-goodbye)
exten => t,2,Hangup()
[outbound]
ignorepat => 9
exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
exten => _9XX,2,Congestion()
exten => _9XX,102,Congestion()
exten => _91800NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
exten => _91800NXX,2,Congestion()
exten => _91800NXX,102,Congestion()
exten => _91888NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
exten => _91888NXX,2,Congestion()
exten => _91888NXX,102,Congestion()
exten => _91877NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
exten => _91877NXX,2,Congestion()
exten => _91877NXX,102,Congestion()
exten => _91866NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
exten => _91866NXX,2,Congestion()
exten => _91866NXX,102,Congestion()
exten => _91900NXX,1,Congestion()
exten => _91976NXX,1,Congestion()
exten => _91[1234567]XXNXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
exten => _91[1234567]XXNXX,2,Congestion()
exten => _91[1234567]XXNXX,102,Congestion()
exten => 9911,1,Dial(${OUTBOUNDTRUNK}/911)
exten => 9411,1,Dial(${OUTBOUNDTRUNK}/411)
exten => 0,1,Dial(${OUTBOUNDTRUNK}/0)

[local-access]
include => local
include => outbound
 
zapata.conf:

[channels]
group => 1
language=en
context=incoming
signalling=fxs_ks
switchtype=national
usecallerid=yes
hidecallerid=no
callwaiting=yes
callerid => "Dulles Micro, LLC" <703 450 5000>
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
channel => 1
 
zaptel.conf:

fxsks=1,2,3,4
loadzone = us
defaultzone=us
 
 
 



Brings words and photos together (easily) with
PhotoMail 
 
- it's free and works with Yahoo! Mail.



___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
  

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] really need help with outgoing calls..PSTN errors

2006-03-03 Thread Joseph Tanner
Like this:

exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/ww${EXTEN:1})

Joseph Tanner

On 3/4/06, sdgesa gaeharth <[EMAIL PROTECTED]> wrote:
>
> You mean like this
>
> exten => ww_9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
>
> thanks
>
>
> Joseph Tanner <[EMAIL PROTECTED]> wrote:
>
> Put a w or 2 (ww) in front of your number being dialed, it should work
> then. If not, try more w's.
>
> Joseph Tanner
>
> On 3/3/06, sdgesa gaeharth wrote:
> >
> > I cant seem to get outgoing calls to be placed properly .. No matter what
> I
> > try I get an error from the PSTN company saying that the "call can not be
> > completed as dialed" or "you need to dial a one..." The asterisk debugging
> > seems to show the correct number being dialed out of the zap interface...
> > the "9" is being stripped and there is a "1" where it is supposed to be. I
> > am thinking it is a problem between the zap interface and the PSTN.
> >
> > thanks
> >
> > extensions.conf
> > [general]
> > static=yes
> > writeprotect=no
> > autofallthrough=yes
> > clearglobalvars=no
> > priorityjumping=no
> > [globals]
> > ATTENDANT=1001
> > OUTBOUNDTRUNK=ZAP/g1
> > [extentions]
> > exten => _10XX,1,Ringing
> > exten => _10XX,2,Dial(SIP/${EXTEN},20)
> > exten => _10XX,3,Answer
> > exten => _10XX,4,VoiceMail([EMAIL PROTECTED])
> > exten => _10XX,5,Hangup
> > [voicemail]
> > exten => _910XX,1,Wait(1)
> > exten => _910XX,2,VoiceMailMain(${EXTEN:[EMAIL PROTECTED])
> > [local]
> > include => extentions
> > include => voicemail
> > [incoming]
> > exten => s,1,Answer
> > exten => s,n,Wait(2)
> > exten => s,n,Set(TIMEOUT(response)=15)
> > exten => s,n,Background(company-intro)
> > exten => s,n,WaitExten()
> > exten => s,n,Playback(vm-goodbye)
> > exten => s,n,Hangup()
> > exten => 0,1,Dial(SIP/${ATTENDANT},20)
> > exten => 1,1,Directory(voicemail,extentions,f)
> > exten => 2,1,Directory(voicemail,extentions)
> > exten => 1234,1,Playback(abandon-all-hope)
> > include => extentions
> > exten => i,1,Playback(vm-goodbye)
> > exten => i,2,Hangup()
> > exten => t,1,Playback(vm-goodbye)
> > exten => t,2,Hangup()
> > [outbound]
> > ignorepat => 9
> > exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> > exten => _9XX,2,Congestion()
> > exten => _9XX,102,Congestion()
> > exten =>
> _91800NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> > exten => _91800NXX,2,Congestion()
> > exten => _91800NXX,102,Congestion()
> > exten =>
> _91888NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> > exten => _91888NXX,2,Congestion()
> > exten => _91888NXX,102,Congestion()
> > exten =>
> _91877NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> > exten => _91877NXX,2,Congestion()
> > exten => _91877NXX,102,Congestion()
> > exten =>
> _91866NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> > exten => _91866NXX,2,Congestion()
> > exten => _91866NXX,102,Congestion()
> > exten => _91900NXX,1,Congestion()
> > exten => _91976NXX,1,Congestion()
> > exten =>
> > _91[1234567]XXNXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> > exten => _91[1234567]XXNXX,2,Congestion()
> > exten => _91[1234567]XXNXX,102,Congestion()
> > exten => 9911,1,Dial(${OUTBOUNDTRUNK}/911)
> > exten => 9411,1,Dial(${OUTBOUNDTRUNK}/411)
> > exten => 0,1,Dial(${OUTBOUNDTRUNK}/0)
> >
> > [local-access]
> > include => local
> > include => outbound
> >
> > zapata.conf:
> > [channels]
> > group => 1
> > language=en
> > context=incoming
> > signalling=fxs_ks
> > switchtype=national
> > usecallerid=yes
> > hidecallerid=no
> > callwaiting=yes
> > callerid => "Dulles Micro, LLC" <703 450 5000>
> > usecallingpres=yes
> > callwaitingcallerid=yes
> > threewaycalling=yes
> > transfer=yes
> > canpark=yes
> > cancallforward=yes
> > callreturn=yes
> > echocancel=yes
> > echocancelwhenbridged=yes
> > rxgain=0.0
> > txgain=0.0
> > channel => 1
> >
> > zaptel.conf:
> > fxsks=1,2,3,4
> > loadzone = us
> > defaultzone=us
> >
> >
> >
> >
> >
> > 
> > Brings words and photos together (easily) with
> > PhotoMail - it's free and works with Yahoo! Mail.
> >
> >
> > ___
> > --Bandwidth and Colocation provided by Easynews.com --
> >
> > Asterisk-Users mailing list
> > To UNSUBSCRIBE or update options visit:
> >
> >
> http://lists.digium.com/mailman/listinfo/asterisk-users
> >
> >
> >
> ___
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>
>
>  
>  Yahoo! Mail
>  Use Photomail to share photos without annoying attachments.
>
>
> ___
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>
__

Re: [Asterisk-Users] really need help with outgoing calls..PSTN errors

2006-03-03 Thread sdgesa gaeharth
You mean like this     exten => ww_9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})  thanksJoseph Tanner <[EMAIL PROTECTED]> wrote:  Put a w or 2 (ww) in front of your number being dialed, it should workthen. If not, try more w's.Joseph TannerOn 3/3/06, sdgesa gaeharth <[EMAIL PROTECTED]>wrote:>> I cant seem to get outgoing calls to be placed properly .. No matter what I> try I get an error from the PSTN company saying that the "call can not be> completed as dialed" or "you need to dial a one..." The asterisk debugging> seems to show the correct number being dialed out of the zap interface...> the "9" is being stripped and there is a "1" where it is supposed to be. I> am thinking it is a problem between the z
 ap
 interface and the PSTN.>> thanks>> extensions.conf> [general]> static=yes> writeprotect=no> autofallthrough=yes> clearglobalvars=no> priorityjumping=no> [globals]> ATTENDANT=1001> OUTBOUNDTRUNK=ZAP/g1> [extentions]> exten => _10XX,1,Ringing> exten => _10XX,2,Dial(SIP/${EXTEN},20)> exten => _10XX,3,Answer> exten => _10XX,4,VoiceMail([EMAIL PROTECTED])> exten => _10XX,5,Hangup> [voicemail]> exten => _910XX,1,Wait(1)> exten => _910XX,2,VoiceMailMain(${EXTEN:[EMAIL PROTECTED])> [local]> include => extentions> include => voicemail> [incoming]> exten => s,1,Answer> exten => s,n,Wait(2)> exten => s,n,Set(TIMEOUT(response)=15)> exten => s,n,Background(company-intro)> exten => s,n,WaitExten()> exten =>
 s,n,Playback(vm-goodbye)> exten => s,n,Hangup()> exten => 0,1,Dial(SIP/${ATTENDANT},20)> exten => 1,1,Directory(voicemail,extentions,f)> exten => 2,1,Directory(voicemail,extentions)> exten => 1234,1,Playback(abandon-all-hope)> include => extentions> exten => i,1,Playback(vm-goodbye)> exten => i,2,Hangup()> exten => t,1,Playback(vm-goodbye)> exten => t,2,Hangup()> [outbound]> ignorepat => 9> exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _9XX,2,Congestion()> exten => _9XX,102,Congestion()> exten => _91800NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _91800NXX,2,Congestion()> exten => _91800NXX,102,Congestion()> exten => _91888NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _91888NXX,2,Congestion()> exten =>
 _91888NXX,102,Congestion()> exten => _91877NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _91877NXX,2,Congestion()> exten => _91877NXX,102,Congestion()> exten => _91866NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _91866NXX,2,Congestion()> exten => _91866NXX,102,Congestion()> exten => _91900NXX,1,Congestion()> exten => _91976NXX,1,Congestion()> exten =>> _91[1234567]XXNXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _91[1234567]XXNXX,2,Congestion()> exten => _91[1234567]XXNXX,102,Congestion()> exten => 9911,1,Dial(${OUTBOUNDTRUNK}/911)> exten => 9411,1,Dial(${OUTBOUNDTRUNK}/411)> exten => 0,1,Dial(${OUTBOUNDTRUNK}/0)>> [local-access]> include => local> include => outbound>> zapata.conf:> [channels]> group => 1>
 language=en> context=incoming> signalling=fxs_ks> switchtype=national> usecallerid=yes> hidecallerid=no> callwaiting=yes> callerid => "Dulles Micro, LLC" <703 450 5000>> usecallingpres=yes> callwaitingcallerid=yes> threewaycalling=yes> transfer=yes> canpark=yes> cancallforward=yes> callreturn=yes> echocancel=yes> echocancelwhenbridged=yes> rxgain=0.0> txgain=0.0> channel => 1>> zaptel.conf:> fxsks=1,2,3,4> loadzone = us> defaultzone=us>> > Brings words and photos together (easily) with> PhotoMail - it's free and works with Yahoo! Mail.>>> ___> --Bandwidth and Colocation provided by Easynews.com -->> Asterisk-Users mailing
 list> To UNSUBSCRIBE or update options visit:>> http://lists.digium.com/mailman/listinfo/asterisk-users>>>___--Bandwidth and Colocation provided by Easynews.com --Asterisk-Users mailing listTo UNSUBSCRIBE or update options visit:http://lists.digium.com/mailman/listinfo/asterisk-users
		Brings words and photos together (easily) with 
PhotoMail  - it's free and works with Yahoo! Mail.___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] really need help with outgoing calls..PSTN errors

2006-03-03 Thread sdgesa gaeharth
You mean like this     exten => ww_9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})  thanksJoseph Tanner <[EMAIL PROTECTED]> wrote:  Put a w or 2 (ww) in front of your number being dialed, it should workthen. If not, try more w's.Joseph TannerOn 3/3/06, sdgesa gaeharth <[EMAIL PROTECTED]>wrote:>> I cant seem to get outgoing calls to be placed properly .. No matter what I> try I get an error from the PSTN company saying that the "call can not be> completed as dialed" or "you need to dial a one..." The asterisk debugging> seems to show the correct number being dialed out of the zap interface...> the "9" is being stripped and there is a "1" where it is supposed to be. I> am thinking it is a problem between the z
 ap
 interface and the PSTN.>> thanks>> extensions.conf> [general]> static=yes> writeprotect=no> autofallthrough=yes> clearglobalvars=no> priorityjumping=no> [globals]> ATTENDANT=1001> OUTBOUNDTRUNK=ZAP/g1> [extentions]> exten => _10XX,1,Ringing> exten => _10XX,2,Dial(SIP/${EXTEN},20)> exten => _10XX,3,Answer> exten => _10XX,4,VoiceMail([EMAIL PROTECTED])> exten => _10XX,5,Hangup> [voicemail]> exten => _910XX,1,Wait(1)> exten => _910XX,2,VoiceMailMain(${EXTEN:[EMAIL PROTECTED])> [local]> include => extentions> include => voicemail> [incoming]> exten => s,1,Answer> exten => s,n,Wait(2)> exten => s,n,Set(TIMEOUT(response)=15)> exten => s,n,Background(company-intro)> exten => s,n,WaitExten()> exten =>
 s,n,Playback(vm-goodbye)> exten => s,n,Hangup()> exten => 0,1,Dial(SIP/${ATTENDANT},20)> exten => 1,1,Directory(voicemail,extentions,f)> exten => 2,1,Directory(voicemail,extentions)> exten => 1234,1,Playback(abandon-all-hope)> include => extentions> exten => i,1,Playback(vm-goodbye)> exten => i,2,Hangup()> exten => t,1,Playback(vm-goodbye)> exten => t,2,Hangup()> [outbound]> ignorepat => 9> exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _9XX,2,Congestion()> exten => _9XX,102,Congestion()> exten => _91800NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _91800NXX,2,Congestion()> exten => _91800NXX,102,Congestion()> exten => _91888NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _91888NXX,2,Congestion()> exten =>
 _91888NXX,102,Congestion()> exten => _91877NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _91877NXX,2,Congestion()> exten => _91877NXX,102,Congestion()> exten => _91866NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _91866NXX,2,Congestion()> exten => _91866NXX,102,Congestion()> exten => _91900NXX,1,Congestion()> exten => _91976NXX,1,Congestion()> exten =>> _91[1234567]XXNXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _91[1234567]XXNXX,2,Congestion()> exten => _91[1234567]XXNXX,102,Congestion()> exten => 9911,1,Dial(${OUTBOUNDTRUNK}/911)> exten => 9411,1,Dial(${OUTBOUNDTRUNK}/411)> exten => 0,1,Dial(${OUTBOUNDTRUNK}/0)>> [local-access]> include => local> include => outbound>> zapata.conf:> [channels]> group => 1>
 language=en> context=incoming> signalling=fxs_ks> switchtype=national> usecallerid=yes> hidecallerid=no> callwaiting=yes> callerid => "Dulles Micro, LLC" <703 450 5000>> usecallingpres=yes> callwaitingcallerid=yes> threewaycalling=yes> transfer=yes> canpark=yes> cancallforward=yes> callreturn=yes> echocancel=yes> echocancelwhenbridged=yes> rxgain=0.0> txgain=0.0> channel => 1>> zaptel.conf:> fxsks=1,2,3,4> loadzone = us> defaultzone=us>> > Brings words and photos together (easily) with> PhotoMail - it's free and works with Yahoo! Mail.>>> ___> --Bandwidth and Colocation provided by Easynews.com -->> Asterisk-Users mailing
 list> To UNSUBSCRIBE or update options visit:>> http://lists.digium.com/mailman/listinfo/asterisk-users>>>___--Bandwidth and Colocation provided by Easynews.com --Asterisk-Users mailing listTo UNSUBSCRIBE or update options visit:http://lists.digium.com/mailman/listinfo/asterisk-users
		 Yahoo! Mail 
Use Photomail to share photos without annoying attachments.___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] really need help with outgoing calls..PSTN errors

2006-03-03 Thread sdgesa gaeharth
You mean like this     exten => ww_9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})  thanksJoseph Tanner <[EMAIL PROTECTED]> wrote:  Put a w or 2 (ww) in front of your number being dialed, it should workthen. If not, try more w's.Joseph TannerOn 3/3/06, sdgesa gaeharth <[EMAIL PROTECTED]>wrote:>> I cant seem to get outgoing calls to be placed properly .. No matter what I> try I get an error from the PSTN company saying that the "call can not be> completed as dialed" or "you need to dial a one..." The asterisk debugging> seems to show the correct number being dialed out of the zap interface...> the "9" is being stripped and there is a "1" where it is supposed to be. I> am thinking it is a problem between the z
 ap
 interface and the PSTN.>> thanks>> extensions.conf> [general]> static=yes> writeprotect=no> autofallthrough=yes> clearglobalvars=no> priorityjumping=no> [globals]> ATTENDANT=1001> OUTBOUNDTRUNK=ZAP/g1> [extentions]> exten => _10XX,1,Ringing> exten => _10XX,2,Dial(SIP/${EXTEN},20)> exten => _10XX,3,Answer> exten => _10XX,4,VoiceMail([EMAIL PROTECTED])> exten => _10XX,5,Hangup> [voicemail]> exten => _910XX,1,Wait(1)> exten => _910XX,2,VoiceMailMain(${EXTEN:[EMAIL PROTECTED])> [local]> include => extentions> include => voicemail> [incoming]> exten => s,1,Answer> exten => s,n,Wait(2)> exten => s,n,Set(TIMEOUT(response)=15)> exten => s,n,Background(company-intro)> exten => s,n,WaitExten()> exten =>
 s,n,Playback(vm-goodbye)> exten => s,n,Hangup()> exten => 0,1,Dial(SIP/${ATTENDANT},20)> exten => 1,1,Directory(voicemail,extentions,f)> exten => 2,1,Directory(voicemail,extentions)> exten => 1234,1,Playback(abandon-all-hope)> include => extentions> exten => i,1,Playback(vm-goodbye)> exten => i,2,Hangup()> exten => t,1,Playback(vm-goodbye)> exten => t,2,Hangup()> [outbound]> ignorepat => 9> exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _9XX,2,Congestion()> exten => _9XX,102,Congestion()> exten => _91800NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _91800NXX,2,Congestion()> exten => _91800NXX,102,Congestion()> exten => _91888NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _91888NXX,2,Congestion()> exten =>
 _91888NXX,102,Congestion()> exten => _91877NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _91877NXX,2,Congestion()> exten => _91877NXX,102,Congestion()> exten => _91866NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _91866NXX,2,Congestion()> exten => _91866NXX,102,Congestion()> exten => _91900NXX,1,Congestion()> exten => _91976NXX,1,Congestion()> exten =>> _91[1234567]XXNXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})> exten => _91[1234567]XXNXX,2,Congestion()> exten => _91[1234567]XXNXX,102,Congestion()> exten => 9911,1,Dial(${OUTBOUNDTRUNK}/911)> exten => 9411,1,Dial(${OUTBOUNDTRUNK}/411)> exten => 0,1,Dial(${OUTBOUNDTRUNK}/0)>> [local-access]> include => local> include => outbound>> zapata.conf:> [channels]> group => 1>
 language=en> context=incoming> signalling=fxs_ks> switchtype=national> usecallerid=yes> hidecallerid=no> callwaiting=yes> callerid => "Dulles Micro, LLC" <703 450 5000>> usecallingpres=yes> callwaitingcallerid=yes> threewaycalling=yes> transfer=yes> canpark=yes> cancallforward=yes> callreturn=yes> echocancel=yes> echocancelwhenbridged=yes> rxgain=0.0> txgain=0.0> channel => 1>> zaptel.conf:> fxsks=1,2,3,4> loadzone = us> defaultzone=us>> > Brings words and photos together (easily) with> PhotoMail - it's free and works with Yahoo! Mail.>>> ___> --Bandwidth and Colocation provided by Easynews.com -->> Asterisk-Users mailing
 list> To UNSUBSCRIBE or update options visit:>> http://lists.digium.com/mailman/listinfo/asterisk-users>>>___--Bandwidth and Colocation provided by Easynews.com --Asterisk-Users mailing listTo UNSUBSCRIBE or update options visit:http://lists.digium.com/mailman/listinfo/asterisk-users
	
		 Yahoo! Mail 
Use Photomail to share photos without annoying attachments.___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] really need help with outgoing calls..PSTN errors

2006-03-03 Thread Joseph Tanner
Put a w or 2 (ww) in front of your number being dialed, it should work
then.  If not, try more w's.

Joseph Tanner

On 3/3/06, sdgesa gaeharth <[EMAIL PROTECTED]> wrote:
>
> I cant seem to get outgoing calls to be placed properly ..  No matter what I
> try I get an error from the PSTN company saying that the "call can not be
> completed as dialed"  or "you need to dial a one..." The asterisk debugging
> seems to show the correct number being dialed out of the zap interface...
> the "9" is being stripped and there is a "1" where it is supposed to be. I
> am thinking it is a problem between the zap interface and the PSTN.
>
> thanks
>
> extensions.conf
> [general]
> static=yes
> writeprotect=no
> autofallthrough=yes
> clearglobalvars=no
> priorityjumping=no
> [globals]
> ATTENDANT=1001
> OUTBOUNDTRUNK=ZAP/g1
> [extentions]
> exten => _10XX,1,Ringing
> exten => _10XX,2,Dial(SIP/${EXTEN},20)
> exten => _10XX,3,Answer
> exten => _10XX,4,VoiceMail([EMAIL PROTECTED])
> exten => _10XX,5,Hangup
> [voicemail]
> exten => _910XX,1,Wait(1)
> exten => _910XX,2,VoiceMailMain(${EXTEN:[EMAIL PROTECTED])
> [local]
> include => extentions
> include => voicemail
> [incoming]
> exten => s,1,Answer
> exten => s,n,Wait(2)
> exten => s,n,Set(TIMEOUT(response)=15)
> exten => s,n,Background(company-intro)
> exten => s,n,WaitExten()
> exten => s,n,Playback(vm-goodbye)
> exten => s,n,Hangup()
> exten => 0,1,Dial(SIP/${ATTENDANT},20)
> exten => 1,1,Directory(voicemail,extentions,f)
> exten => 2,1,Directory(voicemail,extentions)
> exten => 1234,1,Playback(abandon-all-hope)
> include => extentions
> exten => i,1,Playback(vm-goodbye)
> exten => i,2,Hangup()
> exten => t,1,Playback(vm-goodbye)
> exten => t,2,Hangup()
> [outbound]
> ignorepat => 9
> exten => _9XX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> exten => _9XX,2,Congestion()
> exten => _9XX,102,Congestion()
> exten => _91800NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> exten => _91800NXX,2,Congestion()
> exten => _91800NXX,102,Congestion()
> exten => _91888NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> exten => _91888NXX,2,Congestion()
> exten => _91888NXX,102,Congestion()
> exten => _91877NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> exten => _91877NXX,2,Congestion()
> exten => _91877NXX,102,Congestion()
> exten => _91866NXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> exten => _91866NXX,2,Congestion()
> exten => _91866NXX,102,Congestion()
> exten => _91900NXX,1,Congestion()
> exten => _91976NXX,1,Congestion()
> exten =>
> _91[1234567]XXNXX,1,Dial(${OUTBOUNDTRUNK}/${EXTEN:1})
> exten => _91[1234567]XXNXX,2,Congestion()
> exten => _91[1234567]XXNXX,102,Congestion()
> exten => 9911,1,Dial(${OUTBOUNDTRUNK}/911)
> exten => 9411,1,Dial(${OUTBOUNDTRUNK}/411)
> exten => 0,1,Dial(${OUTBOUNDTRUNK}/0)
>
> [local-access]
> include => local
> include => outbound
>
> zapata.conf:
> [channels]
> group => 1
> language=en
> context=incoming
> signalling=fxs_ks
> switchtype=national
> usecallerid=yes
> hidecallerid=no
> callwaiting=yes
> callerid => "Dulles Micro, LLC" <703 450 5000>
> usecallingpres=yes
> callwaitingcallerid=yes
> threewaycalling=yes
> transfer=yes
> canpark=yes
> cancallforward=yes
> callreturn=yes
> echocancel=yes
> echocancelwhenbridged=yes
> rxgain=0.0
> txgain=0.0
> channel => 1
>
> zaptel.conf:
> fxsks=1,2,3,4
> loadzone = us
> defaultzone=us
>
>
>
>
>
>  
> Brings words and photos together (easily) with
>  PhotoMail - it's free and works with Yahoo! Mail.
>
>
> ___
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users