Re: [SR-Users] unregister user when kamailio looses TCP connection.

2013-08-26 Thread Olle E. Johansson
27 aug 2013 kl. 08:27 skrev "Olle E. Johansson" : > > 27 aug 2013 kl. 00:29 skrev Vitaliy Aleksandrov : > >> Hello, >> >> I've made a patch to kamailio-4.0.3 which removes stale registration when >> kamailio looses an incoming tcp connection. >> Of course this patch needs more work. >> >> Si

Re: [SR-Users] unregister user when kamailio looses TCP connection.

2013-08-26 Thread Olle E. Johansson
27 aug 2013 kl. 00:29 skrev Vitaliy Aleksandrov : > Hello, > > I've made a patch to kamailio-4.0.3 which removes stale registration when > kamailio looses an incoming tcp connection. > Of course this patch needs more work. > > Since the are no direct references between user location contacts a

[SR-Users] unregister user when kamailio looses TCP connection.

2013-08-26 Thread Vitaliy Aleksandrov
Hello, I've made a patch to kamailio-4.0.3 which removes stale registration when kamailio looses an incoming tcp connection. Of course this patch needs more work. Since the are no direct references between user location contacts and tcp connections callback function uses linear search through

[SR-Users] Call Baring

2013-08-26 Thread arun Jayaprakash
Hello, with outgoing white list/black list I am able to put a prefix in the user preference table to block certain out going calls.  In the same way is it possible to block incoming calls depending on certain prefixes ( like 1-800)? Regards, A ___ SI

Re: [SR-Users] What does this mean...

2013-08-26 Thread Marc Soda
Take a look at where route(frompstn) is being called. It's probably in a 'if' statement, meaning that if the source address is the pstn.gw_ip, then return TRUE. Returning -1 is like saying, FALSE. ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-

Re: [SR-Users] What does this mean...

2013-08-26 Thread arun Jayaprakash
Thanks Marc, so in the following module what happens if either 1 or -1 is returned? #!ifdef WITH_PSTN route[FROMPSTN] {     if($si==$sel(cfg_get.pstn.gw_ip))     return 1;     return -1; } #!endif Thank you, A From: Marc Soda To: arun J

Re: [SR-Users] Config debugging

2013-08-26 Thread Daniel-Constantin Mierla
Hello, from the log, the alias should be in r-uri unless there is a strict record router somewhere. You should post here the sip trace from invite to ack to look at the signaling. Cheers, Daniel On 8/26/13 7:50 PM, Marc Soda wrote: (Sorry for the double post) I trying to debug why Kamailio

Re: [SR-Users] What does this mean...

2013-08-26 Thread Marc Soda
I think I found my missing ACKs! Can anyone tell me why they work be being sent to the loopback interface? The destination address is still the external (eth0) IP. On Mon, Aug 26, 2013 at 3:36 PM, Marc Soda wrote: > It's checking the source of the current message. If the source address of >

Re: [SR-Users] [OT] Video processing of Kamailio Word recordings

2013-08-26 Thread David | StyleFlare
Look at Amazon they have a new hosted service for media. Elastic Transcoder. On 8/26/13 12:53 PM, Daniel-Constantin Mierla wrote: Hello, I have few GB with the recordings of presentations from Kamailio World, but they are in full HD format and need to be processed for uploading to one of

Re: [SR-Users] What does this mean...

2013-08-26 Thread Marc Soda
It's checking the source of the current message. If the source address of the message equals the variable pstn.gw_ip, return 1, otherwise return -1; On Mon, Aug 26, 2013 at 3:33 PM, arun Jayaprakash wrote: > This is a very basic question, but can someone let me know what this line > means? > >

[SR-Users] What does this mean...

2013-08-26 Thread arun Jayaprakash
This is a very basic question, but can someone let me know what this line means? if($si==$sel(cfg_get.pstn.gw_ip))     return 1;     return -1; Thank you, A ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-

Re: [SR-Users] [OT] Video processing of Kamailio Word recordings

2013-08-26 Thread Fred Posner
I have a vimeo account that can host a few of them once they are ready. --fred On 8/26/13 12:53 PM, Daniel-Constantin Mierla wrote: Hello, I have few GB with the recordings of presentations from Kamailio World, but they are in full HD format and need to be processed for uploading to one of the

[SR-Users] Config debugging

2013-08-26 Thread Marc Soda
(Sorry for the double post) I trying to debug why Kamailio is dropping certain ACKs. I have debug level set to 4 and cfgtrace on. The last thing I see in the log for my missing ACKs is: Aug 26 12:22:29 eng-reg1 kamailio: ERROR: *** cfgtrace: c=[/etc/kamailio/kamailio.cfg] l=789 a=16 n=if Aug 26

Re: [SR-Users] [OT] Video processing of Kamailio Word recordings

2013-08-26 Thread Manwe
El Mon, 26 Aug 2013 18:53:21 +0200 Daniel-Constantin Mierla escribió: > Hello, > > I have few GB with the recordings of presentations from Kamailio World, > but they are in full HD format and need to be processed for uploading to > one of the web sites hosting videos. Not being familiar with v

[SR-Users] [OT] Video processing of Kamailio Word recordings

2013-08-26 Thread Daniel-Constantin Mierla
Hello, I have few GB with the recordings of presentations from Kamailio World, but they are in full HD format and need to be processed for uploading to one of the web sites hosting videos. Not being familiar with video processing, I am asking here to see if anyone can give some hits about wha

[SR-Users] (no subject)

2013-08-26 Thread Marc Soda
I trying to debug why Kamailio is dropping certain ACKs. I have debug level set to 4 and cfgtrace on. The last thing I see in the log for my missing ACKs is: Aug 26 12:22:29 eng-reg1 kamailio: ERROR: *** cfgtrace: c=[/etc/kamailio/kamailio.cfg] l=789 a=16 n=if Aug 26 12:22:29 eng-reg1 kamailio:

[SR-Users] [Event] Kamailio at Astricon 2013

2013-08-26 Thread Daniel-Constantin Mierla
Hello, I just want to announce that we will have a consistent presence this year at Astricon - it is the 10th edition, taking place in Atlanta, GA, USA, during October 8-10, 2013. Using Kamailio and Asterisk together is very common and we want to make sure everyone uses properly the best of

Re: [SR-Users] Web socket Feature

2013-08-26 Thread Gertjan Wolzak
Hello Vijay, What kind of answer do you expect? Rupayan has attached an example Kamailio configuration, you just have to edit it to comply with your situation. Or do you have other questions? Please then ask the questions, elaborate on what you have tried and what are the problems you run into.

[SR-Users] Web socket Feature

2013-08-26 Thread Vijay Thakur
Dear All Members, I am not getting the answer of my queries from anywhere. So sorry to post again. I have installed Kamailio 4.0 in Ubuntu 12.04 and i am able to test chat, voip calls, screen sharing with Jitsi client. This is a test server. I have to test web socket feature of Kamailio 4.0

Re: [SR-Users] Websocket Feature Test

2013-08-26 Thread Rupayan Dutta
sample kamailio.cfg is attached. On Mon, Aug 26, 2013 at 2:46 PM, Vijay Thakur wrote: > Dear All, > > > Recently, I have install Kamailio 4.0. In this new release i want to test > websocket > feature in available in this version. How i can i make calls from Web > browser. Is there any one in t

[SR-Users] Websocket Feature Test

2013-08-26 Thread Vijay Thakur
Dear All, Recently, I have install Kamailio 4.0. In this new release i want to test websocket feature in available in this version. How i can i make calls from Web browser. Is there any one in the list, share his experience. Thanks in advance. Vijay Thakur

[SR-Users] Carrierroute

2013-08-26 Thread Lucky Santiago
I have kamailio 4.0.2 installed on Ubuntu 12.04.1 and I already have user/subscriber registered and PSTN routing already working fine (outgoing call) i just need to add config on kamailio.cfg (modparam, ifdefs, routing logic, etc) to make this carrierroute module work based on the db entries i