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

From Kolmisoft Wiki
Jump to navigationJump to search
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)
service kamailio restart

Revision as of 15:16, 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)
service kamailio restart