From nehru.indu at gmail.com Fri Feb 5 19:04:54 2010 From: nehru.indu at gmail.com (indiver nehru) Date: Sat, 6 Feb 2010 08:34:54 +0530 Subject: [RTPproxy Users] Rtpproxy voice Disturbance Message-ID: <97285c811002051904m1ac9dd1ete82790c618bb7b2b@mail.gmail.com> Hi Everyone, I'm facing the same problem as the other guy vikram facing. When i heard the recorded file, a lot of noise is occuring in recorded files. I'm not able to hear the recorded voice clearly. Is that problem in rtpproxy or rtpbreak, sox. I'm using the following commands to convert rtp files to wav as mentioned in the mailing list. *RTPBREAK:* ./rtpbreak -W -r 9fc07263-4bcb31af\@192.168.3.10 \=9c989ad31fa3a3ffo3\;1.o.rtp ./rtpbreak -W -r 9fc07263-4bcb31af\@192.168.3.10 \=9c989ad31fa3a3ffo3\;1.a.rtp *SOX:* sox --combine merge -r 8k -A rtp.0.0.raw -r 8k -A rtp.1.0.raw -t wavpcm -s out.wav. Regards, Nehru. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.rtpproxy.org/pipermail/users/attachments/20100206/b47242ee/attachment.htm From infos at e-blokos.com Tue Feb 9 16:13:10 2010 From: infos at e-blokos.com (E-Blokos) Date: Tue, 9 Feb 2010 19:13:10 -0500 Subject: [RTPproxy Users] transcoder Message-ID: Hi there, happy to be freshly registered in this emailist, and I'm new to in VOIP world. Is there any version or patch for last version of rtproxy that allow it to transcode audio/(video?) codecs in transparently for the users ? Best Regards Franck -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.rtpproxy.org/pipermail/users/attachments/20100209/39de7a84/attachment.htm From R.Voermans at global-e.nl Mon Feb 15 13:59:08 2010 From: R.Voermans at global-e.nl (Ronald Voermans) Date: Mon, 15 Feb 2010 22:59:08 +0100 Subject: [RTPproxy Users] Automatic Bridging Message-ID: <126B2996-0202-417A-B488-1BDCCCE63C9F@global-e.nl> Hi, I have two questions: 1. Does the latest *stable* version of rtpproxy already support the automatic bridging? 2. If 1 -> Doest nathelper for kamailio 3.0.0 suports this automatic bridging? Thanks, Regards, Ronald Voermans -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.rtpproxy.org/pipermail/users/attachments/20100215/bf671016/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 1810 bytes Desc: not available Url : http://lists.rtpproxy.org/pipermail/users/attachments/20100215/bf671016/attachment.bin From sobomax at sippysoft.com Mon Feb 15 22:28:36 2010 From: sobomax at sippysoft.com (Maxim Sobolev) Date: Mon, 15 Feb 2010 22:28:36 -0800 Subject: [RTPproxy Users] Automatic Bridging In-Reply-To: <126B2996-0202-417A-B488-1BDCCCE63C9F@global-e.nl> References: <126B2996-0202-417A-B488-1BDCCCE63C9F@global-e.nl> Message-ID: <4B7A3B14.5070808@sippysoft.com> Ronald Voermans wrote: > > Hi, > > I have two questions: > > 1. Does the latest *stable* version of rtpproxy already support the > automatic bridging? > 2. If 1 -> Doest nathelper for kamailio 3.0.0 suports this automatic > bridging? Ronald, Unfortunately no, only trunk version supports it at the moment. I need to make a release, but spare time is very tight at the moment. Code in the trunk should be pretty stable, though. Regards, -- Maksym Sobolyev Sippy Software, Inc. Internet Telephony (VoIP) Experts T/F: +1-646-651-1110 Web: http://www.sippysoft.com MSN: sales at sippysoft.com Skype: SippySoft From vragukumar at signalogic.com Mon Feb 22 14:54:08 2010 From: vragukumar at signalogic.com (Vikram Ragukumar) Date: Mon, 22 Feb 2010 16:54:08 -0600 (CST) Subject: [RTPproxy Users] Rtpproxy hook Message-ID: <4258.64.219.188.226.1266879248.squirrel@office.signalogic.com> Hello, I am trying to encrypt/decrypt all packets belonging to an RTP stream. I am using Kamailio v1.5 with rtpproxy, where Kamailio forces the rtpstream through rtpproxy. Does rtpproxy provide a hook so that i can gain access to each RTP packet to perform encryption/decryption ? I do not want to end up having a patch for rtpproxy that i need to update whenever there is a new release of rtpproxy. -- Thanks and Regards, Vikram Ragukumar. From R.Voermans at global-e.nl Thu Feb 25 13:39:26 2010 From: R.Voermans at global-e.nl (Ronald Voermans) Date: Thu, 25 Feb 2010 22:39:26 +0100 Subject: [RTPproxy Users] Automatic Bridging In-Reply-To: <4B7A3B14.5070808@sippysoft.com> References: <126B2996-0202-417A-B488-1BDCCCE63C9F@global-e.nl> <4B7A3B14.5070808@sippysoft.com> Message-ID: <2FA86F8D-6CC6-4CFF-82BE-30B1E54428EE@global-datacenter.nl> Maksym, I'm currently testing this automatic bridging, but it doesn't seem to work for me. I'm using Kamailio 3.0.0 (latest release). I have a client on 192.168.1.x; Kamailio has as IP address 10.254.254.5 (private) and 79.143.215.x (public). I started rtpproxy (trunk) with options -l 10.254.254.5/79.143.214.x -s udp:* -d DBUG -u kamailio:kamailio In Kamailio I call rtpproxy as force_rtp_proxy("faroc") (only in a reply_route and in a branch_route). I have a SIP trunk to a provider who is connected on the public side (it has a 212.4.x.x address). When the client starts a session and force_rtp_proxy is called the IP adress 10.254.254.5 is given back to Kamailio, instead of the supposed 79.143.215.x. - Do I need to make any adjustments/patches to nathelper-module of Kamailio? - Am i doing something wrong when calling force_rtp_proxy()? Thanks again, Regards, Ronald Voermans Op 16 feb 2010, om 07:28 heeft Maxim Sobolev het volgende geschreven: Ronald Voermans wrote: Hi, I have two questions: 1. Does the latest *stable* version of rtpproxy already support the automatic bridging? 2. If 1 -> Doest nathelper for kamailio 3.0.0 suports this automatic bridging? Ronald, Unfortunately no, only trunk version supports it at the moment. I need to make a release, but spare time is very tight at the moment. Code in the trunk should be pretty stable, though. Regards, -- Maksym Sobolyev Sippy Software, Inc. Internet Telephony (VoIP) Experts T/F: +1-646-651-1110 Web: http://www.sippysoft.com MSN: sales at sippysoft.com Skype: SippySoft _______________________________________________ Users mailing list Users at rtpproxy.org http://lists.rtpproxy.org/mailman/listinfo/users