I don't see anything relevant in the docs, nor greping the src, but in case I missed something:
Does the core, or do any of the modules support originating registration requests to other proxies a/o endpoints?
I'd like to move registration responsibility to kama, and have it add a header on incoming INVITEs and the like from anything with which it has REGISTERed indicating which outbound registration is relevant to said request.
If I'm right that there isn't support for that, do any of the app modules expose enough sip capability easily to write such?
-JimC
On 07/19/2014 06:29 PM, James Cloos wrote:
I don't see anything relevant in the docs, nor greping the src, but in case I missed something:
Does the core, or do any of the modules support originating registration requests to other proxies a/o endpoints?
I'd like to move registration responsibility to kama, and have it add a header on incoming INVITEs and the like from anything with which it has REGISTERed indicating which outbound registration is relevant to said request.
If I'm right that there isn't support for that, do any of the app modules expose enough sip capability easily to write such?
The 'uac' module supports this:
http://kamailio.org/docs/modules/4.1.x/modules/uac.html#uac.p.reg-db-url-id
But, the functionality is kind of skeletal. You can't closely manage the registrations. This isn't a role for which Kamailio is especially well-suited.
On 20 Jul 2014, at 12:07, Alex Balashov abalashov@evaristesys.com wrote:
On 07/19/2014 06:29 PM, James Cloos wrote:
I don't see anything relevant in the docs, nor greping the src, but in case I missed something:
Does the core, or do any of the modules support originating registration requests to other proxies a/o endpoints?
I'd like to move registration responsibility to kama, and have it add a header on incoming INVITEs and the like from anything with which it has REGISTERed indicating which outbound registration is relevant to said request.
If I'm right that there isn't support for that, do any of the app modules expose enough sip capability easily to write such?
The 'uac' module supports this:
http://kamailio.org/docs/modules/4.1.x/modules/uac.html#uac.p.reg-db-url-id
But, the functionality is kind of skeletal. You can't closely manage the registrations. This isn't a role for which Kamailio is especially well-suited.
But it could be. We would need some events and RPC commands to make it a bit more useful. Also a function to check if a particular registration is active or not.
/O
"AB" == Alex Balashov abalashov@evaristesys.com writes:
AB> The 'uac' module supports this:
AB> http://kamailio.org/docs/modules/4.1.x/modules/uac.html#uac.p.reg-db-url-id
Clearly I was drowsier than I thought when I researched that, as I completely missed that part of uac. [SIGH]
Thanks.
-JimC
"AB" == Alex Balashov abalashov@evaristesys.com writes:
AB> The 'uac' module supports this:
AB> http://kamailio.org/docs/modules/4.1.x/modules/uac.html#uac.p.reg-db-url-id
Clearly I was drowsier than I thought when I researched that, as I completely missed that part of uac. [SIGH]
Thanks.
-JimC