Proxy converts SIP HGC 503 to 500

From Kolmisoft Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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