Hello,
Does anyone have a sample configuration of SER which handles PRACK ? I am trying to solve a problem with my SER because if it receives a PRACK it doesn't relay the PRACK.
I use SER 0.8.14 but I have also tried on SER 0.9.6 but it doesn't work.
Thanks, Razvan
PRACK is in-dialog, thus it's simple as:
if (loose_route()) { t_relay(); }
regards klaus
Razvan Nemesiu wrote:
Hello,
Does anyone have a sample configuration of SER which handles PRACK ? I am trying to solve a problem with my SER because if it receives a PRACK it doesn't relay the PRACK.
I use SER 0.8.14 but I have also tried on SER 0.9.6 but it doesn't work.
Thanks, Razvan _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Thanks Klaus for your answer.I will try this way.
On Wed, 12 Jul 2006 13:24:24 +0300, Klaus Darilion klaus.mailinglists@pernau.at wrote:
PRACK is in-dialog, thus it's simple as:
if (loose_route()) { t_relay(); }
regards klaus
Razvan Nemesiu wrote:
Hello, Does anyone have a sample configuration of SER which handles PRACK ? I am trying to solve a problem with my SER because if it receives a PRACK it doesn't relay the PRACK. I use SER 0.8.14 but I have also tried on SER 0.9.6 but it doesn't work. Thanks, Razvan _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers