<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Hi,<br>
    <br>
    is it possible to use nested reply routes in opensips?<br>
    <br>
    I want to clean up my script and thinking of something like this:<br>
    <p><font size="2">> onreply_route[MAIN] {<br>
        >  [...]<br>
        >  is_from_gw(1) = t_on_reply("ADD_ISUP");> }<br>
        >  [...] }<br>
        >  onreply_route[ADD_ISUP] {<br>
        >  add_isup_part() }</font></p>
    <p>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.</p>
    <p><br>
    </p>
    -- <br>
    Liebe Grüße / Kind regards,<br>
    Malte<br>
    <br>
  </body>
</html>