‎No, because Kamailio is a SIP proxy, not a SIP user agent (UA). Only UAs can originate and receive calls -- that is, to serve as the endpoints of a call. Kamailio plays an entirely different role, which is to relay/route messages _between_ endpoints.

--
Alex Balashov | Principal | Evariste Systems LLC
303 Perimeter Center North, Suite 300
Atlanta, GA 30346
United States

Tel: +1-800-250-5920 (toll-free) / +1-678-954-0671 (direct)
Web: http://www.evaristesys.com/, http://www.csrpswitch.com/

Sent from my BlackBerry.
From: Cockhootec Yahrabee
Sent: Saturday, February 13, 2016 19:16
To: Kamailio (SER) - Users Mailing List
Reply To: Kamailio (SER) - Users Mailing List
Subject: [SR-Users] Make SIP session between two kamailio servers

Hi everyone,

I am curious if there is a way to make SIP session between two kamailio server instances eg. if there is way to use kamailio as an SIP client and SIP server at the same time.

I am thinking about the following configuration:


kamailio main server ----- kamailio server B ----- SIP client B1
       |
       |
       |
kamailio server A ----- SIP client A2
       |
       |
       |
SIP client A1


I want to be able to make SIP session between:
SIP client A1 : SIP client A2
kamailio server A : kamailio server B
SIP client A1 : SIP client B1 (this would be great)

If there is currently no way to do this do you think that it would be possible to create the module which will support this kind of functionality?

Thanks in advance for the replies