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
Hello,
are you using t_relay()? Parallel forking should be default with that function.
Cheers, Daniel
On 06/10/14 22:02, Yuriy Gorlichenko wrote:
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 sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Thanks. I used some custom thiks to change $ru. Now I will delete it.
2014-10-07 0:33 GMT+04:00 Daniel-Constantin Mierla miconda@gmail.com:
Hello,
are you using t_relay()? Parallel forking should be default with that function.
Cheers, Daniel
On 06/10/14 22:02, Yuriy Gorlichenko wrote:
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 listsr-users@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierlahttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
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.
2014-10-07 19:30 GMT+04:00 Yuriy Gorlichenko ovoshlook@gmail.com:
Thanks. I used some custom thiks to change $ru. Now I will delete it.
2014-10-07 0:33 GMT+04:00 Daniel-Constantin Mierla miconda@gmail.com:
Hello,
are you using t_relay()? Parallel forking should be default with that function.
Cheers, Daniel
On 06/10/14 22:02, Yuriy Gorlichenko wrote:
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 listsr-users@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierlahttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users