[Home]

Summary:ASTERISK-05987: [patch] Fix RPID Handling
Reporter:deti (deti)Labels:
Date Opened:2006-01-05 11:27:14.000-0600Date Closed:2008-01-15 16:12:26.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_sip-fix-rpid.patch
( 1) chan_sip-fix-rpid-upd.patch
Description:Due to new AST_DECLARE_STRING_FIELDS macros rpid handling was broken and an empty Remote-Party-Id field was sent. This little patch fixes the problem.
Comments:By: deti (deti) 2006-01-05 14:12:48.000-0600

Changed patch to use ast_strlen_zero(...) instead of internal variable __ast_string_field_empty

By: Mark Spencer (markster) 2006-01-07 14:35:41.000-0600

Fixed in SVN trunk, thanks!

By: Digium Subversion (svnbot) 2008-01-15 16:12:26.000-0600

Repository: asterisk
Revision: 7862

U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r7862 | markster | 2008-01-15 16:12:26 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix RPID with new string fields (bug ASTERISK-5987)

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

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