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
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to