Index: channels/sip/include/sip.h =================================================================== --- channels/sip/include/sip.h (revision 249060) +++ channels/sip/include/sip.h (working copy) @@ -1283,4 +1283,20 @@ struct ast_dnsmgr_entry *dnsmgr; /*!< DNS refresh manager for subscription */ struct sockaddr_in us; /*!< Who the server thinks we are */ }; + +/*! + * \brief uri parameters + * + */ + +struct uriparams { + char *transport; + char *user; + char *method; + char *ttl; + char *maddr; + char *lr; +}; + + #endif