Kamallio Registration

Home » Asterisk Users » Kamallio Registration
Asterisk Users 1 Comment

Hi Guys

Is it possible to register Kamallio directly to our SIP provider then load balance the RTP to 2 asterisk servers?

We cant do the registration from the asterisk boxes as we want to do it directly from Kamallio.

Is this possible?

One thought on - Kamallio Registration

  • Yes, it would be possible. You can use the Kamailio UAC module (
    http://kamailio.org/docs/modules/stable/modules/uac.html) to register with your remote peer, then when INVITES come in from that peer load balance them between your Asterisk boxes.

    It would be a more simple set up if you allow the Asterisk boxes to send RTP directly to the remote peer, using Kamalio just for SIP signalling and load balancing. If you need to proxy the RTP then you’ll have to look at one of the RTP proxy Kamailio modules as well.

    Probably a better question for the Kamailio mailing list though.

    Hope this helps.

    -Barry Flanagan