Hello Opensips list,

When using the route_to_gw() function, I noticed that the gw_id that is
pushed back to the avp wasn't matching the address actually selected by the
drouting engine.
After some investigation I noticed that earlier in my script I was calling
the is_from_gw() function with the 'i' flag which also pushes the gw_id to
the avp and this was the value I was seeing in my avp after calling the
route_to_gw().
By debuging with the avp_print() function I could see that the
route_to_gw() does not pushes the gw_id to first index of the avp, but to
the end of it. Any reason for that or is it a bug?

Regards,

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

Reply via email to