[Asterisk-cvs] asterisk/channels chan_mgcp.c,1.63,1.64

markster at lists.digium.com markster at lists.digium.com
Mon Jul 26 15:51:06 CDT 2004


Update of /usr/cvsroot/asterisk/channels
In directory localhost.localdomain:/tmp/cvs-serv6861/channels

Modified Files:
	chan_mgcp.c 
Log Message:
Work properly on a reload


Index: chan_mgcp.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_mgcp.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- chan_mgcp.c	26 Jul 2004 19:33:36 -0000	1.63
+++ chan_mgcp.c	26 Jul 2004 19:37:11 -0000	1.64
@@ -3926,6 +3926,7 @@
 		return 0;
 	}
 	memset(&bindaddr, 0, sizeof(bindaddr));
+	dtmfmode = 0;
 	v = ast_variable_browse(cfg, "general");
 	while(v) {
 		/* Create the interface list */




More information about the svn-commits mailing list