[Kamailio-Users] [kamailio-users] Kamailio - Polycom Sound Point

2010-01-05 Thread Chandrakant Solanki
Hello I have installed kamailio - 1.5.2 with MediaProxy. I registered 1...@domain.com and 1...@domain.com from * PolycomSoundPointIP-SPIP_600-UA/3.1.3.0439*. But when I look for location table into database, I show received field is NULL, while from other phone like X-Lite it shows some value in

Re: [Kamailio-Users] memlog and mem_dbg : kamailio 3.0.0

2010-01-05 Thread Klaus Darilion
http://sip-router.org/wiki/cookbooks/core-cookbook/devel#memdbg regards klaus On 05.01.2010 20:35, Ricardo Martinez wrote: Hello. I have a doubt about the memlog and memdbg log levels. I have in my configuration file the next lines : debug=2 # debug level (cmd line: -dd) fork=yes l

[Kamailio-Users] memlog and mem_dbg : kamailio 3.0.0

2010-01-05 Thread Ricardo Martinez
Hello. I have a doubt about the memlog and memdbg log levels. I have in my configuration file the next lines : debug=2 # debug level (cmd line: -dd) fork=yes log_stderror=no# (cmd line: -E) log_facility=LOG_LOCAL0 children=4 port=5060 memdbg=0 memlog=0 I was expec

Re: [Kamailio-Users] t_replicate in Kamailio-3.0.0 ?

2010-01-05 Thread Daniel-Constantin Mierla
On 1/5/10 7:38 PM, Santiago Gimeno wrote: 2010/1/5 Daniel-Constantin Mierla > the function (actually several) is there but with different prototype due to sip-router tm -- no documentation indeed and this should be fixed: try: t_replicate("192

Re: [Kamailio-Users] t_replicate in Kamailio-3.0.0 ?

2010-01-05 Thread Santiago Gimeno
2010/1/5 Daniel-Constantin Mierla > the function (actually several) is there but with different prototype due > to sip-router tm -- no documentation indeed and this should be fixed: > > try: > > t_replicate("192.168.1.1", "5050"); > > Basically there are several functions: > > t_replicate(host,

Re: [Kamailio-Users] Problems with snmpstats in Kamailio-3.0.0

2010-01-05 Thread Santiago Gimeno
Hi Daniel, 2010/1/5 Daniel-Constantin Mierla > Hi Santiago, > > > On 1/5/10 5:35 PM, Santiago Gimeno wrote: > > Hi Daniel, > > 2010/1/4 Daniel-Constantin Mierla > >> >> >> I added a define for module_loaded to reuse find_module_by_name() >> function. Please get the git version and try again. I

Re: [Kamailio-Users] t_replicate in Kamailio-3.0.0 ?

2010-01-05 Thread Daniel-Constantin Mierla
Hello, On 1/5/10 7:12 PM, Santiago Gimeno wrote: Hi, I'm trying to use t_replicate in K-3.0.0 with no luck. t_replicate("sip:192.168.1.1:5060 "); The logs report "unknown command" and by looking at the documentation of the TM module I've seen that t_replicate is no l

[Kamailio-Users] t_replicate in Kamailio-3.0.0 ?

2010-01-05 Thread Santiago Gimeno
Hi, I'm trying to use t_replicate in K-3.0.0 with no luck. t_replicate("sip:192.168.1.1:5060"); The logs report "unknown command" and by looking at the documentation of the TM module I've seen that t_replicate is no longer in the TM module. Is this correct? Any workaround? Thanks in advance. Be

[Kamailio-Users] odd query

2010-01-05 Thread Anders
Hi, Using SIREMIS, there is a column called dst_domain in both the acc and cdrs tables. This is supposedly the ID of the gw used for the call. However, this seems to be messed up when there is more than one gw that has the same IP. I have gws with the same IP but different prefixes, but then it ju

Re: [Kamailio-Users] Problems with snmpstats in Kamailio-3.0.0

2010-01-05 Thread Daniel-Constantin Mierla
Hi Santiago, On 1/5/10 5:35 PM, Santiago Gimeno wrote: Hi Daniel, 2010/1/4 Daniel-Constantin Mierla > I added a define for module_loaded to reuse find_module_by_name() function. Please get the git version and try again. I am not using this module so I c

Re: [Kamailio-Users] Problems with snmpstats in Kamailio-3.0.0

2010-01-05 Thread Santiago Gimeno
Hi Daniel, 2010/1/4 Daniel-Constantin Mierla > > > I added a define for module_loaded to reuse find_module_by_name() function. > Please get the git version and try again. I am not using this module so I > cannot test. Report if all ok now. > Thanks for the fix. I updated the sources and the err

Re: [Kamailio-Users] Error in Running kamailio !!

2010-01-05 Thread Daniel-Constantin Mierla
On 1/5/10 11:34 AM, Klaus Darilion wrote: Try starting kamailio manually (e.g. "kamailio") or using the init scripts (/etc/init.d/kamailio start) init.d script is provided in the tutorial: http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-1.5.x-from-svn#the_init.d_script Note that ka

Re: [Kamailio-Users] dst_ip

2010-01-05 Thread Daniel-Constantin Mierla
On 1/5/10 2:42 PM, Olivier Taylor wrote: for sure it's something like that, but then how to get the IP range... In fact, I have 2 interfaces, users are registered under the local one, 10.0.X.X with subnet 255.255.0.0 to be sure you get it right, you ave to compare dst_ip against the IP kam

Re: [Kamailio-Users] dst_ip

2010-01-05 Thread Daniel-Constantin Mierla
On 1/5/10 2:42 PM, Olivier Taylor wrote: for sure it's something like that, but then how to get the IP range... In fact, I have 2 interfaces, users are registered under the local one, 10.0.X.X with subnet 255.255.0.0 I need to know if their IPs are local or not. It's not even possible to 'pr

Re: [Kamailio-Users] dst_ip

2010-01-05 Thread Olivier Taylor
for sure it's something like that, but then how to get the IP range... In fact, I have 2 interfaces, users are registered under the local one, 10.0.X.X with subnet 255.255.0.0 I need to know if their IPs are local or not. It's not even possible to 'print' via xlog the dst_ip. I am lost :( Tha

Re: [Kamailio-Users] dst_ip

2010-01-05 Thread Klaus Darilion
Olivier Taylor schrieb: hi all, when checking dst_ip with an expression like 'if(dst_ip=~ "10\.1\.*")' I Maybe dst_ip is not a string representation of the IP address, but some internal structure, and thus the regexp fails? regards klaus always have a 'false' as answer... What do I wro

[Kamailio-Users] dst_ip

2010-01-05 Thread Olivier Taylor
hi all, when checking dst_ip with an expression like 'if(dst_ip=~ "10\.1\.*")' I always have a 'false' as answer... What do I wrong there? Olivier ___ Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bi

Re: [Kamailio-Users] Error in Running kamailio !!

2010-01-05 Thread Klaus Darilion
Try starting kamailio manually (e.g. "kamailio") or using the init scripts (/etc/init.d/kamailio start) klaus Dinesh gautam schrieb: Dear Sir, I am using kamailio 1.5.0, having installed and configured as given on the kamailio site

Re: [Kamailio-Users] Error in Running kamailio !!

2010-01-05 Thread alex pappas
Hi, What do you see in log? If you don't have any output in /var/log/messages then you should activate it from kamailio.cfg setting log_stderror=no Always the log is pointing you where the problem is. Cheers Alex On Tue, Jan 5, 2010 at 11:48 AM, Dinesh gautam wrote: > Dear Sir, > > I am usin

[Kamailio-Users] Error in Running kamailio !!

2010-01-05 Thread Dinesh gautam
Dear Sir, I am using kamailio 1.5.0, having installed and configured as given on the kamailio site on my PC having Centos operating system. I have configured the config files kamailio.cfg, kamctlrc accordingly as given o