[Asterisk-cvs] asterisk/channels chan_mgcp.c,1.79.2.11,1.79.2.12
russell at lists.digium.com
russell at lists.digium.com
Wed Apr 6 11:47:06 CDT 2005
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv15670/channels
Modified Files:
Tag: v1-0
chan_mgcp.c
Log Message:
correctly set amaflags (bug #3962)
Index: chan_mgcp.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_mgcp.c,v
retrieving revision 1.79.2.11
retrieving revision 1.79.2.12
diff -u -d -r1.79.2.11 -r1.79.2.12
--- chan_mgcp.c 5 Apr 2005 06:58:02 -0000 1.79.2.11
+++ chan_mgcp.c 6 Apr 2005 16:39:45 -0000 1.79.2.12
@@ -3568,6 +3568,7 @@
strncpy(e->mailbox, mailbox, sizeof(e->mailbox)-1);
snprintf(e->rqnt_ident, sizeof(e->rqnt_ident), "%08x", rand());
e->msgstate = -1;
+ e->amaflags = amaflags;
e->capability = capability;
e->parent = gw;
e->dtmfmode = dtmfmode;
@@ -3667,6 +3668,7 @@
e->msgstate = -1;
e->parent = gw;
}
+ e->amaflags = amaflags;
e->capability = capability;
e->dtmfmode = dtmfmode;
e->adsi = adsi;
More information about the svn-commits
mailing list