[asterisk-commits] oej: branch oej/pgtips-srv-and-outbound-stuff-1.8 r397708 - /team/oej/pgtips-...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Aug 27 10:44:12 CDT 2013


Author: oej
Date: Tue Aug 27 10:44:10 2013
New Revision: 397708

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=397708
Log:
And compile again

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

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=397708&r1=397707&r2=397708
==============================================================================
--- 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 Tue Aug 27 10:44:10 2013
@@ -4607,7 +4607,7 @@
 			__sip_xmit(p, req->data);
 		if (res == -1 || res == XMIT_ERROR) {
 			ast_debug(3, "====>> SRV failover. Changing to next SRV record in the list\n");
-			XXX SRV FAILOVER HERE XXX
+			/* XXX SRV FAILOVER HERE XXX */
 		}
 	} else {
 		res = (reliable) ?
@@ -5930,7 +5930,7 @@
 				unsigned short port, prio, weight;
 				const char *srvhost;
 
-				ast_debug(3, "   ==> DNS lookup of %s returned %d entries. First %s \n", service, ast_srv_get_record_count(srvcon), hostn);
+				ast_debug(3, "   ==> DNS lookup of %s returned %d entries. First %s \n", service, ast_srv_get_record_count(dialog->srvcon), hostn);
 				hostn = host;
 				for (rec = 0; rec < ast_srv_get_record_count(dialog->srvcon); rec++) {
 					if(ast_srv_get_nth_record(dialog->srvcon, rec, &srvhost, &port, &prio, &weight)) {
@@ -28113,7 +28113,7 @@
 	struct sip_peer *peer = NULL;
 	struct ast_ha *oldha = NULL;
 	struct ast_ha *olddirectmediaha = NULL;
-	struct sip_host_ip *old_host_ip = NULL;
+	struct sip_host_ip *old_sip_host_ip = NULL;
 	int found = 0;
 	int firstpass = 1;
 	uint16_t port = 0;




More information about the asterisk-commits mailing list