[SR-Users] invalid version 6 for table starting from git rev 78dae896127ce6762e3fa7c2541e1b5f9b8a9023

2012-09-28 Thread siklub
Hi All, This is what i have done. * get kamailio from git git clone git://git.sip-router.org/sip-router * Installing kamailio from working rev A * destroy the database * update kamailio code from git * installing kamailio from not working rev B * create the database again (kamdbctl create) * start

[SR-Users] dispatching xcap requests

2012-09-28 Thread Juha Heinanen
is it possible to use kamailio based dispatcher to dispatch also xcap requests to one or more kamailio instances that serve them, i.e., is it possible to call t_relay in event_route [xhttp:request]? -- juha ___ SIP Express Router (SER) and Kamailio (Ope

Re: [SR-Users] Kamailio sip user authentication

2012-09-28 Thread martian
Hi. It is not true a and you are just not using modules responsible for authentication (if you are using the default configuration). However, those modules are preconfigured as well as the routing logic. All you have to do is set up a database (if you want persistent (not ram) data storage for u

Re: [SR-Users] invalid version 6 for table starting from git rev 78dae896127ce6762e3fa7c2541e1b5f9b8a9023

2012-09-28 Thread Daniel-Constantin Mierla
Hello, this is for development branch and should be now fixed in GIT master -- it was an increase of the version table done only to the table definition, not in the module. Pull the latest version and try again. Thanks, Daniel On 9/28/12 9:03 AM, siklub wrote: Hi All, This is what i have

Re: [SR-Users] dispatching xcap requests

2012-09-28 Thread Daniel-Constantin Mierla
On 9/28/12 9:20 AM, Juha Heinanen wrote: is it possible to use kamailio based dispatcher to dispatch also xcap requests to one or more kamailio instances that serve them, i.e., is it possible to call t_relay in event_route [xhttp:request]? no, you can use a http proxy in front. Kamailio can act

Re: [SR-Users] dispatching xcap requests

2012-09-28 Thread Peter Dunkley
Hi, I use NGiNX in front of Kamailio XCAP (installed on the same server as a Kamailio load-balancer using dispatcher). It works well. Regards, Peter On Fri, 2012-09-28 at 11:08 +0200, Daniel-Constantin Mierla wrote: > On 9/28/12 9:20 AM, Juha Heinanen wrote: > > is it possible to use kamailio

[SR-Users] Kamailio CDR logging to DB

2012-09-28 Thread Tayeb Meftah
hi everyone, can someone show me how to save cdr's into db ? i enabled acc in the default config but still no cdr in the acc table thank you -- Tayeb Meftah General director Voice of the blind ™ broadcast freedom http://www.vobradio.org/ Phones: Algeria: +213-660-347746 UK, London: +442032983627

Re: [SR-Users] invalid version 6 for table starting from git rev 78dae896127ce6762e3fa7c2541e1b5f9b8a9023

2012-09-28 Thread siklub
On Fri, Sep 28, 2012 at 4:06 PM, Daniel-Constantin Mierla wrote: > Hello, Hi > > this is for development branch and should be now fixed in GIT master -- it > was an increase of the version table done only to the table definition, not > in the module. Yes, i'm aware that it is development branch

[SR-Users] Kamailio sip domain

2012-09-28 Thread Burak ÖZTÜRK
Hi, What is the sip domain in kamctlrc file? Can I change it whatever I want? Is it must be a valid sip domain? Can I give a name like "mysipdomain.com", but there is no server with this name? ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-use

[SR-Users] Locate UA in usrloc table

2012-09-28 Thread Vitaliy Aleksandrov
Hi all. Is there any easy method to find if somebody with $si:$sp is registered (usrloc->received.ip == $si, usrloc->received.port == $sp) ? reg_fetch_contacts uses uri as search key, but in my case I don't have it. The only way I know is to write a module that will use "get_all_ucontacts" fu

[SR-Users] FreeSWITCH | Kamailio MWI forwarding

2012-09-28 Thread Tayeb Meftah
hello we're using Kamailio / freeswitch freeswitch is the Voicemail server now. please how to forward MWI bethwan kamailio and Freeswitch? if user 1000 have a vm i want kamailio to fetch it from FS and advertise it to the subscriber thank you -- Tayeb Meftah General director Voice of the blind ™

Re: [SR-Users] Kamailio sip domain

2012-09-28 Thread Moritz Graf
Hi, i'll try to answer the not Kamailio specific questions... Usually it's not a problem of the Server if mysipdomain.com does not complete to the Servers IP-Address. But many clients are not configurable, so that the sip-realm does not resolv to the Servers IP-Adress. Although it eases things if

Re: [SR-Users] [sr-dev] SRV record in via header not resolving.

2012-09-28 Thread Jijo
HI Daniel. Please find the diff based on kamailio version 3.3.1 PGA:/mnt/o/kamailio-3.3.1 # diff -u msg_translator.c.orig msg_translator.c --- msg_translator.c.orig 2012-09-28 09:41:23.391344100 -0300 +++ msg_translator.c2012-09-28 05:52:36.056491600 -0300 @@ -190,7 +190,7 @@ * resol

Re: [SR-Users] DB accounting missing if t_newtran() is called explicitly

2012-09-28 Thread Andrew Pogrebennyk
Hi Daniel, Thank you for this advice.. I'm still struggling to get it work, still no luck even with t_flush_flags() immediately after setflag(). Maybe I will try to reproduce it during the weekend with kamailio default config. FTR the version used is kamailio 3.3.1. On 09/27/2012 05:17 PM, Daniel