I found the problem. It was with the shared library path. After setting the
system environmental variable LD_LIBRARY_PATH appropriately it worked fine.
$ export LD_LIBRARY_PATH=:$LD_LIBRARY_PATH
$ ./sbin/kamailio -E -d -f
/home/ajay/projects/video_conf/etc/kamailio/kamailio.cfg
From: sr-users-b
Hi
I have trouble loading modules from a custom lib directory. It works fine if
the libraries are located under PREFIX/lib/Kamailio/ (PREFIX is the path that I
gave while building Kamailio). But on the target I will have to keep the
libraries in a custom directory.
I tried by changing the mpath
Thanks for pointing me to the INSTALL file. That has a variety of make options
that I can try.
-Original Message-
From: sr-users-boun...@lists.sip-router.org
[mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Ovidiu Sas
Sent: Wednesday, January 16, 2013 11:24 AM
To: SIP Router -
Use 'exclude_modules' when making cfg.
Check the INSTALL file in the source code.
Regards,
Ovidiu Sas
On Wed, Jan 16, 2013 at 1:08 PM, Ajay Sabat wrote:
> Hi,
>
>
>
> I need to build a simple Kamailio server that could do just registration and
> basic call routing. I don’t need database support
Hi,
I need to build a simple Kamailio server that could do just registration and
basic call routing. I don't need database support, it is fine if it loses data
during reboot. The only other option I may need is NAT support.
So far I was building the server using make all as given below:
$ make F
Hello Philippe,
Thank you for the report, I updated the documentation.
The framework parameter was left intentionally blank to force the
kamailio admin to set the proper location for framework file.
Also, I updated the documentation with the new command:
kamdbctl pframework create
This will create
Thanks Ovidiu,
I installed the xhttp_pi module. Some information in the
modules/xhttp_pi/README, probably mixed with xhttp_rpc, should be updated.
The 'loadmodule "xhttp_rpc.so"' instruction is missing, and should replace
the 'loadmodule "xhttp_rpc.so"' line.
This line :
modparam("xhttp_rpc", "x
Hi,
count me in as well (and my wife, too; even though she mostly does
non-VoIP-Java stuff, except from our Java-HSS).
Kind regards,
Carsten
P.S.: We stay at the Max Hotel, too, looks nice.
2013/1/10 Klaus Darilion :
>
>
> On 09.01.2013 18:13, Peter Dunkley wrote:
>>
>> Hello,
>>
>> Are there a