mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-10 11:58:08 +00:00
chan_sip: Revert r398835 due to failing tests involving originate
(issue ASTERISK-22424) Reported by: Jonathan Rose git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@398977 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -967,7 +967,6 @@ struct sip_pvt {
|
||||
AST_STRING_FIELD(rdnis); /*!< Referring DNIS */
|
||||
AST_STRING_FIELD(redircause); /*!< Referring cause */
|
||||
AST_STRING_FIELD(theirtag); /*!< Their tag */
|
||||
AST_STRING_FIELD(theirprovtag); /*!< Provisional their tag, used when evaluating responses to invites */
|
||||
AST_STRING_FIELD(tag); /*!< Our tag for this session */
|
||||
AST_STRING_FIELD(username); /*!< [user] name */
|
||||
AST_STRING_FIELD(peername); /*!< [peer] name, not set if [user] */
|
||||
|
||||
Reference in New Issue
Block a user