[svn-commits] oej: branch oej/pgtips-srv-and-outbound-stuff-1.8 r393727 - in /team/oej/pgti...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jul 5 07:09:37 CDT 2013


Author: oej
Date: Fri Jul  5 07:09:34 2013
New Revision: 393727

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=393727
Log:
UPdating stuff

Modified:
    team/oej/pgtips-srv-and-outbound-stuff-1.8/README.pgtips-srv-records
    team/oej/pgtips-srv-and-outbound-stuff-1.8/channels/chan_sip.c

Modified: team/oej/pgtips-srv-and-outbound-stuff-1.8/README.pgtips-srv-records
URL: http://svnview.digium.com/svn/asterisk/team/oej/pgtips-srv-and-outbound-stuff-1.8/README.pgtips-srv-records?view=diff&rev=393727&r1=393726&r2=393727
==============================================================================
--- team/oej/pgtips-srv-and-outbound-stuff-1.8/README.pgtips-srv-records (original)
+++ team/oej/pgtips-srv-and-outbound-stuff-1.8/README.pgtips-srv-records Fri Jul  5 07:09:34 2013
@@ -2,6 +2,7 @@
 Olle E. Johansson
 
 Project start: 2013-04-18
+Update:        2013-07-05
 
 
 
@@ -12,7 +13,6 @@
 
 SRV Support in the SIP channel of Asterisk
 ==========================================
-
 
 The Asterisk SIP channel lacks full support of RFC 3263, Locating SIP services. This project
 aims at fixing that.
@@ -35,8 +35,8 @@
 
 Happy Earballs
 ==============
-Dual stack hosts needs to contact both address families at the same time to minimize timeout effects on caller's
-call setup time.
+Dual stack hosts needs to contact both address families at the same time to minimize 
+timeout effects on caller's call setup time.
 
 This is not in scope for this project. Work is in progress in the SIP Forum IPv6 wg
 to define a process for this situation.

Modified: team/oej/pgtips-srv-and-outbound-stuff-1.8/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/pgtips-srv-and-outbound-stuff-1.8/channels/chan_sip.c?view=diff&rev=393727&r1=393726&r2=393727
==============================================================================
--- team/oej/pgtips-srv-and-outbound-stuff-1.8/channels/chan_sip.c (original)
+++ team/oej/pgtips-srv-and-outbound-stuff-1.8/channels/chan_sip.c Fri Jul  5 07:09:34 2013
@@ -6033,7 +6033,6 @@
 		}
 	}
 
-	res = 0;
 	ast_set_flag(&p->flags[0], SIP_OUTGOING);
 
 	/* T.38 re-INVITE FAX detection should never be done for outgoing calls,




More information about the svn-commits mailing list