Hello, I want to add "dubugger module" in kamailio. As I want to know which part of kamailio.cfg is responsible for reply of some of incoming sip messages. Can some one please help me in this regard.
Regards, Kamailio kid.
Hello,
On 10/24/13 5:46 AM, Owais ul Haq wrote:
Hello, I want to add "dubugger module" in kamailio. As I want to know which part of kamailio.cfg is responsible for reply of some of incoming sip messages. Can some one please help me in this regard.
debugger module is part of default configuration file. Just add line:
#!define WITH_DEBUG
after the first line of the config file. If you have custom config file, look at the default one and search for WITH_DEBUG to see what you need to add.
Cheers, Daniel