Christoph Adomeit
2004-May-05 11:26 UTC
[Asterisk-Users] Problem with PRI and overlapped dialing
Hi There, I have an asterisk an a Digium 4 Port E1 Card On E1 Port No. 1 I have the Telekom PRI On E1 Port No. 2 I have an Alcatel PBX that cannot be changed So I have setup my asterisk between Alcatel and Telekom In extension.conf i configured: [telekom] exten => _9149.,1,Dial,ZAP/g2/${EXTEN}; exten => _9149.,2,Hangup This works great, all incoming calls are directly routed to alcatel My Problem is dialing out, in extensions.conf I have: [alcatel] exten => _XXXX.,1,Dial,ZAP/g1/${EXTEN} exten => _XXXX.,2,Hangup I want this to dial all kinds of variable-lenght numbers like: 089-1234567 or 0170-1234567 or 020591234 or local numbers like 91990 Asterisk just starts to dialout when I have entered 4 numbers, I cannot enter more numbers Overlaped dialing is configured but stops at the first match in extensions.conf What is a good trick to get dialout on variable-length numbers working ? Thanks Christoph
Juri.Reitsakas@Vorguvara.ee
2004-May-05 11:51 UTC
[Asterisk-Users] Problem with PRI and overlapped dialing
Hi, I had the same problem. I reload and restart the * several times after setting the overlapdial=yes in zapata.conf Did you reload the module after setting the overlapdial=yes? reloading, restarting the * is not enougth to accept the changes in zapata.conf. after rmmod and modprobe wct1xxp and zaptel (I have the e100p cards for you case it should be wct4xxp and zaptel) overlap dialing start to work Regards Juri Christoph Adomeit <ado@niederrhein. de> To Sent by: asterisk-users@lists.digium.com asterisk-users-ad cc min@lists.digium. com Subject [Asterisk-Users] Problem with PRI and overlapped dialing 05.05.2004 21:26 Please respond to asterisk-users@li sts.digium.com Hi There, I have an asterisk an a Digium 4 Port E1 Card On E1 Port No. 1 I have the Telekom PRI On E1 Port No. 2 I have an Alcatel PBX that cannot be changed So I have setup my asterisk between Alcatel and Telekom In extension.conf i configured: [telekom] exten => _9149.,1,Dial,ZAP/g2/${EXTEN}; exten => _9149.,2,Hangup This works great, all incoming calls are directly routed to alcatel My Problem is dialing out, in extensions.conf I have: [alcatel] exten => _XXXX.,1,Dial,ZAP/g1/${EXTEN} exten => _XXXX.,2,Hangup I want this to dial all kinds of variable-lenght numbers like: 089-1234567 or 0170-1234567 or 020591234 or local numbers like 91990 Asterisk just starts to dialout when I have entered 4 numbers, I cannot enter more numbers Overlaped dialing is configured but stops at the first match in extensions.conf What is a good trick to get dialout on variable-length numbers working ? Thanks Christoph _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Christoph Adomeit
2004-May-05 11:57 UTC
[Asterisk-Users] Problem with PRI and overlapped dialingj
On Wed, May 05, 2004 at 09:51:30PM +0300, Juri.Reitsakas@Vorguvara.ee wrote:> > Hi, > > I had the same problem. > I reload and restart the * several times after setting the overlapdial=yes > in zapata.conf >Hi, yes, I removed all modules and of course did a ztcfg. When I send the whole number at once, e.g. from the phone adressbook I have no problems. The problem only occurs when typing in numbers, asterisk will start dialout on the first match but I intend to dial more numbers. Greetings Christoph
Apollon Koutlides
2004-May-06 08:52 UTC
[Asterisk-Users] Problem with PRI and overlapped dialing
Christoph Adomeit wrote:>Asterisk just starts to dialout when I have entered 4 numbers, I cannot enter >more numbers > >Overlaped dialing is configured but stops at the first match in extensions.conf > >Try a fresh CVS version, Mark's fixed this (bugs #1452 and #1080). Apollon