mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-02 18:39:46 +00:00
Make portinuri a bitfield.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@221489 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user