Re: [SR-Users] Kamailio Crashes when dispatcher failover is being applied

2016-07-20 Thread Daniel-Constantin Mierla
Hello, can you send the backtrace with gdb from the core file? The logs say the corefile was generated -- it should beeiter in / or in the workind directory you set for kamailio. Cheers, Daniel On 18/07/16 22:45, TEG AMJG wrote: > Dear list > > Im quite new to Kamailio and i found something whi

Re: [SR-Users] Managing concurrent ports

2016-07-20 Thread Grant Bagdasarian
Yeah, that make sense. I kinda figured it would :P Alright, thanks guys! :D -Original Message- From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Alex Balashov Sent: donderdag 21 juli 2016 02:12 To: sr-users@lists.sip-router.org Subject: Re: [SR-Users] Managing con

Re: [SR-Users] Managing concurrent ports

2016-07-20 Thread Alex Balashov
On 07/20/2016 06:43 PM, Alex Balashov wrote: On 07/20/2016 06:39 PM, Grant Bagdasarian wrote: Do you also store state in the database? No. In my experience, that attracts from the beauty of the experience. *detracts -- Alex Balashov | Principal | Evariste Systems LLC 1447 Peachtree Street

Re: [SR-Users] Managing concurrent ports

2016-07-20 Thread Alex Balashov
On 07/20/2016 06:39 PM, Grant Bagdasarian wrote: Do you also store state in the database? No. In my experience, that attracts from the beauty of the experience. -- Alex Balashov | Principal | Evariste Systems LLC 1447 Peachtree Street NE, Suite 700 Atlanta, GA 30309 United States Tel: +1-800

Re: [SR-Users] Managing concurrent ports

2016-07-20 Thread Grant Bagdasarian
Oh, nice! Thanks! Do you also store state in the database? From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Brooks Bridges Sent: woensdag 20 juli 2016 23:03 To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Managing concurrent ports We utilize the dialog

Re: [SR-Users] Managing concurrent ports

2016-07-20 Thread Brooks Bridges
We utilize the dialog module for concurrency control with several tens of thousands of channels at several thousand cps with zero issues. As long as you spec the hardware suitably and configure the module properly, you won't have any issues until you hit really crazy levels of traffic. I think

Re: [SR-Users] Managing concurrent ports

2016-07-20 Thread Alex Balashov
The dialog module remains the best-practical way of doing this, and it performs fine under high loads. It's either that, or build your own dialog state machine using htable or whatever. Except it won't be as good at dealing with all possible eventualities in the complex lifecycle of a dialog a

Re: [SR-Users] music on hold configuration

2016-07-20 Thread Robert Boisvert
Guarav, It seems that your kamailio.cfg is not setup to use MySQL. It says, "db_bind_mod(): Module db_mysql not found". You might want to review http://www.kamailio.org/docs/modules/devel/modules/db_mysql.html Bob On Wed, Jul 20, 2016 at 4:41 PM, Gaurav Bmotra wrote: > Hi Robert: > > 1. all t

Re: [SR-Users] Kamailio + rtpproxy + SRTP

2016-07-20 Thread Vasiliy Ganchev
Konstantin M. wrote > I have some problem with SSL+rtpproxy, kamailio successfully decodes SIP, > rtpproxy decodes SRTP frames, all is going to freeswitch unencrypted. FS > transfers the call back, the call is going unencrypted though kamailio, > kamailio encodes to SSL, but rtpproxy DOESN'T encode

[SR-Users] reading siptrace trace_on current value in script

2016-07-20 Thread ananda agrawal
Hi, Is it possible to check wether the trace_on for siptrace module is on or off from within the config script, e.g inside routing logic, thannks in advance -Anand ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@list

[SR-Users] Trouble with Asterisk behind Kamailio

2016-07-20 Thread Tickling Contest
Hello, I am following the instructions in http://kb.asipto.com/asterisk:realtime:kamailio-4.0.x-asterisk-11.3.0-astdb to configure my Kamailio and Asterisk (using PJSIP realtime with MySQL). I am able to get Kamailio register the clients (tested with Zoiper softphone), but having trouble getting a

Re: [SR-Users] music on hold configuration

2016-07-20 Thread Gaurav Bmotra
Hi Robert: 1. all the MOH uncommented 2. mohq_process() set now 3. rtpproxy module is loaded 4. tables created 5. Audio dir is created and Audio file is there But when srtart the kamailio it gives the error Jul 21 02:09:06 bmotra polkitd(authority

Re: [SR-Users] WEBRTC Confusion (2)

2016-07-20 Thread Zaka
Colin, There is gratitude for you for your time and exceptional consideration. I am really indebted, mate! Here in Albanian culture "I owe you a coffee" (no a dinner!) :) So as per your advice, I shall stick to the run of the mill clients at this stage, rather than reinvent a slightly better whee

Re: [SR-Users] music on hold configuration

2016-07-20 Thread Robert Boisvert
Gaurav, Your request is a little vague but the following things may be helpful: 1. Your configuration has commented out the module statements which disables it. - #loadmodule "mohqueue.so" - #modparam ("mohqueue", "db_url", "mysql://kamailio:kamailiorw@localhost/kamailio")

[SR-Users] music on hold configuration

2016-07-20 Thread Gaurav Bmotra
hi i m a new user of kamailio i have sertup kamailio SIP to SIP call going well but now i m tring to impliment Music On Hold i m this http://www.kamailio.org/docs/modules/devel/modules/mohqueue.html#table.parms but unable to impliment plz help me Hare i attache my kamailio config file --

Re: [SR-Users] Tsilo Tiimers

2016-07-20 Thread Federico Cabiddu
Hi, to set the timeout for a specific transaction you can use tm module function t_set_fr ( http://www.kamailio.org/docs/modules/devel/modules/tm.html#tm.f.t_set_fr). For example you could call it before suspending the transaction setting a short timeout and then call it again in the reply route wh

[SR-Users] Tsilo Tiimers

2016-07-20 Thread Nahum Nir
Hello, How can I chage the timer waiting for the client to send the register. i.e. how much time to wait for the push? Thanks, Nir ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip