mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Allow IPv6 addresses for UDPTL streams.
Review: https://reviewboard.asterisk.org/r/795 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@278908 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1001,7 +1001,7 @@ struct sip_pvt {
|
||||
int authtries; /*!< Times we've tried to authenticate */
|
||||
struct sip_proxy *outboundproxy; /*!< Outbound proxy for this dialog. Use ref_proxy to set this instead of setting it directly*/
|
||||
struct t38properties t38; /*!< T38 settings */
|
||||
struct sockaddr_in udptlredirip; /*!< Where our T.38 UDPTL should be going if not to us */
|
||||
struct ast_sockaddr udptlredirip; /*!< Where our T.38 UDPTL should be going if not to us */
|
||||
struct ast_udptl *udptl; /*!< T.38 UDPTL session */
|
||||
int callingpres; /*!< Calling presentation */
|
||||
int expiry; /*!< How long we take to expire */
|
||||
|
Reference in New Issue
Block a user