]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Issue #6766 - fix ;user=phone functionality. (Reported by alein, fix by russell ...
authorOlle Johansson <oej@edvina.net>
Wed, 22 Mar 2006 09:10:13 +0000 (09:10 +0000)
committerOlle Johansson <oej@edvina.net>
Wed, 22 Mar 2006 09:10:13 +0000 (09:10 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@14140 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 7772565d6ccc2d6d44a67d57ee087031bae432ae..3bc66f8b7c8c88bad7a3c2ec13cd576bf3008b9c 100644 (file)
@@ -566,7 +566,7 @@ struct sip_auth {
 #define SIP_FLAGS_TO_COPY \
        (SIP_PROMISCREDIR | SIP_TRUSTRPID | SIP_SENDRPID | SIP_DTMF | SIP_REINVITE | \
         SIP_PROG_INBAND | SIP_OSPAUTH | SIP_USECLIENTCODE | SIP_NAT | \
-        SIP_INSECURE_PORT | SIP_INSECURE_INVITE)
+        SIP_USEREQPHONE | SIP_INSECURE_PORT | SIP_INSECURE_INVITE)
 
 /* a new page of flags for peer */
 #define SIP_PAGE2_RTCACHEFRIENDS       (1 << 0)