how to set the CONTACT URI parameter from web to a pjsip extension?
i need to do somthing like this :
[user]
type=aor
max_contacts …
…
…
contact= sip:user@sipserver:port
how to set the CONTACT URI parameter from web to a pjsip extension?
i need to do somthing like this :
[user]
type=aor
max_contacts …
…
…
contact= sip:user@sipserver:port
1- Create a regular user using web. Let us say it is 37400
2- Enter config edit module
pjsip.aor_custom_post.conf
add these two lines :
[37400](+type=aor)
contact=sip:37400@192.168.133.110:5060
note: 192.168.133.110 is the ip of the fxs/fxo gateway