git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5800
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
-- We now respond correctly to an invite for T.38 with a "488 Not acceptable here"
-- We now discard saved tags on 401/407 responses in case the provider we're talking
to tries to pull a dirty trick on us and change it.
+ -- rtptimeout options will now be correctly set on a peer basis rather than only global
-- chan_mgcp
-- Fixed setting of accountcode
-- Fixed where *67 to block callerid only worked for first call
}
r->promiscredir = p->promiscredir;
strncpy(r->context, p->context,sizeof(r->context)-1);
+ r->rtptimeout = p->rtptimeout;
+ r->rtpholdtimeout = p->rtpholdtimeout;
if ((p->addr.sin_addr.s_addr || p->defaddr.sin_addr.s_addr) &&
(!p->maxms || ((p->lastms >= 0) && (p->lastms <= p->maxms)))) {
if (p->addr.sin_addr.s_addr) {