<html><head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252"></head><body
 bgcolor="#FFFFFF" text="#000000">
  <span style="font-family: monospace;">Hello</span><span 
style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;">Another rtpengine related
 question after having successfully implemented a dispatcher 
configuration.</span><span style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;">Call flow is ok, 
everything works well until I tried to increase call volume.</span><span
 style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;">Kamailio log showing 
"proxy replied with error: Ran out of ports"</span><span 
style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;">In the beginning both 
channels are up, then I can see a teardown on the incoming channel 
loosing the ability to collect DTMF.</span><span style="font-family: 
monospace;"><br>
  </span><span style="font-family: monospace;">Using the CLI tool I have
 statistics showing that none (!) of the calls are "regular terminated",
 they are on timeout.</span><span style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;">After experimenting with 
handling BYE, I ended up could getting a "regular terminated" call by 
using </span><span style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;">route[RELAY] </span><span
 style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;">....</span><span 
style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;">if (is_method("BYE")) {</span><span
 style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;">    rtpengine_delete();</span><span
 style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;">}</span><span 
style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;">and then I can see some 
good things!</span><span style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;">Received command 'delete'
 from 127.0.0.1:58538</span><span style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;">Scheduling deletion of 
call branch 'as65b95845' (via-branch '') in 5 seconds</span><span 
style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;">Replying to 'delete' from
 127.0.0.1:58538 (elapsed time 0.000216 sec)</span><span 
style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;">Please correct me if I'm 
doing wrong this way!</span><span style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;">cheers </span><span 
style="font-family: monospace;"><br>
  </span><span style="font-family: monospace;">Istvan</span><span 
style="font-family: monospace;"><br>
  </span>
</body>
</html>