" /> SIP Max-forwards - Genesys CTI User Forum

Author Topic: SIP Max-forwards  (Read 4257 times)

Offline dnib

  • Jr. Member
  • **
  • Posts: 57
  • Karma: 0
SIP Max-forwards
« on: September 13, 2013, 01:04:10 PM »
Advertisement
Hi ,

I need your help.
I need to do a TRoute inside a strategy to send the call to an external destination. The problem is that the destination is several sip hops away and I get a "SIP/2.0 483 Too Many Hops" error message.

The root cause is that when issuing the TRoute , the SIP Server is sending an INVITE message with a Max-forwards value of 9.

I've search the docs and there is no option to send this. There is only the oos-options-max-forwards option which sets the Max-forwards value, but just for the SIP OPTIONS messages.


Any ideeas on how to incres the value of max-forwards?


Thank you,
DB

Offline dnib

  • Jr. Member
  • **
  • Posts: 57
  • Karma: 0
Re: SIP Max-forwards
« Reply #1 on: September 13, 2013, 01:41:10 PM »
Solution:

You can add a Section in SIP Server named like the sip message you want to modify containing the parameters you want to add or edit:

INVITE/Max-Forwards=70

Now SIP INVITE messages sent from SIP Server have the parameter Max-Forwards:70


Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: SIP Max-forwards
« Reply #2 on: September 13, 2013, 01:51:57 PM »
Nice  :-) Could you, please,tell us where you found out that this settings works and is correctly? I have tried to read doc quickly and found anything about similiar topic.