]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Apply the autoframing setting to dialogs that do not get matched against a user or...
authorJoshua Colp <jcolp@digium.com>
Wed, 21 May 2008 19:38:28 +0000 (19:38 +0000)
committerJoshua Colp <jcolp@digium.com>
Wed, 21 May 2008 19:38:28 +0000 (19:38 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@117574 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index b96968940eaeaa3a2e4081c1cee33ea8077a5372..ea8cfd9c89c5ca901ea640762d9ef31100ecfadb 100644 (file)
@@ -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) {