im trying to establish connection between 2 phones
user1: 43384001
user2: 43384002

i have user 2 added to usrloc with the cmd:

opensipsctl ul add 43384003 sip:+1043384003*2...@voip.local.com
which is an asterisk server that handles calls in a specific way.

but when i try to call i get "too many hops"

this is my invite handling

if (method=="INVITE")
    {
        t_relay();
        exit;
    };

do i need some sort of line added to include using usrloc
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to