Thanks Alex I've checked your suggestion but it seems i've to register all user with same contact (AOR)...for example all registered with 1000@domain.But I can't register all users with same contact because I've to allow "intercom" call inside group. Is there any other way?
----Messaggio originale---- Da: abalashov@evaristesys.com Data: 18-set-2014 12.01 A: sr-users@lists.sip-router.org Ogg: Re: [SR-Users] Group call
On 09/18/2014 05:59 AM, marino.mileti@alice.it wrote:
Hi guys,
is possible to make a group call with kamailio? Example...i dial 1000 and kamailio make a parallel forking to 1001,1002,1003?
In case of yes...every group member (1001,1002,1003) will be resolved by "location"? Because some member is natted so RTPPROXY should be engaged
Yes; the degree to which this is done automatically be can controlled via the following parameters:
http://kamailio.org/docs/modules/4.1.x/modules/registrar.html#idp77968 http://kamailio.org/docs/modules/4.1.x/modules/registrar.html#idp110040
If you have these set to support multiple parallel branches, lookup() + t_relay() should just work "automagically".
Hi,
If you just want to generically map a URI to a bunch of other URIs, this might make the most sense:
http://kamailio.org/docs/modules/4.1.x/modules/alias_db.html#idm2736
-- Alex