[Home]

Summary:ASTERISK-04346: [patch] Clean up transmit_invite
Reporter:Olle Johansson (oej)Labels:
Date Opened:2005-06-04 10:04:19Date Closed:2008-01-15 15:37:10.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) sipinvitestruct.txt
Description:This patch removes parameters from transmit_invite, instead sending them as a struct.

In a future patch, I need to add more parameters to the struct... THis way I can do it without having to change all the calls to transmit_invite.

Comments:By: Kevin P. Fleming (kpfleming) 2005-06-05 10:41:21

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:37:10.000-0600

Repository: asterisk
Revision: 5843

U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r5843 | kpfleming | 2008-01-15 15:37:09 -0600 (Tue, 15 Jan 2008) | 2 lines

use a struct for long parameter list to transmit_invite (bug ASTERISK-4346)

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

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