Discussion:
[SR-Users] please help with Msilo config
Miguel Rios
2014-07-15 13:58:40 UTC
Permalink
Hi list,

I'm a newbie when it comes to kamailio, although I have a fair amount of SIP experience.
I'm trying to setup a very basic kamailio install (4.1 on Wheezy) with Msilo support.

I just used the default kamailio.cfg file (changing obviously the relevant parameters for my setup) and have not touched the routing blocks.
I'm very confused about how routing works, and I don't have a background in C. I've read the wiki up and down and have looked at inumerous tutorials spread out on the internet (most of which just add to my confusion because they seem out of date), but I still don't get it.


I managed to setup a working kamailio server where local users can call each other fine. Now when I try to add the msilo module, and specially the routing example from MSILO Module is when things get tricky.

I'm sure my error is a fairly basic one and has to do with the routing logic and syntax. Could some kind soul please share a copy of the whole ####### Routing Logic ######## on downwards for a basic no frills kamailio with msilo setup?

Thanks,
Miguel

 
         
MSILO Module
3. Parameters 3.1. db_url (string) Database URL. Default value is “mysql://kamailio:***@localhost/kamailio”. Example 1.1. Set the “db_url” parameter
View on kamailio.org Preview by Yahoo
Peter Villeneuve
2014-07-15 16:40:19 UTC
Permalink
Hi Miguel,

Welcome. Unfortunately I'm still fairly new to kamailio too, and the
learning curve is pretty steep as you've no doubt discovered.
I'm also having problems with getiing msilo running properly, and I'm sure
it's just bad routing on my part, so please share if you do happen to get
the routing down.
All the examples I found on the internet were dated or incomplete, so
hopefully someone can share a recent example of a working routing block
from start to finish.

Cheers,
Peter
Post by Miguel Rios
Hi list,
I'm a newbie when it comes to kamailio, although I have a fair amount of
SIP experience.
I'm trying to setup a very basic kamailio install (4.1 on Wheezy) with
Msilo support.
I just used the default kamailio.cfg file (changing obviously the relevant
parameters for my setup) and have not touched the routing blocks.
I'm very confused about how routing works, and I don't have a background
in C. I've read the wiki up and down and have looked at inumerous tutorials
spread out on the internet (most of which just add to my confusion because
they seem out of date), but I still don't get it.
I managed to setup a working kamailio server where local users can call
each other fine. Now when I try to add the msilo module, and specially the
routing example from MSILO Module
<http://kamailio.org/docs/modules/4.1.x/modules/msilo.html> is when
things get tricky.
I'm sure my error is a fairly basic one and has to do with the routing
logic and syntax. Could some kind soul please share a copy of the whole
####### Routing Logic ######## on downwards for a basic no frills kamailio
with msilo setup?
Thanks,
Miguel
MSILO Module <http://kamailio.org/docs/modules/4.1.x/modules/msilo.html>
3. Parameters 3.1. db_url (string) Database URL. Default value is
“db_url” parameter
View on kamailio.org
<http://kamailio.org/docs/modules/4.1.x/modules/msilo.html>
Preview by Yahoo
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Daniel-Constantin Mierla
2014-07-18 07:22:09 UTC
Permalink
Hello.

based on discussions so far, I suggest you guide after:

- set the outbound_proxy parameter for msilo module to point to the
proxy address
- do not call m_store(...) if src_ip==myself
- run with debug=3 in kamailio.cfg to see more log messages that can
provide further hints about what is happening

Cheers,
Daniel
Post by Miguel Rios
Hi list,
I'm a newbie when it comes to kamailio, although I have a fair amount
of SIP experience.
I'm trying to setup a very basic kamailio install (4.1 on Wheezy) with
Msilo support.
I just used the default kamailio.cfg file (changing obviously the
relevant parameters for my setup) and have not touched the routing blocks.
I'm very confused about how routing works, and I don't have a
background in C. I've read the wiki up and down and have looked at
inumerous tutorials spread out on the internet (most of which just add
to my confusion because they seem out of date), but I still don't get it.
I managed to setup a working kamailio server where local users can
call each other fine. Now when I try to add the msilo module, and
specially the routing example from MSILO Module
<http://kamailio.org/docs/modules/4.1.x/modules/msilo.html> is when
things get tricky.
I'm sure my error is a fairly basic one and has to do with the routing
logic and syntax. Could some kind soul please share a copy of the
whole ####### Routing Logic ######## on downwards for a basic no
frills kamailio with msilo setup?
Thanks,
Miguel
MSILO Module <http://kamailio.org/docs/modules/4.1.x/modules/msilo.html>
3. Parameters 3.1. db_url (string) Database URL. Default value is
“db_url” parameter
View on kamailio.org
<http://kamailio.org/docs/modules/4.1.x/modules/msilo.html>
Preview by Yahoo
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
--
Daniel-Constantin Mierla - http://www.asipto.com
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Miguel Rios
2014-07-19 20:42:27 UTC
Permalink
Thanks.
I'll take a look


On Friday, July 18, 2014 8:22 AM, Daniel-Constantin Mierla <miconda-***@public.gmane.org> wrote:



Hello.

based on discussions so far, I suggest you guide after:

- set the outbound_proxy parameter for msilo module to point to the
proxy address
- do not call m_store(...) if src_ip==myself
- run with debug=3 in kamailio.cfg to see more log messages that can
provide further hints about what is happening

Cheers,
Daniel


On 15/07/14 15:58, Miguel Rios wrote:

Hi list,
Post by Miguel Rios
I'm a newbie when it comes to kamailio, although I have a fair amount of SIP experience.
I'm trying to setup a very basic kamailio install (4.1 on Wheezy) with Msilo support.
I just used the default kamailio.cfg file (changing obviously the relevant parameters for my setup) and have not touched the routing blocks.
I'm very confused about how routing works, and I don't have a background in C. I've read the wiki up and down and have looked at inumerous tutorials spread out on the internet (most of which just add to my confusion because they seem out of date), but I still don't get it.
I managed to setup a working kamailio server where local users can call each other fine. Now when I try to add the msilo module, and specially the routing example from MSILO Module is when things get tricky.
I'm sure my error is a fairly basic one and has to do with the routing logic and syntax. Could some kind soul please share a copy of the whole ####### Routing Logic ######## on downwards for a basic no frills kamailio with msilo setup?
Thanks,
Miguel
 
         
MSILO Module
View on kamailio.org Preview by Yahoo
 
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-***@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
--
Daniel-Constantin Mierla - http://www.asipto.com http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Loading...