Re: [SR-Users] RADIUS authentication

2012-12-21 Thread Juha Heinanen
Moacir Ferreira writes: So my next question is: is it there on the Kamailio community anyone willing to work on a “Kamailio Enterprise Edition”? what do you mean by such an edition? do you want to integrate asterisk like pbx capabilities to k or what? if so, my understanding is that most k

Re: [SR-Users] RADIUS authentication

2012-12-21 Thread Moacir Ferreira
Don’t get me wrong… Kamailio is just a great product as it is. Actually I think it does much more than it would be necessary as a carrier grade software. My idea is to have more people involved discussing the “enterprise” issues and possible solutions for problems like the one I described. The

[SR-Users] How to set variable externally

2012-12-21 Thread Mino Haluz
Hi, I would like to set my custom different debug levels (with flag?) externally with kamctl command. So I neednt restart kamailio if I want to enable/disable debug. Which module should I use in that case? Thanks, Mino ___ SIP Express Router (SER) and

Re: [SR-Users] How to set variable externally

2012-12-21 Thread Mino Haluz
Ok I see that it is possible with pv module and shv_set MI command. How can I get value of this shared variable inside code? On Fri, Dec 21, 2012 at 1:17 PM, Mino Haluz mino.ha...@gmail.com wrote: Hi, I would like to set my custom different debug levels (with flag?) externally with kamctl

[SR-Users] Problemdebian squeze uac module load failed

2012-12-21 Thread Thomas Hoellriegel
Hi all, i using debian squeeze. I installled kamailio from the package system. I set in the kamailio.cfg file: loadmodule uac.so I become the error: Dec 21 16:37:35 1a-7567 /usr/sbin/kamailio[3015]: ERROR: core [sr_module.c:939]: init_mod(): Error while initializing module uac

Re: [SR-Users] Problemdebian squeze uac module load failed

2012-12-21 Thread Daniel-Constantin Mierla
Hello, do you get another error message before? If not, set debug=3 in kamailio.cfg and run again. Then look at the logs to see if there is another message giving hints about what is wrong. Probably some mis-configured parameter. Cheers, Daniel On 12/21/12 4:38 PM, Thomas Hoellriegel

[SR-Users] AUTOREPLY Re: Problemdebian squeze uac module load failed

2012-12-21 Thread strobel
*** AUTOREPLY VON mico...@gmail.com * Vielen Dank für Ihre Nachricht. Leider bin ich in der Zeit vom 27.12.2012 bis einschließlich 01.01.2013 nicht im Haus. Ihre E-Mail wird in meiner Abwesenheit nicht weitergeleitet. Bitte wenden Sie sich in

Re: [SR-Users] How to set variable externally

2012-12-21 Thread Daniel-Constantin Mierla
Hello, look at the code in pv module for the mi/rpc command shv_get. Cheers, Daniel On 12/21/12 2:02 PM, Mino Haluz wrote: Ok I see that it is possible with pv module and shv_set MI command. How can I get value of this shared variable inside code? On Fri, Dec 21, 2012 at 1:17 PM, Mino

Re: [SR-Users] RADIUS authentication

2012-12-21 Thread Daniel-Constantin Mierla
Hello, Kamailio is used a lot in enterprises. Apart of the media processing services (e.g., voicemail, audio conferencing), kamailio offers all needed in an enterprise, including instant messaging and presence. It still seems to be unclear for you where is the problem with Kamailio and M$

Re: [SR-Users] RADIUS authentication

2012-12-21 Thread Olle E. Johansson
21 dec 2012 kl. 16:55 skrev Daniel-Constantin Mierla mico...@gmail.com: Hello, Kamailio is used a lot in enterprises. Apart of the media processing services (e.g., voicemail, audio conferencing), kamailio offers all needed in an enterprise, including instant messaging and presence. We've

Re: [SR-Users] How to set variable externally

2012-12-21 Thread Ovidiu Sas
If you just want to control the debug level externally, take a look at the debug parameter: http://www.kamailio.org/wiki/cookbooks/3.3.x/core#debug It can be controlled via sercmd (kamcmd in future versions). If you want to play with global flags, take a look at cfgutils:

Re: [SR-Users] How to set variable externally

2012-12-21 Thread Olle E. Johansson
21 dec 2012 kl. 17:10 skrev Ovidiu Sas o...@voipembedded.com: If you just want to control the debug level externally, take a look at the debug parameter: http://www.kamailio.org/wiki/cookbooks/3.3.x/core#debug It can be controlled via sercmd (kamcmd in future versions). If you want to

Re: [SR-Users] How to set variable externally

2012-12-21 Thread Daniel-Constantin Mierla
On 12/21/12 5:15 PM, Olle E. Johansson wrote: 21 dec 2012 kl. 17:10 skrev Ovidiu Sas o...@voipembedded.com: If you just want to control the debug level externally, take a look at the debug parameter: http://www.kamailio.org/wiki/cookbooks/3.3.x/core#debug It can be controlled via sercmd

Re: [SR-Users] How to set variable externally

2012-12-21 Thread Mino Haluz
Ok I did it like this, every xlog I'm calling is in the form: xlog(L_INFO,XLOG: $ci [ROUTENAME] debuginformation); and also after every sql_query I have xlog(L_INFO,XLOG: $ci [ROUTENAME] SQL: select * from ); and when SIP message is received/sent xlog(L_INFO,XLOG: $ci [MAIN] $mb);

[SR-Users] retransmitted INVITE's

2012-12-21 Thread schwatzi
Hi,what can i do to not process a second and identical INVITE.isnt t_check_trans() the right way to go ?The docs says:For other requests (non ACKs and non CANCELs), it will terminate the script for retransmissions and return false for new requests (for which no transaction exists yet).but it

Re: [SR-Users] Problemdebian squeze uac module load failed

2012-12-21 Thread Thomas Hoellriegel
Am 21.12.12 um 16:43 schrieb Daniel-Constantin Mierla: do you get another error message before? Yes,: Dec 21 17:49:42 1a-7567 kamailio: INFO: core [tcp_main.c:4832]: init_tcp: using epoll_lt as the io watch method (auto detected) Dec 21 17:49:42 1a-7567 /usr/sbin/kamailio[3077]: INFO: usrloc

[SR-Users] Questen uac register sip providers and redirect?

2012-12-21 Thread Thomas Hoellriegel
Hi all, I don.t find a howto to register sip providers from kamailio and rederect incoming calls to a host. I find only a description from the uac module. I have the sip providers: sipgate germany, sipgate uk and easybell. I like to register these providers with kamailio, and redirect

Re: [SR-Users] RADIUS authentication

2012-12-21 Thread Moacir Ferreira
Well… Sorry for this long post. I work 100% dedicated to SMB - Small Medium Business. In this market there is an enormous growth of multiples devices in all companies. Most of the SMB I work with are looking for: - Let their employees bring their own device (BYOD);- Enable chat, voice and

Re: [SR-Users] RADIUS authentication

2012-12-21 Thread Moacir Ferreira
Well… Sorry for this long post. I work 100% dedicated to SMB - Small Medium Business. In this market there is an enormous growth of multiples devices in all companies. Most of the SMB I work with are looking for: - Let their employees bring their own device (BYOD);- Enable chat, voice and

Re: [SR-Users] How to set variable externally

2012-12-21 Thread Olle E. Johansson
21 dec 2012 kl. 17:34 skrev Mino Haluz mino.ha...@gmail.com: Ok I did it like this, every xlog I'm calling is in the form: xlog(L_INFO,XLOG: $ci [ROUTENAME] debuginformation); and also after every sql_query I have xlog(L_INFO,XLOG: $ci [ROUTENAME] SQL: select * from ); and when

Re: [SR-Users] RADIUS authentication

2012-12-21 Thread Moacir Ferreira
Opening the previous message I saw it was messy... Here it goes again: Well… Sorry for this long post. I work 100% dedicated to SMB - Small Medium Business. In this market there is an enormous growth of multiples devices in all companies. Most of the SMB I work with are looking for: - Let

Re: [SR-Users] Queries

2012-12-21 Thread ankit
Hi Daniel, Thank You very Much for your response! But As i told you that i have installed successfully Siremis sip router. but I really don't know that How do i use it. Like How to generate call from it or receive. So i need Your Help. Please advise. Sincerely Ankit � Hello, have you