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
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
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
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
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
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:
>
>
>
>
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
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
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
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
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
11 matches
Mail list logo