[Asterisk-cvs] asterisk/channels chan_sip.c,1.503,1.504
markster at lists.digium.com
markster at lists.digium.com
Wed Sep 15 09:15:29 CDT 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv26388/channels
Modified Files:
chan_sip.c
Log Message:
Fix extraneous message when using mysql friends
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.503
retrieving revision 1.504
diff -u -d -r1.503 -r1.504
--- chan_sip.c 15 Sep 2004 00:43:13 -0000 1.503
+++ chan_sip.c 15 Sep 2004 13:16:56 -0000 1.504
@@ -1177,6 +1177,7 @@
p->dtmfmode = global_dtmfmode;
p->promiscredir = global_promiscredir;
p->insecure = 1;
+ p->pokeexpire = -1;
p->expire = -1;
p->temponly = 1;
More information about the svn-commits
mailing list