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

Reply via email to