Applicability
Model: S-Series
Description
In some case to work with some particular sip vendor, it is required to change sips to sip in INVITE packet. This article shares the solution on how to achieve it by custom change in ssh.
Steps
1, Copy the content of aor from /etc/asterisk/pjsip.conf
XXX is you trunk name
Only we need to copy the 2 lines like the following:
2, Paste the content to /ysdisk/support/customcfg/pjsip_custom.conf
[trunk-TLS_XXX-aor]
contact= sip:3b83638c@192.168.29.35:5061\;transport=tls
Remove the "s".
3, Create any extension in web interface and delete again, click on Apply.
4, Test call.
0 Comments