<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#339999" bgcolor="#FFFFFF">
    <font face="Verdana">Hi list,<br>
      <br>
      I'm already searching in FS manual several hours but cannot find
      the solution.<br>
      <br>
      My task is to receive SIP call from remote SIP device (registered
      to FS like User: <a class="moz-txt-link-abbreviated" href="mailto:1005@192.168.8.6">1005@192.168.8.6</a>), using DIALPLAN route it back
      to SIP channel with the same (or increased) destination_number
      back to the remote SIP device. I.e. make such simple loopback in
      FS.<br>
      <br>
      Tested DIALPLAN extension is <br>
      <br>
      <extension name="Loopback"><br>
          <condition field="destination_number" expression="^(5000)$"><br>
          <action application="bridge" data="sofia/$${domain}/1005"/><br>
      </extension><br>
    </font><br>
    <font size="+1">The call is looped back to SIP channel but with
      destination_number 1005. Is there any way to enforce to this bridged
      outbound call the destination_number based on destination number
      of inbound call (which comes with destination number 5000) ?<br>
      <br>
      Thank you in advance<br>
      <br>
      Petr B.</font><br>
    <br>
  </body>
</html>