[svn-commits] oej: branch 1.4 r61686 - in /branches/1.4: ./ channels/chan_sip.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Thu Apr 19 01:37:14 MST 2007


Author: oej
Date: Thu Apr 19 03:37:08 2007
New Revision: 61686

URL: http://svn.digium.com/view/asterisk?view=rev&rev=61686
Log:
Merged revisions 61685 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r61685 | oej | 2007-04-19 09:56:21 +0200 (Thu, 19 Apr 2007) | 3 lines

Send NOTIFY to Contact: in SUBSCRIBE 
- as reported by Intertex and Citel. Fixed during SIPit 20 in Antwerp.

........

Modified:
    branches/1.4/   (props changed)
    branches/1.4/channels/chan_sip.c

Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: branches/1.4/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_sip.c?view=diff&rev=61686&r1=61685&r2=61686
==============================================================================
--- branches/1.4/channels/chan_sip.c (original)
+++ branches/1.4/channels/chan_sip.c Thu Apr 19 03:37:08 2007
@@ -14390,6 +14390,9 @@
 		ast_string_field_set(p, context, p->subscribecontext);
 	else if (ast_strlen_zero(p->context))
 		ast_string_field_set(p, context, default_context);
+
+	/* Get full contact header - this needs to be used as a request URI in NOTIFY's */
+	parse_ok_contact(p, req);
 
 	build_contact(p);
 	if (gotdest) {



More information about the svn-commits mailing list