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