1

About me I am very new to the use of Kamailio solution have basic background in practical application of SIP

Overview

I am tasked with building a Kamailio solution as a Active / Active Registrar

Kamailio Design

Questions

  • Which modules would you user and why?
  • Is there any good resources on the web to use?
  • If User 1 rings User 2 how do we remove the requirement of specifying the IP of the kamaiio server that User2 is registered to?
  • Is there any config examples that i could use to learn from?
  • 1
    Welcome to Stack Overflow! I'll flag this question as *primarily opinion-based*, as answers to this question will tend to be almost entirely based on opinions, rather than facts, references, or specific expertise. – Filnor Nov 06 '17 at 10:23

2 Answers2

2

With Multi Registrar Solution it means Configuring Kamailio to support multiple Domains

1

Kamailio project is hi-perfomance sip proxy.

All modules designed for rewrite of sip packets.

Config file is program similar to C.

So pre-request is advanced knowledge in programming and SIP protocol. Sorry, no other way.

Sure kamailio project have examples in examples directory and HUGE documentation at kamailio.org(take near month to fully read it).

arheops
  • 15,544
  • 1
  • 21
  • 27