[Asterisk-cvs] asterisk/channels chan_sip.c,1.387,1.388

markster at lists.digium.com markster at lists.digium.com
Sat May 15 19:20:41 CDT 2004


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

Modified Files:
	chan_sip.c 
Log Message:
Add Taiwan support (bug #1599)


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.387
retrieving revision 1.388
diff -u -d -r1.387 -r1.388
--- chan_sip.c	13 May 2004 19:54:42 -0000	1.387
+++ chan_sip.c	15 May 2004 23:32:07 -0000	1.388
@@ -877,6 +877,7 @@
 				numfields = mysql_num_fields(result);
 				fields = mysql_fetch_fields(result);
 				success = 1;
+				p->addr.sin_family = AF_INET;
 				for (x=0;x<numfields;x++) {
 					if (rowval[x]) {
 						if (!strcasecmp(fields[x].name, "secret")) {




More information about the svn-commits mailing list