How to change the CONTACT header with pjsip_wizard.conf?

Hi.
I configured the “contact_user = 12345” in the type = registration section of the pjsip.conf and all works fine.
When I try to make a similar configuration in pjsip_wizard.conf, my PBX sends in SIP headers during registration:

Contact: sip:s@192.168.xx.xx:5060

How do I change “s” to “12345” using pjsip_wizard.conf?

You would specify it using:

registration/contact_user=12345
1 Like

Oh…)) Very Thanks. All is working.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.