Re: [asterisk-users] DAHDI/ZAP overlap dialing

2009-11-02 Thread Vieri
--- On Sat, 10/31/09, Martin asteriskl...@callthem.info wrote: On Sat, Oct 31, 2009 at 5:27 AM, Tzafrir Cohen tzafrir.co...@xorcom.com wrote: I'm not sure if handling of overlap hasn't changed since. But can you provide a trace of how Asterisk sees things? e.g. 'pri intense debug

Re: [asterisk-users] DAHDI/ZAP overlap dialing

2009-11-02 Thread Martin
I can only tell you that it worked before... Nov 2 17:22:28 VERBOSE[11329] logger.c: -- Extension '1004' in context 'from-pstn-deviate-custom' from '7034' does not when you have overlapdial turned on it should have checked if there's a potential matching extension which you have it right

Re: [asterisk-users] DAHDI/ZAP overlap dialing

2009-11-02 Thread Vieri
--- On Mon, 11/2/09, Martin asteriskl...@callthem.info wrote: I'd double check that you really have overlapdial=yes for those channels ... it should be declared before channel = keyword in zapata.conf/chan_dahdi.conf I declared overlapdial in zapata.conf: switchtype = euroisdn signalling

Re: [asterisk-users] DAHDI/ZAP overlap dialing

2009-10-31 Thread Tzafrir Cohen
On Fri, Oct 30, 2009 at 04:54:46AM -0700, Vieri wrote: Hi, I have a PRI euroisdn link between an Alcatel PBX and Asterisk. I'm having some trouble with overlap dialing. Suppose I dial '874053' from an Alcatel extension ('7034') where '87' is an Alcatel prefix of type ARS Prof.Trg Grp

Re: [asterisk-users] DAHDI/ZAP overlap dialing

2009-10-31 Thread Martin
On Sat, Oct 31, 2009 at 5:27 AM, Tzafrir Cohen tzafrir.co...@xorcom.com wrote: I'm not sure if handling of overlap hasn't changed since. But can you provide a trace of how Asterisk sees things? e.g. 'pri intense debug span 1' the intense debug is overkill we only need messages of layer 3 ...

[asterisk-users] DAHDI/ZAP overlap dialing

2009-10-30 Thread Vieri
Hi, I have a PRI euroisdn link between an Alcatel PBX and Asterisk. I'm having some trouble with overlap dialing. Suppose I dial '874053' from an Alcatel extension ('7034') where '87' is an Alcatel prefix of type ARS Prof.Trg Grp Seiz.with overlap. I'm expecting Asterisk to receive '1004053'

Re: [asterisk-users] DAHDI/ZAP overlap dialing

2009-10-30 Thread Martin
overlapdial=yes in zapata.conf/chan_dahdi.conf google it out Martin On Fri, Oct 30, 2009 at 6:54 AM, Vieri rentor...@yahoo.com wrote: Hi, I have a PRI euroisdn link between an Alcatel PBX and Asterisk. I'm having some trouble with overlap dialing. Suppose I dial '874053' from an Alcatel

Re: [asterisk-users] DAHDI/ZAP overlap dialing

2009-10-30 Thread Vieri
I forgot to mention that I already have overlapdial=yes in zapata.conf. Besides, overlapdial=yes is only for dialing out from Asterisk. Anyway, that option is set. Any other ideas? --- On Fri, 10/30/09, Martin asteriskl...@callthem.info wrote: overlapdial=yes in

Re: [asterisk-users] DAHDI/ZAP overlap dialing

2009-10-30 Thread Martin
it's not only for dialing in ... setup an extension that is shorter than the number ... and also without the . eg exten = 1000,1,Dial() also when you call out using the overlapdial circuit you do dial(zap/g1/) or dial(zap/g1/10) and the rest of the digits should come over overlapdial ... at

Re: [asterisk-users] DAHDI/ZAP overlap dialing

2009-10-30 Thread Vieri
With overlapdial=yes set, when an Alcatel extension calls Asterisk, the Alcatel user doesn't even have time to dial the second digit because Asterisk connects it immediately instead of waiting for the rest of the digits. In Asterisk I have an incoming context [from-alcatel] with patterns such

Re: [asterisk-users] DAHDI/ZAP overlap dialing

2009-10-30 Thread Martin
so you're either testing it wrong or it's been broken since that worked fine years ago you may try adding the . after then extension ... I don't remember maybe it's needed eg: exten = 1004000.,... but better yet exten = 100400XX,... Martin On Fri, Oct 30, 2009 at 10:08 AM, Vieri