Hi, I've got an important question: I use an E100P directly connected to PSTN, but it does not *really* work as it should be: exten => 1000,1,Dial(Zap/1/1234) BUT: It does NOT dial "1234" but it says in debug mode: -- Called 1/72976451 Apr 26 00:53:00 WARNING[10251]: chan_zap.c:5979 zt_pri_error: PRI: !! Facility message shorter than 14 bytes -- Channel 1, span 1 got hangup Apr 26 00:53:00 WARNING[25617]: app_dial.c:347 wait_for_answer: Unable to forward voice Apr 26 00:53:00 WARNING[25617]: app_dial.c:347 wait_for_answer: Unable to forward voice -- Hungup 'Zap/1-1' == No one is available to answer at this time There is one exception: One specific number is dialled, and in the client I hear the "real" outside dialtone, but it is definitely not the number I wanted to dial! So it dials ONE number, but the wrong one...?!? Who can help...? Regards, Thomas --- Thomas Schroeter // +49-175-4624147 // +49-40-72976451
Klaus-Peter Junghanns
2004-Apr-25 14:27 UTC
[Asterisk-Users] asterisk dials wrong numbers ?!?
Thomas, never ever dial out on an indiviual B channel. create a group in zapata.conf for your PRI, like: group=1 channel => 1-15,17-31 and then use: exten => 1000,1,Dial(ZAP/g1/1234) best regards Klaus -- Klaus-Peter Junghanns CEO, CTO Junghanns.NET GmbH Breite Strasse 13a - 12167 Berlin - Germany fon: (de) +49 30 79705390 fon: (uk) +44 870 1244692 fax: (de) +49 30 79705391 iaxtel: 1-700-157-8753 http://www.Junghanns.NET/asterisk/ Am So, 2004-04-25 um 22.54 schrieb Thomas Schroeter:> Hi, > I've got an important question: > > I use an E100P directly connected to PSTN, but it does not *really* work as it should > be: > > exten => 1000,1,Dial(Zap/1/1234) > > BUT: It does NOT dial "1234" but it says in debug mode: > > -- Called 1/72976451 > Apr 26 00:53:00 WARNING[10251]: chan_zap.c:5979 zt_pri_error: PRI: !! Facility > message shorter than 14 bytes > -- Channel 1, span 1 got hangup > Apr 26 00:53:00 WARNING[25617]: app_dial.c:347 wait_for_answer: Unable to > forward voice > Apr 26 00:53:00 WARNING[25617]: app_dial.c:347 wait_for_answer: Unable to > forward voice > -- Hungup 'Zap/1-1' > == No one is available to answer at this time > > > There is one exception: One specific number is dialled, and in the client I hear the > "real" outside dialtone, but it is definitely not the number I wanted to dial! So it dials > ONE number, but the wrong one...?!? > > Who can help...? > > > Regards, > Thomas > > > > > --- > Thomas Schroeter // +49-175-4624147 // +49-40-72976451 > > _______________________________________________ > 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
> never ever dial out on an indiviual B channel. create a group in > zapata.conf for your PRI, like: [...] > and then use: > exten => 1000,1,Dial(ZAP/g1/1234)Even that does not work. Same problem..... Regards, Thomas --- Thomas Schroeter // +49-175-4624147 // +49-40-72976451