> @@ -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
_______________________________________________
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to