Difference between revisions of "Proxy converts SIP HGC 503 to 500"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
In '''MOR/Opensips''':
To resolve this problem, following line should be added to /usr/local/etc/opensips/opensips.cfg :
To resolve this problem, following line should be added to /usr/local/etc/opensips/opensips.cfg :


  disable_503_translation = yes
  disable_503_translation = yes
In '''M2/Kamailio''':
Add the following line in /usr/local/etc/kamailio/kamailio.cfg in  tm params section:
modparam("tm", "remap_503_500", 0)
And restart proxy
service kamailio restart

Latest revision as of 15:17, 22 November 2018

In MOR/Opensips: To resolve this problem, following line should be added to /usr/local/etc/opensips/opensips.cfg :

disable_503_translation = yes

In M2/Kamailio: Add the following line in /usr/local/etc/kamailio/kamailio.cfg in tm params section:

modparam("tm", "remap_503_500", 0)

And restart proxy

service kamailio restart