Dear opensips users,
I cant understand where to include accounting and redirect to Asterisk routes
in routing logic.
In my understand I put it in following piece of routing logic:
route[1] {
# for INVITEs enable some additional helper routes
if (is_method("INVITE")) {
rewritehostport("192.168.152.148:5060");
route(1);
}
if (!t_relay()) {
sl_reply_error();
};
exit;
}
(Sorry for this kind of question, but Bogdan sayed don't be shame to ask in one
of the webinar)
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users