[SR-Users] Queries

2012-12-18 Thread Ankit sharma
Hi, I have newly installed Siremis sip router. But I have no idea How I could start or How do I start calls? If you can provide me any Manual so it would be great. Sincerely Ankit ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-

Re: [SR-Users] NAT Traversal issue

2012-12-18 Thread Raj Roy Ghandhi
Hi All, Problem solved. It was a CODEC issue. Best Regards, Roy. On Tue, Dec 4, 2012 at 3:58 AM, Raj Roy Ghandhi wrote: > Hi, > My Kamalio development version works very well with websocket and webrtc > clients. > But when I try to call the guy in remote area (he had connected to the > same serv

[SR-Users] Video conference with many users

2012-12-18 Thread Raj Roy Ghandhi
Hi, I want to do web (HTML5 + WebRTC) Sip client which can do the video conference with multiple users. Current release of SIPML does 1 to 1 call. I have no idea of conference with many users. Is it the client that we need to modify to accept call and join the conference ?

[SR-Users] obsoleting modules_s/*radius modules

2012-12-18 Thread Daniel-Constantin Mierla
Hello, according to the archive, modules_s/*radius modules were kept because of duplicate and incompatible auth modules at the time there was an attempt to remove them: - http://lists.sip-router.org/pipermail/sr-users/2010-June/064318.html Now there is a single auth modules, thus I guess the

[SR-Users] Question registering sip providers in kamailio and forward all?

2012-12-18 Thread Thomas Hoellriegel
Hi all, I.m. a newbi in Kamailio. My problem: I.m. a blind user and i programmed a voicechat in Freeswitch. 3 have 2 sip providers. vodafone.de sipgate.at and freenet.de. The problem: i must register these proviers in kamailio. And forward all incoming calls to Freeswitch, and outgoing calls fr

[SR-Users] Kamailio v3.3.2 Released

2012-12-18 Thread Daniel-Constantin Mierla
Hello, Kamailio SIP Server v3.3.3 stable release is out. This is a maintenance release of the latest stable branch, 3.3, that includes fixes since release of v3.3.3. There is no change to database schema or configuration language structure that you have to do on installations of v3.3.0, v3.3.

[SR-Users] Kamailio v3.3.3 Released

2012-12-18 Thread Daniel-Constantin Mierla
Hello, Kamailio SIP Server v3.3.3 stable release is out. This is a maintenance release of the latest stable branch, 3.3, that includes fixes since release of v3.3.3. There is no change to database schema or configuration language structure that you have to do on installations of v3.3.0, v3.3.

Re: [SR-Users] Planning next minor release - v3.3.3

2012-12-18 Thread Daniel-Constantin Mierla
quick note to say that the packaging will start very soon, any change to branch 3.3 should be announced first on sr-dev. After the announcement with release of v3.3.3 is done, commits can go again directly to branch 3.3 Cheers, Daniel On 12/17/12 8:54 PM, Daniel-Constantin Mierla wrote: Hello

Re: [SR-Users] Bug in uac_replace_from if used more than once?

2012-12-18 Thread Daniel-Constantin Mierla
Hello, On 12/18/12 11:44 AM, Daniel Tryba wrote: On Tuesday 18 December 2012 09:21:24 Daniel-Constantin Mierla wrote: you have to use it only once -- this is due to how the changes are done to the sip message headers, but also because of adding a special parameter to record-route header. It is

Re: [SR-Users] Bug in uac_replace_from if used more than once?

2012-12-18 Thread Daniel Tryba
On Tuesday 18 December 2012 09:21:24 Daniel-Constantin Mierla wrote: > you have to use it only once -- this is due to how the changes are done > to the sip message headers, but also because of adding a special > parameter to record-route header. It is its well known behavior since > more than 10

[SR-Users] Decode contact with user paramer

2012-12-18 Thread Gareth Rylance
When using the siputils function encode_contact() on a message that contains a user parameter e.g. ;tag=88930 it encodes fine e.g. but decode_contact() errors due to the ";" (there is an explicit check for it in the code) I am currently working round this using $rU = $(rU{s.replace,;,:});

Re: [SR-Users] recreating kamilio_fifo without restart

2012-12-18 Thread Daniel-Constantin Mierla
Hello, even if you create it, it is not going to work, because the file descriptor in kamailio points to a different address, the solution is to restart kamailio. Perhaps the -v has to be replaced with something else, it seems to be a common issue. Cheers, Daniel On 12/16/12 2:47 PM, Uri

Re: [SR-Users] dlg_manage() and add_contact_alias() problem

2012-12-18 Thread Daniel-Constantin Mierla
Hello, indeed, checking the sources seems to be an issue for the moment. First is related to how the alias is added -- the contact is updaed by chunks, it should be at once, with a special flag to be visible by other modules (like fixed_nated_contact()). But this is not all, the added aliase

Re: [SR-Users] Support

2012-12-18 Thread Daniel-Constantin Mierla
Hello, yes, kamailio/ser support video calls out of the box, because it does not do media stream processing. Cheers, Daniel On 12/17/12 2:18 PM, Murali Krish wrote: Hi this is Murali krishnan i am final student of master degree in Dalhousie University, I am Working on my project, i m need of

Re: [SR-Users] From sip phone to provider trunk

2012-12-18 Thread Daniel-Constantin Mierla
Hello, look at uac module with its authentication functions. But be aware of its limitations. A proxy cannot authenticate fully RFC compliant in behalf of users, for that you need a b2bua -- however, there is a chance that works with uac workaround. Cheers, Daniel On 12/17/12 7:14 PM, andre

Re: [SR-Users] Bug in uac_replace_from if used more than once?

2012-12-18 Thread Daniel-Constantin Mierla
Hello, you have to use it only once -- this is due to how the changes are done to the sip message headers, but also because of adding a special parameter to record-route header. It is its well known behavior since more than 10 years ago. Wait until you know what is the final version of the h

[SR-Users] p_usrloc registration update problem

2012-12-18 Thread Hans Goossens
Hi, I'm testing the p_usrloc module (Kamailio version 3.3.2, installed via ubuntu package) and it looks like it's working but for some reason a re-registration is causing a new entry being added to the distributed location table instead of updating the existing one. The kamailio configuratio