[OpenSIPS-Devel] [opensips] call_control: Passthrough sip_application (#170)

Saúl Ibarra Corretgé notifications at github.com
Wed Feb 19 03:08:21 CET 2014


> @@ -149,6 +149,9 @@
>  /* The AVP where the call token is stored (if defined) */
>  static AVP_Param call_token_avp = {str_init(CALL_TOKEN_AVP_SPEC), -1, 0};
>  
> +/* The AVP where the SIP application type is stored (if defined) */
> +static AVP_Param sip_application_avp = {str_init(SIP_APPLICATION_AVP_SPEC), {0}, 0};

{str_init(SIP_APPLICATION_AVP_SPEC), -1, 0};

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/170/files#r9851641
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20140218/021069e0/attachment.htm>


More information about the Devel mailing list