Re: [SR-Users] Disable DNS

2017-04-10 Thread Daniel Tryba
On Sat, Apr 08, 2017 at 09:24:29PM -0300, Diego Nadares wrote: > ERROR: [resolve.c:1694]: sip_hostport2su(): could not resolve hostn > ame. > > Reconfigure those gw it's not possible. There are a lot of them and a lot > of people that won't like that idea. > > Is possible to disable it? or What

Re: [SR-Users] [SOLVED] "kamdbctl create" failed

2017-04-10 Thread Daniel-Constantin Mierla
Hello, On 10.04.17 07:16, Tim Makarios wrote: > Hi, > > I followed the instructions at > https://www.kamailio.org/wiki/packages/debs > for getting kamailio50 on Ubuntu Trusty, and it successfully got me > that version on Trisquel 7. great, thanks for sharing how you solved, it may help others

[SR-Users] Kamailio 5.0 can't get version of the RTP proxy

2017-04-10 Thread Yebe diomande Keffa
Hello Getting this issu on Kamaiio 5.0 ( install from GIT): Apr 10 10:47:42 ns3033789 /usr/local/sbin/kamailio[11496]: WARNING: rtpproxy [rtpproxy.c:1366]: rtpp_test(): can't get version of the RTP proxy Apr 10 10:47:42 ns3033789 /usr/local/sbin/kamailio[11488]: WARNING: rtpproxy [rtpproxy.c:140

Re: [SR-Users] Kamailio 5.0 can't get version of the RTP proxy

2017-04-10 Thread Alex Balashov
Have you ascertained that rtpproxy is actually running after you start it? On Mon, Apr 10, 2017 at 09:00:44AM +, Yebe diomande Keffa wrote: > Hello > > Getting this issu on Kamaiio 5.0 ( install from GIT): > Apr 10 10:47:42 ns3033789 /usr/local/sbin/kamailio[11496]: WARNING: rtpproxy > [rtp

Re: [SR-Users] Kamailio 5.0 can't get version of the RTP proxy

2017-04-10 Thread Yebe diomande Keffa
YES, i think rtpproxy is running root@ns3033789:/usr/local/src/kamailio-5.0/rtpproxy# netstat -np | grep 7722 udp0 0 127.0.0.1:43042 127.0.0.1:7722 ESTABLISHED 13084/kamailio udp0 0 127.0.0.1:38992 127.0.0.1:7722 ESTABLISHED 13062/ka

Re: [SR-Users] How do i build MSRP chat bot?

2017-04-10 Thread Daniel-Constantin Mierla
Hello, the standard MSRP session starts with and INVITE. What do you want to achieve, answer the invite, have a chat and then reconnect the caller to another MSRP endpoint? Or hold a bit the INVITE until the target connects to the system (e.g., after a push notification)? Cheers, Daniel On 07.0

Re: [SR-Users] Transaction Lookup Failing

2017-04-10 Thread Daniel-Constantin Mierla
Hello, if you run with debug=3, isn't there any hint in the logs from tm module why the cancel is not matched to an invite? If you want us to investigate, send the logs with debug=3 and pcap with the sip messages for the failure case. Cheers, Daniel On 09.04.17 01:56, Colin Morelli wrote: > He

Re: [SR-Users] Kamailio 5.0 can't get version of the RTP proxy

2017-04-10 Thread Daniel-Constantin Mierla
iirc, with that log message the rtpproxy is not starting if you don't provide the -u or -F parameter. The netstat shows only kamailio as application, no rtpproxy. See if rtpproxy is in the process running table, like: ps -auxw | grep -i rtpproxy Cheers, Daniel On 10.04.17 11:21, Yebe diomande

Re: [SR-Users] Transaction Lookup Failing

2017-04-10 Thread Daniel-Constantin Mierla
Ahh, I read first the initial email and already I responded to it, so ignore that one -- anyhow, there should be good hints for someone facing similar situation. Cheers, Daniel On 09.04.17 03:28, Colin Morelli wrote: > Apologies for the false alarm here - Kamailio was not to blame. > > There was

Re: [SR-Users] How do i build MSRP chat bot?

2017-04-10 Thread mack
Hey Daniel, She wants to put them on hold and ideally send them a MSRP message saying “Please wait for us to find a person to speak with”. Once someone becomes free, we want to bridge the session. We found that if the MSRP Client doesn’t connect within a certain period of time it kills the

Re: [SR-Users] Kamailio 5.0 can't get version of the RTP proxy

2017-04-10 Thread Yebe diomande Keffa
After started with  -F as mentioned above, i got : rtpproxy -F -l 5.135.177.203 -s udp:localhost:7722 Log message Apr 10 11:47:03 ns3033789 /usr/local/sbin/kamailio[3120]: INFO: rtpproxy [rtpproxy.c:1386]: rtpp_test(): rtp proxy found, support for it enabled When i check : root@ns3033789

[SR-Users] Introduction

2017-04-10 Thread Nicolas Pace
Hi Everyone! I just wanted to introduce myself, before blasting the list with questions (just kidding!). My name is Nicolás Pace, I'm a Community Networks advocate from Argentina. I'm working on a community project for Rhizomatica [0], which is an amazing organization that promotes Community Cell

Re: [SR-Users] INFO: Shifting mailing lists to kamailio.org domain

2017-04-10 Thread Daniel-Constantin Mierla
Not seeing anything against so far, I am going to shift the sr-users and sr-dev to use kamailio.org top domain. Cheers, Daniel On 03.04.17 14:56, Daniel-Constantin Mierla wrote: > Hello, > > I think it is time to migrate the mailing lists under kamailio.org > domain, respectively use lists.kamail

Re: [SR-Users] Introduction

2017-04-10 Thread Daniel-Constantin Mierla
Hello, thanks for sharing the story with Kamailio community! It looks like a very interesting to project you try to achieve at Rhizomatica. I am sure there will be people here on mailing list trying to help as mus as possible whenever you have questions, the community is very friendly and responsi

Re: [SR-Users] Introduction

2017-04-10 Thread Alberto Llamas
Hi Nicolas, it looks like a very interesting project. As Daniel said, the community here is very responsive and some of us speak Spanish. Looking forward to help on this project. Regards, On Mon, Apr 10, 2017 at 8:20 AM, Nicolas Pace wrote: > Hi Everyone! > > I just wanted to introduce myself

[SR-Users] snmpstats issue

2017-04-10 Thread Igor Potjevlesch
Hello, On one of my Kamailio server, I don't have data returned by KAMAILIO-MIB::. KAMAILIO-SIP-COMMON-MIB and KAMAILIO-SIP-SERVER-MIB look to work good. Everything is configured as the other Kamailio instances, but there is nothing about current dialog even if the module is loaded into Kamai

Re: [SR-Users] snmpstats issue

2017-04-10 Thread Daniel-Constantin Mierla
Hello, if you do 'kamctl stats', do you see values for dialog statistics? (you should be able to do do 'kamctl stats dialog' to get only them). Cheers, Daniel On 10.04.17 15:18, Igor Potjevlesch wrote: > > Hello, > > > > On one of my Kamailio server, I don't have data returned by > KAMAILIO-MI

Re: [SR-Users] Disable DNS

2017-04-10 Thread Diego Nadares
Hi Daniel, Thanks for your response. Your suggestion helped me a lot. We don't use domains so instead a domain I set the ip address ($Ri). I added this to my cfg. I don't know if is the right place. Whay do you think? request_route { . remove_hf("Route"); if (is_method

Re: [SR-Users] Disable DNS

2017-04-10 Thread Daniel Tryba
On Mon, Apr 10, 2017 at 12:34:51PM -0300, Diego Nadares wrote: > Thanks for your response. Your suggestion helped me a lot. We don't use > domains so instead a domain I set the ip address ($Ri). Just took a look at the dns options, strangely enough there is no way to disable it apparently. > I a

Re: [SR-Users] snmpstats issue

2017-04-10 Thread Igor Potjevlesch
Hello Daniel, No. It's empty: kamctl stats dialog dialog:active_dialogs = 0 dialog:early_dialogs = 0 dialog:expired_dialogs = 0 dialog:failed_dialogs = 0 dialog:processed_dialogs = 0 Regards, Igor. De : sr-users [mailto:sr-users-boun...@lists.sip-router.org] De la part de Danie

Re: [SR-Users] Introduction

2017-04-10 Thread Nicolas Pace
On Mon, 2017-04-10 at 09:11 -0400, Alberto Llamas wrote: > Hi Nicolas, Hi guys! > > it looks like a very interesting project. As Daniel said, the > community here is very responsive and some of us speak Spanish. > > Looking forward to help on this project. Thanks for the warm welcome! Hope to

[SR-Users] Authentication on Kamailio with MySQL

2017-04-10 Thread Nicolas Pace
Hi everyone, I'm having some trouble setting up a simple Kamailio installation with user authentication. I've installed a kamailio (4.3.4) base install on an ubuntu server 16.04 (x86/64) on virtualbox, and added this lines at the beginning of the file: ``` #!KAMAILIO #! define WITH_MYSQL #! defi

Re: [SR-Users] Disable DNS

2017-04-10 Thread Diego Nadares
Thanks again Daniel. Cheers, Diego 2017-04-10 13:14 GMT-03:00 Daniel Tryba : > On Mon, Apr 10, 2017 at 12:34:51PM -0300, Diego Nadares wrote: > > Thanks for your response. Your suggestion helped me a lot. We don't use > > domains so instead a domain I set the ip address ($Ri). > > Just took a l

Re: [SR-Users] Authentication on Kamailio with MySQL

2017-04-10 Thread SamyGo
Maybe a restart on kamailio service wasn't done. Or maybe you're editing a different config file while kamailio is using something else ! Otherwise I dont see anything missing. -- Sammy On Mon, Apr 10, 2017 at 4:08 PM, Nicolas Pace wrote: > Hi everyone, > > I'm having some trouble setting up a

Re: [SR-Users] Authentication on Kamailio with MySQL

2017-04-10 Thread Nicolas Pace
On Mon, 2017-04-10 at 17:15 -0400, SamyGo wrote: > Maybe a restart on kamailio service wasn't done. Or maybe you're > editing a different config file while kamailio is using something > else ! > Otherwise I dont see anything missing. Well... did my first rookie mistake. The issue was that I mistak

Re: [SR-Users] Authentication on Kamailio with MySQL

2017-04-10 Thread Alex Balashov
:-) Kamailio's route script is brutally unforgiving in this regard. Welcome to the community! -- Alex > On Apr 10, 2017, at 5:38 PM, Nicolas Pace wrote: > >> On Mon, 2017-04-10 at 17:15 -0400, SamyGo wrote: >> Maybe a restart on kamailio service wasn't done. Or maybe you're >> editing a differ