The reason was that i executed route[relay] in the wrong place
of the script.
 
Like this:
 
…
…
route(relay);   # I added this, and it was a mistake (too early)
…
record_route; # default, but calls haven’t reached this line
...
route(relay);
 
-----------------------------------------------
BR, Alexey
http://alexeyka.zantsev.com/
 
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to