Author: bebuild Date: Mon Apr 6 09:37:14 2015 New Revision: 434021 URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=434021 Log: Merge 433944 for 13.3.1
Modified: tags/13.3.1/ (props changed) tags/13.3.1/include/asterisk/res_pjsip_session.h Propchange: tags/13.3.1/ ------------------------------------------------------------------------------ svn:mergeinfo = /branches/13:433944 Modified: tags/13.3.1/include/asterisk/res_pjsip_session.h URL: http://svnview.digium.com/svn/asterisk/tags/13.3.1/include/asterisk/res_pjsip_session.h?view=diff&rev=434021&r1=434020&r2=434021 ============================================================================== --- tags/13.3.1/include/asterisk/res_pjsip_session.h (original) +++ tags/13.3.1/include/asterisk/res_pjsip_session.h Mon Apr 6 09:37:14 2015 @@ -105,8 +105,6 @@ char exten[AST_MAX_EXTENSION]; /*! The endpoint with which Asterisk is communicating */ struct ast_sip_endpoint *endpoint; - /*! The AOR associated with this session */ - struct ast_sip_aor *aor; /*! The contact associated with this session */ struct ast_sip_contact *contact; /*! The PJSIP details of the session, which includes the dialog */ @@ -145,6 +143,8 @@ pjsip_rx_data *deferred_reinvite; /*! Current T.38 state */ enum ast_sip_session_t38state t38state; + /*! The AOR associated with this session */ + struct ast_sip_aor *aor; }; typedef int (*ast_sip_session_request_creation_cb)(struct ast_sip_session *session, pjsip_tx_data *tdata); -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- svn-commits mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/svn-commits