Discussion:
[SR-Users] multiple endpoints call
Yuriy Gorlichenko
2014-10-06 20:02:03 UTC
Permalink
Hello. I have multiple endpoints registered at my kamailio with one account
(for example user1 registerd from norhway, USA, and Russia at one time), so
when I call from user2 to user1 I want to ring all endpoints registered by
user1 account. Now I can ring only one, first entry at location table. What
setting may I use for this? Thanks
Daniel-Constantin Mierla
2014-10-06 20:33:26 UTC
Permalink
Hello,

are you using t_relay()? Parallel forking should be default with that
function.

Cheers,
Daniel
Post by Yuriy Gorlichenko
Hello. I have multiple endpoints registered at my kamailio with one
account (for example user1 registerd from norhway, USA, and Russia at
one time), so when I call from user2 to user1 I want to ring all
endpoints registered by user1 account. Now I can ring only one, first
entry at location table. What setting may I use for this? Thanks
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
--
Daniel-Constantin Mierla
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Yuriy Gorlichenko
2014-10-07 15:30:43 UTC
Permalink
Thanks. I used some custom thiks to change $ru. Now I will delete it.
Post by Daniel-Constantin Mierla
Hello,
are you using t_relay()? Parallel forking should be default with that
function.
Cheers,
Daniel
Hello. I have multiple endpoints registered at my kamailio with one
account (for example user1 registerd from norhway, USA, and Russia at one
time), so when I call from user2 to user1 I want to ring all endpoints
registered by user1 account. Now I can ring only one, first entry at
location table. What setting may I use for this? Thanks
_______________________________________________
--
Daniel-Constantin Mierlahttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Yuriy Gorlichenko
2014-10-12 17:04:24 UTC
Permalink
I tried use default forking, but still have issue. I have multiple
endpoints that may be as traditional sip client and as WebSocket based sip
client. Then I use asterisk behind kamailio. When I use default t_relay
(not changed with du) routing try going through kamailio and it usuccessull
(it is right). So I use sqlops for query to find original destionation of
user. At query result i have one $du. I read about tm_module() and about
multiple branches for INVITES but all examples use one URI for all (seturi
function). May I use this thick for parallel forking with different $du?
And if yes - myst I handle responses of this branches if one of it picked
up? (for example user at canada answers, and must i handle canseling calls
to USA user for myself or kamailio breack this branch for itself without my
handling?)

Thanks.
Post by Yuriy Gorlichenko
Thanks. I used some custom thiks to change $ru. Now I will delete it.
Post by Daniel-Constantin Mierla
Hello,
are you using t_relay()? Parallel forking should be default with that
function.
Cheers,
Daniel
Hello. I have multiple endpoints registered at my kamailio with one
account (for example user1 registerd from norhway, USA, and Russia at one
time), so when I call from user2 to user1 I want to ring all endpoints
registered by user1 account. Now I can ring only one, first entry at
location table. What setting may I use for this? Thanks
_______________________________________________
--
Daniel-Constantin Mierlahttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Marino Mileti
2014-10-07 06:57:32 UTC
Permalink
Take a look at :
modparam("registrar", "max_contacts", x) to have up to "x" contacts for AOR and in your REGISTRAR route if your save("location") has some extra parameters (for example the 0x04 used to restrict one single record in loaction table



----Messaggio originale----

Da: ovoshlook-***@public.gmane.org

Data: 6-ott-2014 22.02

A: "Kamailio (SER) - Users Mailing List"<sr-users-cR8azDVoa3IcDhw6gZKtMWD2FQJk+8+***@public.gmane.org>

Ogg: [SR-Users] multiple endpoints call



Hello. I have multiple endpoints registered at my kamailio with one account (for example user1 registerd from norhway, USA, and Russia at one time), so when I call from user2 to user1 I want to ring all endpoints registered by user1 account. Now I can ring only one, first entry at location table. What setting may I use for this? Thanks
Loading...