1

As the RFC http://www.rfc-editor.org/rfc/rfc5626.txt describes , how can i extends a Edge Proxy by Kamailio ? should i write a module , or just write the configure file ?

have any one already do it ,could give me some advice .

thanks .

mike
  • 1,127
  • 4
  • 17
  • 34

2 Answers2

2

You could use an already configured instance - SipWise.

It's free, it's Kamailo based, it has an edge-proxy acting as a load-balancer at /etc/ngcp-config/templates/etc/kamailio/lb/kamailio.cfg.tt2, it's available as appliance and requires minimal configuration steps to run it with the basic features up.

You can use it directly, or you can just run it somewhere and take a look at the configuration.

agranig
  • 129
  • 1
  • 7
hovanessyan
  • 30,580
  • 6
  • 55
  • 83
1

Why write a module? Edge proxy is a pretty much a SIP proxy for REGISTERs.

You could accomplish that with just the configuration routes.

mobius
  • 5,104
  • 2
  • 28
  • 41