[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 16:02:40 CDT 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18847
======================================================================
Reported By: vmikhelson
Assigned To: rmudgett
======================================================================
Project: Asterisk
Issue ID: 18847
Category: Channels/chan_dahdi
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: closed
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:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2011-02-20 01:17 CST
Last Modified: 2011-04-14 16:02 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
........
======================================================================
----------------------------------------------------------------------
(0133787) svnbot (reporter) - 2011-04-14 16:02
https://issues.asterisk.org/view.php?id=18847#c133787
----------------------------------------------------------------------
Repository: asterisk
Revision: 313781
_U trunk/
U trunk/channels/chan_dahdi.c
------------------------------------------------------------------------
r313781 | rmudgett | 2011-04-14 16:02:39 -0500 (Thu, 14 Apr 2011) | 27
lines
Merged revisions 313780 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r313780 | rmudgett | 2011-04-14 15:59:56 -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=313781
Issue History
Date Modified Username Field Change
======================================================================
2011-04-14 16:02 svnbot Checkin
2011-04-14 16:02 svnbot Note Added: 0133787
======================================================================
More information about the asterisk-bugs
mailing list