Re: [SR-Users] MSRP Config

2012-10-10 Thread Ed Brady
This seemed to work! Kamailio starts with no errors now. I am still unable to send a message with Blink. I am able to make calls with Blink via Kamailio but the IM option does not show as enabled. I understand that this is the Kamailio list and not Blink, but any known configurations to work with K

Re: [SR-Users] MSRP Config

2012-10-10 Thread Daniel-Constantin Mierla
Hello, On 10/10/12 7:23 PM, Peter Dunkley wrote: You need to load the cfgutils module to use pv_printf(). it is actually the kex module -- a good place to find needed module for specific functions is the alphabetic index, in this case: http://www.kamailio.org/wiki/alphaindexes/3.3.x/modfunc

Re: [SR-Users] MSRP Config

2012-10-10 Thread Peter Dunkley
You need to load the cfgutils module to use pv_printf(). Regards, Peter On Wed, 2012-10-10 at 13:15 -0400, Ed Brady wrote: > I modified the original config to include the event block and added > the necessary module loads, but it still will not start properly. It > displays all the connection i

Re: [SR-Users] MSRP Config

2012-10-10 Thread Ed Brady
I modified the original config to include the event block and added the necessary module loads, but it still will not start properly. It displays all the connection info like it has started but then says "kamailio error, failed to start." When I look at the syslog I see the following errors: ct

Re: [SR-Users] MSRP Config

2012-10-10 Thread Peter Dunkley
I also noticed a typo in the example. The modparam for htable creates a hash table called "c", but the event-route[] uses a hash table called "msrp". This is now fixed in git master. Regards, Peter On Wed, 2012-10-10 at 17:58 +0100, Peter Dunkley wrote: > Hi, > > You need to load the htable

Re: [SR-Users] MSRP Config

2012-10-10 Thread Peter Dunkley
Hi, You need to load the htable module to use $sht(). This is one of the modules shown at the top of the example. Regards, Peter On Wed, 2012-10-10 at 12:53 -0400, Ed Brady wrote: > After adding the event block from the MSRP module example config, I > get the following error: > > > >

Re: [SR-Users] MSRP Config

2012-10-10 Thread Ed Brady
After adding the event block from the MSRP module example config, I get the following error: Not starting Kamailio: invalid configuration file! > -e > 0(19786) INFO: tls [tls_init.c:377]: tls: init_tls: disabling > compression... > 0(19786) ERROR: [pvapi.c:708]: error searching pvar "sht" > 0

Re: [SR-Users] MSRP Config

2012-10-10 Thread Juha Heinanen
Ed Brady writes: > > 0(19714) ERROR: [sr_module.c:560]: ERROR: load_module: could not > > find module in looks like your module loadpath in config file is wrong. i do it like this: loadpath "/usr/lib/sip-proxy/modules" loadmodule "sl" ... check where your module files are stored and modify

Re: [SR-Users] MSRP Config

2012-10-10 Thread Ed Brady
When I used the provided config example from the module page, I get all sorts of errors from the config file when trying to start Kamailio. I am going to attempt to just copy the event route block into my working config and see what happens. Below are the errors it spits out when trying to start wi

Re: [SR-Users] MSRP Config

2012-10-08 Thread Daniel-Constantin Mierla
Hello, On 10/8/12 5:26 PM, Ed Brady wrote: Hi, I am working on an MSRP project with Kamailio. I have Kamailio installed and configured for SIP with several test accounts created, but am unable to send MSRP messages so far. I am using Blink as a test client, though the final intentions of the

[SR-Users] MSRP Config

2012-10-08 Thread Ed Brady
Hi, I am working on an MSRP project with Kamailio. I have Kamailio installed and configured for SIP with several test accounts created, but am unable to send MSRP messages so far. I am using Blink as a test client, though the final intentions of the project will be to use iDoubs and IMSDroid for c