CONTACT URI paramter in aors via web (pjsip extension)

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.identify_custom_post.conf
 add these two lines :

[37400](+type=identify)
endpoint=differentTrunkName

when you do this then the identify part of trunk will be discarded which would solve the problem

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