Re: [SR-Users] OpenSER/Kamailio Support? - Forwarding SIP INVITE Packets

2012-10-10 Thread Eddie Elric
Hello again, I was wondering if anyone has any sort of update on this issue please? I've been trying this for the past 2 weeks but I haven't been able to get anywhere... Maybe point me in the right direction? Thanks again. Best, Eddie On Wed, Sep 26, 2012 at 9:55 AM, Eddie Elric wrote: > Hel

[SR-Users] Get sip clients to work with sip:user@domain and ldap

2012-10-10 Thread Christophe ROY
Hello I'm quite new to SIP and TOIP so I may not understand the concepts correctly. I'm supposed to make work SIP clients (for now, linphone on android and windows) with a Kamailio 3.2 server and ldap authentication. Ldap authentication seems to be working fine, as the login/pass is validated aga

Re: [SR-Users] kamailio 3.3.1 - uac - remote register - init delay possible?

2012-10-10 Thread René Bormann
>> You added sleep(1000), which is sleep for 1000 seconds -- that's quite >>some time to wait (more than 15min) before sending next registration. that sleep(1000) was just for testing to be sure that our code is executed. but it with our "fix" the initial register start without any delay. so our

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] Errors issued by Kamailio

2012-10-10 Thread Sangeeta Shah
Any clue what the correct path is supposed to be - per the data in the xml and the path that's printed out by the module? Thanks, Sangeeta On Tue, Oct 9, 2012 at 2:38 PM, Sangeeta Shah wrote: > Daniel, >I don't know if this corresponds to the errors I was seeing before. > But on a closer loo

Re: [SR-Users] kamailio 3.3.1 - uac - remote register - init delay possible?

2012-10-10 Thread Rene Bormann
>> You added sleep(1000), which is sleep for 1000 seconds -- that's quite >>some time to wait (more than 15min) before sending next registration. that sleep(1000) was just for testing to be sure that our code is executed. but it with our "fix" the initial register start without any delay. so our

Re: [SR-Users] Kamailio/RTP Proxy issue

2012-10-10 Thread Kamal Palei
Dear Klaus Thanks for response. It really worked nicely. Regards Kamal On Tue, Oct 9, 2012 at 8:37 PM, Klaus Darilion wrote: > For messages from the main proxy use the r' flag when activating rtpproxy: > http://kamailio.org/docs/**modules/3.3.x/modules/**rtpproxy.html#id2548160

Re: [SR-Users] [sr-dev] TCP replace alias can cause core

2012-10-10 Thread Andrei Pelinescu-Onciul
On Oct 01, 2012 at 14:19, Jijo wrote: > We found a problem regarding TCP connection alias in the following code at > tcp_main.c: > > [...] > > As TCP_ALIAS_REPLACE flag is set for the default TCP options value, in the > function _tcpconn_add_alias_unsafe() a TCP connection alias can be moved >

Re: [SR-Users] [snmpstats] openserSIPRegRejectedRegistrations not being updated

2012-10-10 Thread Anatoly Ivanov
Thanks Daniel. I find it surprising that i am the only one interested in monitoring the failed registrations. The most obvious and easiest solution for me would be to make a one-line patch to count failed authentications as rejected regs in snmp stats. I cannot see any disadvantages to this, excep

Re: [SR-Users] segfault in siptrace module using setflag?

2012-10-10 Thread Daniel-Constantin Mierla
Do you got a new backtrace, still happening at different point in config? Can you try to compile with MEMDBG=1 and test again? Maybe we catch some faulty memop. Cheers, Daniel On 10/10/12 9:33 AM, samuel wrote: Yesterday I could not test it but this morning just tested git version: kamailio

Re: [SR-Users] segfault in siptrace module using setflag?

2012-10-10 Thread samuel
Yesterday I could not test it but this morning just tested git version: kamailio -V version: kamailio 3.3.1 (x86_64/linux) befbee flags: STATS: Off, USE_IPV6, USE_TCP, USE_TLS, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, F_MALLOC, USE_FUTEX, FAST

Re: [SR-Users] kamailio 3.3.1 - uac - remote register - init delay possible?

2012-10-10 Thread René Bormann
Thanks Daniel for you prompt answer.Find the patch file attached.- rené Daniel-Constantin Mierla Dienstag, 9. Oktober 2012 14:08 Hello, you added an extra parameter to the function as well, so there should be other modifications. Better send the patch