aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-21 19:38:28 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-21 19:38:28 +0000
commitd695be065671df2e9e7a97c451b302e8451ce586 (patch)
tree4d26a354bcc2d0b9453ba08e3006eaa9443fca3e /channels
parent05cb0f41010b3527e2da0c6b80d4102d3868ac8a (diff)
Apply the autoframing setting to dialogs that do not get matched against a user or peer.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@117574 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index b96968940..ea8cfd9c8 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -4521,6 +4521,7 @@ static struct sip_pvt *sip_alloc(ast_string_field callid, struct sockaddr_in *si
if (p->udptl)
ast_udptl_settos(p->udptl, global_tos_audio);
p->maxcallbitrate = default_maxcallbitrate;
+ p->autoframing = global_autoframing;
}
if (useglobal_nat && sin) {