]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Make portinuri a bitfield.
authorMatthew Nicholson <mnicholson@digium.com>
Wed, 30 Sep 2009 23:15:17 +0000 (23:15 +0000)
committerMatthew Nicholson <mnicholson@digium.com>
Wed, 30 Sep 2009 23:15:17 +0000 (23:15 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@221489 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index f3292a243aaf1ad288278aad5b392bfdf0a2714f..d69d4c6d5d28ccc4d4ff9e7f5dba82e909f8fa79 100644 (file)
@@ -1162,7 +1162,7 @@ struct sip_peer {
        ast_group_t pickupgroup;        /*!<  Pickup group */
        struct sockaddr_in addr;        /*!<  IP address of peer */
        int maxcallbitrate;             /*!< Maximum Bitrate for a video call */
-       int portinuri;                  /*!< Whether the port should be included in the URI */
+       int portinuri:1;                /*!< Whether the port should be included in the URI */
        
        /* Qualification */
        struct sip_pvt *call;           /*!<  Call pointer */