Hello!
There is a way to allow specific pjsip extensions to exchange sip messages. That looks like:
pjsip.endpoint.conf
xxx
message_context = yyy.
But how to do that in global way (for all extensions)?
Hello!
There is a way to allow specific pjsip extensions to exchange sip messages. That looks like:
pjsip.endpoint.conf
xxx
message_context = yyy.
But how to do that in global way (for all extensions)?
Your example refers to endpoint, not extensions.
It’s not clear what you are asking. The configuration option you refer to relates to the source of messages, not the destination.
There are no facilities for doing things on all defined endpoints, and message_send doesn’t allow multiple destinations.
If I understand you right… There are no way to point out sending messages for all endpoints as a whole in above example? Only for each specific endpoint with a separate entry?
Each has to be done separately, and it can be each address associated with an endpoint, not just each endpoint, as endpoints can be exchanges in their own right.
Thanks for your reply!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.