[Home]

Summary:ASTERISK-15666: [patch] Cleanup transmit_* functions
Reporter:Damien Wedhorn (wedhorn)Labels:
Date Opened:2010-02-21 05:00:41.000-0600Date Closed:2010-02-21 06:09:55.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_skinny
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) skinny-clean01.diff
Description:This is an incremental cleanup of transmit_* functions to:
- better align with skinny protocol
- remove building and sending frames inline
- improve readability of the code
Comments:By: Damien Wedhorn (wedhorn) 2010-02-21 05:02:27.000-0600

Added skinny-clean01.diff. Breaks transmit_tone into transmit_start_tone and transmit_stop_tone as per the skinny protocol.

By: Digium Subversion (svnbot) 2010-02-21 06:09:54.000-0600

Repository: asterisk
Revision: 248184

U   trunk/channels/chan_skinny.c

------------------------------------------------------------------------
r248184 | mvanbaak | 2010-02-21 06:09:53 -0600 (Sun, 21 Feb 2010) | 9 lines

Cleanup transmit_* functions, part 1

Break transmit_tone into transmit_start_tone and transmit_stop_tone as per the skinny protocol.

(closes issue ASTERISK-15666)
Reported by: wedhorn
Patches:
     skinny-clean01.diff uploaded by wedhorn (license 30)

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

http://svn.digium.com/view/asterisk?view=rev&revision=248184