[asterisk-commits] oej: branch oej/cancel_elsewhere_1.4 r173846 - /team/oej/cancel_elsewhere_1.4...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Feb 6 04:10:19 CST 2009
Author: oej
Date: Fri Feb 6 04:10:18 2009
New Revision: 173846
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=173846
Log:
Fix typo
Modified:
team/oej/cancel_elsewhere_1.4/channels/chan_sip.c
Modified: team/oej/cancel_elsewhere_1.4/channels/chan_sip.c
URL: http://svn.digium.com/svn-view/asterisk/team/oej/cancel_elsewhere_1.4/channels/chan_sip.c?view=diff&rev=173846&r1=173845&r2=173846
==============================================================================
--- team/oej/cancel_elsewhere_1.4/channels/chan_sip.c (original)
+++ team/oej/cancel_elsewhere_1.4/channels/chan_sip.c Fri Feb 6 04:10:18 2009
@@ -8011,7 +8011,7 @@
reqprep(&resp, p, sipmethod, seqno, newbranch);
if (sipmethod == SIP_CANCEL && ast_test_flag(&p->flags[0], SIP_DIALOG_ANSWEREDELSEWHERE))
- add_header(&resp, "Reason:", "SIP;cause=200;text=\"Call completed elsewhere\"");
+ add_header(&resp, "Reason", "SIP;cause=200;text=\"Call completed elsewhere\"");
add_header_contentLength(&resp, 0);
return send_request(p, &resp, reliable, seqno ? seqno : p->ocseq);
More information about the asterisk-commits
mailing list