[asterisk-users] outgoing call problem

2006-09-27 Thread Alexandru Voinescu
Hi. I'm having a bit of trouble with outgoing calls on zap channels. When i try to make an outgoing call asterisk doesn't detect if the other party answers. When i run 'show channels verbose' in CLI asterisk tells me that the respective channles are in ringing state like this: Channel Context

Re: [asterisk-users] outgoing call problem

2006-09-27 Thread John Novack
Zap channels consider the call answered when dialing is complete, at least with the analog interface. There is no answer supervision provided to the PSTN with a POTS line Don't know if this extends to a PRI or not. John Novack Alexandru Voinescu wrote: Hi. I'm having a bit of trouble with

Re: [asterisk-users] outgoing call problem

2006-07-11 Thread Ganbaa
-users@lists.digium.com Sent: Monday, July 10, 2006 10:31 PM Subject: Re: [asterisk-users] outgoing call problem I'm not a a guru, but Check this line: exten = _9.,2,Dial(Zap/g1/${EXTEN}) do you really want to dial digit 9 through your ZapLine? are you connected to another pbx? If you don't want

Re: [asterisk-users] outgoing call problem

2006-07-11 Thread Ganbaa
:31 PM Subject: Re: [asterisk-users] outgoing call problem I'm not a a guru, but Check this line: exten = _9.,2,Dial(Zap/g1/${EXTEN}) do you really want to dial digit 9 through your ZapLine? are you connected to another pbx? If you don't want do dial 9 to PSTN line , but you want your users

[asterisk-users] outgoing call problem

2006-07-10 Thread Ganbaa
Hi, I have configured digium tdm04b card with asterisk on debian. Incoming call is ok. But outgoing call has problem. Would you give me advice ? Here is my config files. zaptel.conf fxsks=1fxsks=2fxsks=3fxsks=4 loadzone=usdefaultzone=us zapata.conf [channels]language=en

Re: [asterisk-users] outgoing call problem

2006-07-10 Thread Marco Mouta
I'm not a a guru, but Check this line: exten = _9.,2,Dial(Zap/g1/${EXTEN}) do you really want to dial digit 9 through your ZapLine? are you connected to another pbx? If you don't want do dial 9 to PSTN line , but you want your users to dial 9 to place outgoing calls, try this: exten =

Re: [asterisk-users] outgoing call problem

2006-07-10 Thread Tzafrir Cohen
Another note: On Mon, Jul 10, 2006 at 10:05:22PM +0900, Ganbaa wrote: Hi, I have configured digium tdm04b card with asterisk on debian. Incoming call is ok. But outgoing call has problem. Would you give me advice ? It would have helped to get a CLI trace of of such a problematic call,

[Asterisk-Users] Outgoing Call problem with PSTN line

2005-03-20 Thread Mark Emery
Hi, I've got an Asterisk system that I've just added an X100P card to. Incoming calls route to my call group just fine. When I make outgoing calls by prefixing with 9, they route to the PSTN network okay, get answered but then drop straight away. Has anyone seen this before and found a fix?