[asterisk-bugs] [Asterisk 0015160]: DAHDI takes considerably longer than Zaptel to complete call

Asterisk Bug Tracker noreply at bugs.digium.com
Thu May 21 10:28:54 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15160 
====================================================================== 
Reported By:                sethsdad
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   15160
Category:                   Applications/app_dial
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.4.25-rc1 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-05-19 13:59 CDT
Last Modified:              2009-05-21 10:28 CDT
====================================================================== 
Summary:                    DAHDI takes considerably longer than Zaptel to
complete call
Description: 
I'm actually on 1.4.25-rc1 on OpenSuse 11.0.  My test box is a Dell
Poweredge 1550 and my production box is a Poweredge 1650.  test box uses
TDM400P and prod box uses TDM410P.  Configuration was set up on test box
then copied to prod box.  To make an outgoing call using the 1.4.21 release
with Zaptel took 3-7 seconds.  On my test box, call takes about 8 seconds
to connect.  on the production box, it takes 18-20 seconds.
====================================================================== 

---------------------------------------------------------------------- 
 (0105210) dimas (reporter) - 2009-05-21 10:28
 https://issues.asterisk.org/view.php?id=15160#c105210 
---------------------------------------------------------------------- 
Well, your "9" extension may just be a prefix for another extension so
Asterisk won't execute Dial immediately as you press 9 (because it will be
looking for more digits to check what extension you want to dial). With
softphone you won't have this problem at all because as soon as you click
"Call" button, Asterisk knows the whole number and does not wait for
anything more.

If you really want to test the thing with analog phone, make you need to
create and extension which you know for sure can not be a prefix of some
other extension. Something like:

exten => 9#,1,Answer
exten => 9#,n,Dial(DAHDI/G1)

and look at Asterisk console - as soon as you hit # after 9, it should
_immediately_ execute Answer+Dial. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-05-21 10:28 dimas          Note Added: 0105210                          
======================================================================




More information about the asterisk-bugs mailing list