Hi,

is it possible to use nested reply routes in opensips?

I want to clean up my script and thinking of something like this:

> onreply_route[MAIN] {
>  [...]
>  is_from_gw(1) = t_on_reply("ADD_ISUP");> }
>  [...] }
>  onreply_route[ADD_ISUP] {
>  add_isup_part() }

The nested onreply route then should return to the parent onreply route. In my tests I specifically had issues with the rtpengine module: when using rtpengine_answer in the parent onreply route and then calling another onreply route from parent route, opensips wasn't able to see the SDP body in the reply and the rtpengine_answer thus failed.


--
Liebe Grüße / Kind regards,
Malte
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to