[SR-Users] Edge Proxy, how is it supposed to work?

2015-08-14 Thread Daniel Tryba
The documentation for outbound contains sample configs for edge proxy and registrar configs: http://kamailio.org/docs/modules/4.2.x/modules/outbound.html I tried to implement these but I don't see anything happen concerning the outbound module. What is supposed to happen to make it work? The ma

[SR-Users] Siremis docker

2015-08-14 Thread Sylvain Boily
Hello, I did a docker image for siremis, if some people want to play easily like me with kamailio and siremis ;) Info here : https://github.com/sboily/dockerfile/tree/master/siremis or : https://hub.docker.com/r/quintana/siremis/ Have a good day. Sylvain _

Re: [SR-Users] multi-process not multi-threading

2015-08-14 Thread Alex Balashov
Generally speaking, no, it's not worth it. Speaking specifically, there's some disagreement on that topic, as past discussions on the list evidence. My personal experience has been diminishing returns when n(sip workers) > n(nproc). -- Alex Balashov | Principal | Evariste Systems LLC 303 Perime

Re: [SR-Users] multi-process not multi-threading

2015-08-14 Thread Daniel Tryba
On Friday 14 August 2015 09:09:44 Alex Balashov wrote: > Kamailio technically uses multiple forked processes, not multiple threads, > but the end-result is the same. And multiple processes certainly run on > multiple cores. My guess is Ali is asking a different question: If there are n cpus and

Re: [SR-Users] multi-process not multi-threading

2015-08-14 Thread Alex Balashov
No, it does not mean that. :-) Multi-process vs. multi-threading is just a technical distinction amongst different kinds of "threads" that can be spawned. Kamailio technically uses multiple forked processes, not m

Re: [SR-Users] Handling Hold

2015-08-14 Thread Daniel Tryba
On Thursday 13 August 2015 14:29:10 Fred Posner wrote: > Always fun integrating with proprietary pbx's... is there a way that is > "generally accepted" as handling hold invites from devices such as Mitel > or Toshiba? > > We're not proxying the media, so these devices are trying to send an > Invit

[SR-Users] multi-process not multi-threading

2015-08-14 Thread Ali Taher
Hello, Can you please help me to well understand this statement : Kamailio is a multi-process application not multi-threading Does this mean that if we have a machine with one processor of 8 cores , kamailio cannot process more than 1 call at the same time ? Any help would be appreciated.

Re: [SR-Users] dmq_usrloc

2015-08-14 Thread Charles Chance
Hi, I'm not sure why, but the dmq_usrloc module was written with the usrloc domain hardcoded as "location". I intend to address that along with some other improvements but in the meantime, try changing your call to save() to use "location" instead of "kam_location"... save("location"); Please r

Re: [SR-Users] dmq_usrloc

2015-08-14 Thread Kelvin Chua
4.3.1 kamctl ul show shows blank on the other machine. the registrar is ok. here is the DMQ message captured using ngrep KDMQ sip:usrloc@1.2.3.4:5090 SIP/2.0. Via: SIP/2.0/UDP 1.2.3.4:5080 ;branch=z9hG4bK97d1.f42de484.0. To: . From: ;tag=c5ea0db92ae4ac0758f8c2b12d8addf4-4

[SR-Users] CNXCC

2015-08-14 Thread Keith
Hi All, I have CNXCC setup, it is kind of working but when I run kamcmd cnxcc.check_client the call information is still there even when the call is disconnected. Is this right? I basically want to make sure a customer can only have x number of simultaneous calls. Thanks Keith __