|
|
@ -786,13 +786,13 @@ enum sipregistrystate {
|
|
|
|
|
|
|
|
|
|
|
|
REG_STATE_REGISTERED, /*!< Registered and done */
|
|
|
|
REG_STATE_REGISTERED, /*!< Registered and done */
|
|
|
|
|
|
|
|
|
|
|
|
REG_STATE_REJECTED, /*!< Registration rejected *
|
|
|
|
REG_STATE_REJECTED, /*!< Registration rejected
|
|
|
|
* \note only used when the remote party has an expire larger than
|
|
|
|
* \note only used when the remote party has an expire larger than
|
|
|
|
* our max-expire. This is a final state from which we do not
|
|
|
|
* our max-expire. This is a final state from which we do not
|
|
|
|
* recover (not sure how correctly).
|
|
|
|
* recover (not sure how correctly).
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
REG_STATE_TIMEOUT, /*!< Registration timed out *
|
|
|
|
REG_STATE_TIMEOUT, /*!< Registration timed out
|
|
|
|
* \note XXX unused */
|
|
|
|
* \note XXX unused */
|
|
|
|
|
|
|
|
|
|
|
|
REG_STATE_NOAUTH, /*!< We have no accepted credentials
|
|
|
|
REG_STATE_NOAUTH, /*!< We have no accepted credentials
|
|
|
|