[Home]

Summary:ASTERISK-10589: dtmf verbose
Reporter:Badalian Vyacheslav (slavon)Labels:
Date Opened:2007-10-22 08:27:44Date Closed:2007-10-22 09:07:14
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) channel.c.86662.diff
Description:after some time of work i see line like this

[Oct 22 17:44:08] DTMF[23083]: channel.c:2437 __ast_read: DTMF begin ignored '[Oct 22 17:44:08] DTMF[23083]: channel.c:2369 __ast_read: DTMF end '1' received on SIP/87.255.0.210-084c1f68, duration 100 ms

its 1 line...
i think must be
[Oct 22 17:44:08] DTMF[23083]: channel.c:2437 __ast_read: DTMF begin ignored '__SOME SKIPPED?__
[Oct 22 17:44:08] DTMF[23083]: channel.c:2369 __ast_read: DTMF end '1' received on SIP/87.255.0.210-084c1f68, duration 100 ms

****** ADDITIONAL INFORMATION ******

[Oct 22 17:44:08] DTMF[23083]: channel.c:2431 __ast_read: DTMF begin '1' received on SIP/87.255.0.210-084c1f68
[Oct 22 17:44:08] DTMF[23083]: channel.c:2437 __ast_read: DTMF begin ignored '[Oct 22 17:44:08] DTMF[23083]: channel.c:2369 __ast_read: DTMF end '1' received on SIP/87.255.0.210-084c1f68, duration 100 ms
[Oct 22 17:44:08] DTMF[23083]: channel.c:2425 __ast_read: DTMF end passthrough '1' on SIP/87.255.0.210-084c1f68
Comments:By: Andrey S Pankov (casper) 2007-10-22 09:00:25

Patch uploaded...

By: Digium Subversion (svnbot) 2007-10-22 09:06:10

Repository: asterisk
Revision: 86663

U   branches/1.4/main/channel.c

------------------------------------------------------------------------
r86663 | file | 2007-10-22 09:06:09 -0500 (Mon, 22 Oct 2007) | 6 lines

Move log message to before the frame it references is freed.
(closes issue ASTERISK-10589)
Reported by: slavon
Patches:
     channel.c.86662.diff uploaded by casper (license 55)

------------------------------------------------------------------------

By: Digium Subversion (svnbot) 2007-10-22 09:07:14

Repository: asterisk
Revision: 86664

_U  trunk/
U   trunk/main/channel.c

------------------------------------------------------------------------
r86664 | file | 2007-10-22 09:07:14 -0500 (Mon, 22 Oct 2007) | 14 lines

Merged revisions 86663 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r86663 | file | 2007-10-22 11:27:03 -0300 (Mon, 22 Oct 2007) | 6 lines

Move log message to before the frame it references is freed.
(closes issue ASTERISK-10589)
Reported by: slavon
Patches:
     channel.c.86662.diff uploaded by casper (license 55)

........

------------------------------------------------------------------------