[OpenSIPS-Users] Diversion information
Bogdan-Andrei Iancu
bogdan at opensips.org
Fri Apr 4 11:54:34 CEST 2014
Hello Mike,
Please post the SIP request you receive (make an ngrep capture), so we
can check it.
BTW, try to run in full debug mode (debug=4) and check for the logs when
the INVITE is handled - maybe you get some hints on why you get the vars
NULL.
Regards,
Bogdan
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com
On 04.04.2014 10:58, Mike Claudi Pedersen wrote:
> When calls are forwarded they have a diversion header, containing
> information about the forwarded route. why cant i get this information
> i keep getting 0 or NULL values my code is something like this to
> display the diversion header.
>
> $var(RDNIS)=$di;
> $var(PRIV)=$dip;
>
> if (method=="INVITE")
> {
> xlog("L_DBG","\n RDNIS = $var(RDNIS) \n");
> xlog("L_DBG","\n PRIVACY = $var(PRIV) n");
>
> if (lookup("location"))
> {
> t_relay();
> exit;
> };
>
>
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20140404/40e713dd/attachment-0001.htm>
More information about the Users
mailing list