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:
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:
In '''M2/Kamailio''':
Add the following line in /usr/local/etc/kamailio/kamailio.cfg in  tm params section:
Add the following line in /usr/local/etc/kamailio/kamailio.cfg in  tm params section:
  modparam("tm", "remap_503_500", 0)
  modparam("tm", "remap_503_500", 0)

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