[Asterisk-cvs] asterisk/channels chan_h323.c,1.92,1.93

jeremy at lists.digium.com jeremy at lists.digium.com
Tue Nov 16 10:37:21 CST 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv16467

Modified Files:
	chan_h323.c 
Log Message:
Another temp fix attempt, until I can do it correctly.

Index: chan_h323.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_h323.c,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- chan_h323.c	11 Nov 2004 21:30:30 -0000	1.92
+++ chan_h323.c	16 Nov 2004 15:37:56 -0000	1.93
@@ -464,8 +464,8 @@
 	} else {
 		sprintf(called_addr, "%s:%d",addr, pvt->options.port);
 	}
-	ast_log(LOG_DEBUG, "Placing outgoing call to %s\n", called_addr);
-	res = h323_make_call(called_addr, &(pvt->cd), pvt->options);
+	ast_log(LOG_DEBUG, "Placing outgoing call to %s\n", dest);
+	res = h323_make_call(dest, &(pvt->cd), pvt->options);
 	if (res) {
 		ast_log(LOG_NOTICE, "h323_make_call failed(%s)\n", c->name);
 		return -1;




More information about the svn-commits mailing list