Re: [SR-Users] Crash Kamailio 4.1.5

2014-09-19 Thread Igor Potjevlesch
Hello Daniel, Here is the config: # - acc params - /* what special events should be accounted ? */ modparam("acc", "early_media", 0) modparam("acc", "report_ack", 1) modparam("acc", "report_cancels", 1) /* by default ww do not adjust the direct of the sequential requests. if y

[SR-Users] Multi NIC

2014-09-19 Thread marino.mil...@alice.it
I've installed Kamailio on multi NIC server (192.168.1.0 & 172.16.1.0), and I've configured rtpproxy in bridged mode in order to manage RTP but I've some trouble during call between endpoint placed on different network. I've find an example regarding Kamailio+RTP in IPv4+IPv6..it's a good point t

[SR-Users] Kamailio & dbaliases

2014-09-19 Thread Marino Mileti
Hi to all, is it possible to define same alias for differents SIP ID? How? Documentations of "Alias_DB Module" says: "If the alias resolves to many SIP IDs, the first is replacing the R-URI, the rest are added as branches" ..but i've tried to add more SIPID with the same alias but system doesn

Re: [SR-Users] Multi NIC

2014-09-19 Thread Daniel-Constantin Mierla
Hello, On 19/09/14 11:12, marino.mil...@alice.it wrote: I've installed Kamailio on multi NIC server (192.168.1.0 & 172.16.1.0), and I've configured rtpproxy in bridged mode in order to manage RTP but I've some trouble during call between endpoint placed on different network. I've find an exa

Re: [SR-Users] Kamailio & dbaliases

2014-09-19 Thread Daniel-Constantin Mierla
Hello, what version are you using? It might be a constraint only at database layer -- remove the unique key there and give it a try. It should work ok in kamailio. Cheers, Daniel On 19/09/14 14:34, Marino Mileti wrote: Hi to all, is it possible to define same alias for differents SIP ID? H

Re: [SR-Users] Kamailio - Separated Servers

2014-09-19 Thread Daniel-Constantin Mierla
You need to add path with received on the websocket server between browser and register. Also, on the websocket server you need to do processing as for nat traversal. Cheers, Daniel On 18/09/14 23:04, Bruno Emer wrote: Ok, Daniel! I am trying exactly what you said, but for some reason the pr

Re: [SR-Users] Wrong from/to header compose way in print_to and print_from

2014-09-19 Thread dongwf
Hi Daniel: I added my fixing in attached t_msgbuilder.c, please take a review, mainly change in build_uac_req, print_to and print_from, thanks! At 2014-09-17 04:25:17, "Daniel-Constantin Mierla" wrote: Hello, your remarks seems legit -- if you send a patch, I will review and commit it. O

Re: [SR-Users] Wrong from/to header compose way in print_to and print_from

2014-09-19 Thread Daniel-Constantin Mierla
Hello, can you send the changes as patch (diff) file? If you got kamailio from git, then you can do: git diff > /path/to/file.patch It is easier to review the changes and be sure we are not overwriting a new version of the file. Cheers, Daniel On 19/09/14 12:57, dongwf wrote: Hi Daniel: I

[SR-Users] Siremis v4.1.0 Questions.

2014-09-19 Thread Mahmoud Ramadan Ali
Hello everyone, Please i want more clarification about what i can do with the Siremis v4.1.0 Can i configure Kamailio to load balance between multiple Asterisk servers and RTP proxy using the Siresmis web interface or i have to interface with the Kamailio configuration file and do that manually...?