-
Type:
New Feature
-
Status: Closed
-
Priority:
Minor
-
Resolution: Out of Date
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Asterisk Configuration
-
Labels:None
-
ToDo:
-
Distro:FreePBX Distro
There is currently no global method for setting the PJSIP module's endpoint configuration for setting the message_context = xxxx on a global level for all PJSIP endpoints. As well as any other PJSIP endpoint config parameters on a global level.
You have to create an entry in the pjsip.endpoint_custom_post.conf for each endpoint to set the message_context=xxxxx. While this works, it does require remembering to add an entry if you add an new endpoint to the system.
I am needing to setup the message_context=xxxxx to handle Instant Messaging for all of our smart phones, which is 90% of the endpoints in my system config.
I like what was done for the chan_sip setup where you have "Other SIP Settings" to allow this on a global level for all chan_sip endpoints.
Something like this for PJSIP would be useful.