[asterisk-bugs] [Asterisk 0018847]: Dialed Number Truncated in the "Dialing..." Output on the Console
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Apr 14 15:59:58 CDT 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18847
======================================================================
Reported By: vmikhelson
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18847
Category: Channels/chan_dahdi
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: new
Asterisk Version: 1.8.2.3
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2011-02-20 01:17 CST
Last Modified: 2011-04-14 15:59 CDT
======================================================================
Summary: Dialed Number Truncated in the "Dialing..." Output
on the Console
Description:
The following is seen when a call goes out on a DAHDI trunk in the Console
screen only, i.e. ssh sessions are not affected.
.......
Called 1/18475551212
Dialing T1847555121 on 1 *** The last digit is missing in the number
dialed ***
Dialing www0w on 1 *** Not quite clear what that means ****
DAHDI/1-1 answered DAHDI/8-1
Native bridging DAHDI/8-1 and DAHDI/1-1
........
======================================================================
----------------------------------------------------------------------
(0133786) svnbot (reporter) - 2011-04-14 15:59
https://issues.asterisk.org/view.php?id=18847#c133786
----------------------------------------------------------------------
Repository: asterisk
Revision: 313780
U branches/1.8/channels/chan_dahdi.c
------------------------------------------------------------------------
r313780 | rmudgett | 2011-04-14 15:59:57 -0500 (Thu, 14 Apr 2011) | 20
lines
Leftover debug messages unconditionally sent to the console.
Executing Dial(DAHDI/1/18475551212,300,) with the echotraining config
option enabled outputs the following debug messages unconditionally:
Dialing T1847555121 on 1
Dialing www2w on 1
* Made debug messages in my_dial_digits() normal debug messages that do
not get output unless enabled.
* Reworded some debug messages in my_dial_digits() to be clearer.
* Replace strncpy() with ast_copy_string() in my_dial_digits() which does
the same job better.
(closes issue https://issues.asterisk.org/view.php?id=18847)
Reported by: vmikhelson
Tested by: rmudgett
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=313780
Issue History
Date Modified Username Field Change
======================================================================
2011-04-14 15:59 svnbot Checkin
2011-04-14 15:59 svnbot Note Added: 0133786
======================================================================
More information about the asterisk-bugs
mailing list