Re: [OpenSIPS-Users] Implementation of RFC 8599

2024-02-05 Thread Adrian Georgescu
the > the call forking for freshly registered devices? I need to keep calls in a > queue until the UA registers. Is msilo right approach? > > Thanks > > Volkan Oransoy > On 5 Feb 2024 at 10:02 +, Adrian Georgescu , wrote: >> You should fork to any registered conta

Re: [OpenSIPS-Users] Implementation of RFC 8599

2024-02-05 Thread Adrian Georgescu
y(500, "Internal Server Error"); > ... > > So practically, UA should keeps its registered state active, so needs a > registration refresh in regular intervals. That is not the ideal case for a > mobile app I believe. So the main idea is to keep power consumption at > m

Re: [OpenSIPS-Users] Implementation of RFC 8599

2024-02-04 Thread Adrian Georgescu
Push notifications were designed exactly for the case when the UA is not registered. — Adrian > On 3 Feb 2024, at 09:19, Volkan Oransoy wrote: > > Hi there > > @Ronald we use that tool for notification tests and it does the job. >

Re: [OpenSIPS-Users] pn push notifications

2024-01-15 Thread Adrian Georgescu
ready. It seems this is a dedicated push server. > Does it handle the normal SIP traffic as well? > > Regards, > > Ronald > January 14, 2024 at 3:13 PM, "Adrian Georgescu" <mailto:a...@ag-projects.com?to=%22Adrian%20Georgescu%22%20%3Cag%40ag-projects.com%3E>> >

Re: [OpenSIPS-Users] pn push notifications

2024-01-14 Thread Adrian Georgescu
There are many ways of implementing push notifications with OpenSIPS. This is how we implemented it. https://github.com/AGProjects/sylk-pushserver/blob/master/config/opensips.cfg — Adrian > On 13 Jan 2024, at 17:37, r...@rvgeerligs.nl wrote: > > Hi All, > > > I am trying to implement an

Re: [OpenSIPS-Users] Learning about resource lists

2023-11-23 Thread Adrian Georgescu
t; On Wednesday, November 22, 2023 4:01:30 A.M. PST Adrian Georgescu wrote: >> Hi Bogdan, >> >> My two cents. The reality is that adoption of XCAP is practically zero. Even >> if you build a client, you cannot make it interoperable with another, and >> XCAP was suppos

Re: [OpenSIPS-Users] Learning about resource lists

2023-11-22 Thread Adrian Georgescu
You can try these command line scripts: https://sipsimpleclient.org/testing/ Presence • sip-publish-presence - PUBLISH presence to a Presence Agent • sip-subscribe-winfo - SUBSCRIBE to the watcher list for given SIP address on the Presence Agent • sip-subcribe-presence - SUBSCRIBE

Re: [OpenSIPS-Users] Learning about resource lists

2023-11-22 Thread Adrian Georgescu
s://www.opensips-solutions.com/> > https://www.siphub.com <https://www.siphub.com/> > On 11/20/23 11:11 PM, Adrian Georgescu wrote: >> XCAP is a failure. Not that we did not try, it was a bad idea and it failed. >> >> — >> Adrian >> >> >> >>

Re: [OpenSIPS-Users] Learning about resource lists

2023-11-20 Thread Adrian Georgescu
XCAP is a failure. Not that we did not try, it was a bad idea and it failed. — Adrian > On 20 Nov 2023, at 14:27, Robert Dyck wrote: > > The context here is subscription to presence by way of a resource list. The > learning curve is steep. I have read the tutorial. The tutorial gives an

[OpenSIPS-Users] Offline messaging server

2021-11-18 Thread Adrian Georgescu
You can now use Sylk Server as SIP messaging server, is very use to use (zero configuration) and should interoperate easy with any SIP client or Proxy. The functionality is similar to what WhatsApp and Telegram offer with the difference that both client and server software are fully open source

Re: [OpenSIPS-Users] TLS 3.2.0 experience

2021-08-16 Thread Adrian Georgescu
021, at 15:25, Adrian Georgescu wrote: > > Also the server is using 100% CPU. > ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] auth_db module in 3.2.2

2021-08-16 Thread Adrian Georgescu
I confirm this patch fixed the issue. Thank you Liviu! Regards, Adrian > On 16 Aug 2021, at 12:43, Liviu Chircu wrote: > > On 12.08.2021 22:04, Adrian Georgescu wrote: >> Aug 12 20:51:59 live01 /usr/sbin/opensips[10064]: >> ERROR:db_mysql:db_mysql_store_result: drive

Re: [OpenSIPS-Users] auth_db module in 3.2.2

2021-08-16 Thread Adrian Georgescu
so HA1 strings but they should be calculated including the domain in the username parameter (as opposed to password_column which (when containing HA1 strings) should always contain HA1 strings calculated without domain in username. > On 16 Aug 2021, at 14:33, Adrian Georgescu wrote: >

Re: [OpenSIPS-Users] auth_db module in 3.2.2

2021-08-16 Thread Adrian Georgescu
Hi Liviu, I understand now better the purpose of that field and is indeed not needed anymore! Regards, Adrian > On 16 Aug 2021, at 12:55, Liviu Chircu wrote: > > On 13.08.2021 14:12, Adrian Georgescu wrote: >> >> I would very much like to see this feature ported back t

Re: [OpenSIPS-Users] auth_db module in 3.2.2

2021-08-13 Thread Adrian Georgescu
On 12 Aug 2021, at 13:04, Liviu Chircu wrote: > > On 12.08.2021 18:36, Adrian Georgescu wrote: >> The auth_db module has some dramatic changes which are either undocumented >> or not backwards compatible and is unclear how to handle this. >> >> https://o

Re: [OpenSIPS-Users] 3.2.0 TLS MGM module does not load 3.1.0 domain configuration

2021-08-13 Thread Adrian Georgescu
s, > > -- > Vlad Patrascu > OpenSIPS Core Developer > http://www.opensips-solutions.com > > On 12.08.2021 20:12, Adrian Georgescu wrote: >> Hi, >> >> I am using the latest 3.2.0 build with the old TLS configuration, with the >> aim to try ou

Re: [OpenSIPS-Users] 3.2.0 TLS MGM module does not load 3.1.0 domain configuration

2021-08-12 Thread Adrian Georgescu
ards, Adrian > On 12 Aug 2021, at 16:03, Ovidiu Sas wrote: > > Hello Adrian, > > I managed to use wolfssl by forcing it: > modparam("tls_mgm", "tls_library", "wolfssl") > > I haven't tested the auto mode ... > > -ovidiu

Re: [OpenSIPS-Users] auth_db module in 3.2.2

2021-08-12 Thread Adrian Georgescu
b", "domain_column", "domain”) What can be the reason for this? Regards, Adrian > On 12 Aug 2021, at 13:04, Liviu Chircu wrote: > > On 12.08.2021 18:36, Adrian Georgescu wrote: >> The auth_db module has some dramatic changes which are either undocu

Re: [OpenSIPS-Users] 3.2.0 TLS MGM module does not load 3.1.0 domain configuration

2021-08-12 Thread Adrian Georgescu
021, at 14:12, Adrian Georgescu wrote: > > Aug 12 18:51:15 live01 opensips[6455]: Aug 12 18:51:15 [6455] > DBG:core:solve_module_dependencies: module tls_mgm soft-depends on module > tls_openssl, and it was not loaded -- continuing ___ Use

Re: [OpenSIPS-Users] 3.2.0 TLS MGM module does not load 3.1.0 domain configuration

2021-08-12 Thread Adrian Georgescu
After more digging I discovered that this behaviour does not happen when loading tls_openssl module. tls_openssl loads fine this configuration but tls_wolfssl does not. > On 12 Aug 2021, at 14:12, Adrian Georgescu wrote: > > Hi, > > I am using the latest 3.2.0 build w

[OpenSIPS-Users] 3.2.0 TLS MGM module does not load 3.1.0 domain configuration

2021-08-12 Thread Adrian Georgescu
Hi, I am using the latest 3.2.0 build with the old TLS configuration, with the aim to try out Wolf SSL stack. But while the config check passed, the server does not start with the old configuration: loadmodule “tls_mgm.so" loadmodule “tls_wolfssl.so" modparam("tls_mgm",

[OpenSIPS-Users] auth_db module in 3.2.2

2021-08-12 Thread Adrian Georgescu
The auth_db module has some dramatic changes which are either undocumented or not backwards compatible and is unclear how to handle this. https://opensips.org/docs/modules/3.1.x/auth_db.html#param_password_column_2

[OpenSIPS-Users] Usage of TLS require_cert and verify_cert settings

2021-04-22 Thread Adrian Georgescu
Hello, I have a question. I have the following TLS scenarios: 1) A local user for a domain I own, connects to my server using TLS. If the domain is local, I will authenticate the user against my database and I do not care if the user has a certificate 2) A remote server, connects to my server

Re: [OpenSIPS-Users] OpenSIPS as simple SIP proxy

2021-01-15 Thread Adrian Georgescu
You can install a pre-configured SIP Proxy as a start point, like OpenSIPS. Installation instructions are available. here OpenSIPS configuration debian package is available here .

Re: [OpenSIPS-Users] OpenSIPS 3.1 & NAT issues

2021-01-13 Thread Adrian Georgescu
Google search for SIP ALG problem to see if this is relevant for your case. Regards, Adrian > On 13 Jan 2021, at 13:08, Mark Allen wrote: > > Hi all - I've been banging my head against this but not succeeding. > > Our setup... > > UAC 192.168.x.x > | > Router5.x.x.x >

Re: [OpenSIPS-Users] Mediaproxy Relay start error - 'MediaRelayBase' is not defined

2021-01-06 Thread Adrian Georgescu
This was a bug. You must update to the latest mediaproxy version: sudo apt update sudo apt install mediaproxy-relay mediaproxy-common mediaproxy-dispatcher Regards, Adrian > On 6 Jan 2021, at 12:59, Mark Allen wrote: > > Hi all - not sure what I'm missing here... > > I'm installing

[OpenSIPS-Users] New MediaProxy release 4.0.4

2020-11-21 Thread Adrian Georgescu
Hello, There is a new MediaProxy release compatible with Python 3. The binary .deb package is available for Debian Sid in AG Projects Debian repository. To install or upgrade see instructions from: http://mediaproxy.ag-projects.com mediaproxy (4.0.4) unstable; urgency=medium * Migration

Re: [OpenSIPS-Users] Sylk Mobile

2020-08-11 Thread Adrian Georgescu
anyone booked yet for this coming Saturday. > > Thanks! > > -Max > > -Max > > On Thu., Aug. 6, 2020, 11:07 p.m. Adrian Georgescu, <mailto:a...@ag-projects.com>> wrote: > Hi, > > We just published Sylk Mobile, a react-native mobile client for Android and >

[OpenSIPS-Users] Sylk Mobile

2020-08-07 Thread Adrian Georgescu
Hi, We just published Sylk Mobile, a react-native mobile client for Android and iOS. The server side is running OpenSIPS + Janus. https://lists.ag-projects.com/pipermail/sipbeyondvoip/2020-August/003469.html

Re: [OpenSIPS-Users] Push notifications server

2020-06-20 Thread Adrian Georgescu
ere can I download this ? > > Outlook voor iOS <https://aka.ms/o0ukef> downloaden > Van: Users namens Adrian Georgescu > > Verzonden: woensdag, juni 17, 2020 5:53 PM > Aan: OpenSIPS users mailling list > Onderwerp: [OpenSIPS-Users] Push notifications server > > Hello,

[OpenSIPS-Users] Push notifications server

2020-06-17 Thread Adrian Georgescu
Hello, We just made public a mobile push notification server that may help in various scenarios. An integration guide for OpenSIPS is available in the source code. https://ag-projects.com/news/sylk-pushserver/ Regards, Adrian ___ Users mailing

Re: [OpenSIPS-Users] Join us for SIP Chronicles Live #1, featuring Giovanni Maruzzelli

2020-04-21 Thread Adrian Georgescu
You can try out SylkServer / sip2sip.info Adrian > On 21 Apr 2020, at 17:48, Maxim Sobolev wrote: > > Thanks Bogdan, I am glad that you liked the idea! Yes, very good question. We > will have a slot (or few) where questions from the audience can be answered >

[OpenSIPS-Users] New MediaProxy release 3.0.0

2020-03-05 Thread Adrian Georgescu
There is new MediaProxy release compatible with OpenSIPS 3.1. Binary packages are available for Debian (Sid and Buster) and Ubuntu (Eoan and Bionic) For how to update the software see: http://mediaproxy.ag-projects.com/download/ Changelog mediaproxy 3.0.0 . * Renewed TLS certificates for

Re: [OpenSIPS-Users] Remote Control Advice

2019-12-10 Thread Adrian Georgescu
You need an end-point device to initiate the call. The Proxy is just in the middle of the call and not the right place to start a call. Adrian > On 10 Dec 2019, at 13:17, Mark Farmer wrote: > > Hi everyone > > Let's say that I have an OpenSIPS box with phones registered and a home grown >

Re: [OpenSIPS-Users] How to limit parallel calls duration of prepaid customers?

2019-11-22 Thread Adrian Georgescu
Call control does handle the ’special’ case of parallel calls for a user. When balance gets to zero all outgoing calls are being cut add the same time. There is nothing special the module work with N parallel calls, not just 1. Adrian > On 16 Nov 2019, at 13:47, Dipteshkumar Patel > wrote:

Re: [OpenSIPS-Users] Im with message.

2018-11-23 Thread Adrian Georgescu
SIP MESSAGE has nothing to do with SIP SIMPLE suite of standards. SIP SIMPLE is a suite of standards for session based IM and file transfers using MSRP media plane and Presence. Presence requires contacts management for which XCAP server is used. XCAP is built on top of an HTTP server by

Re: [OpenSIPS-Users] Im with message.

2018-11-23 Thread Adrian Georgescu
SIP MESSAGE uses only the SIP proxy, you don’t need other components. Adrian > On 23 Nov 2018, at 03:41, Johan De Clercq wrote: > > Hi, I need to be able to handle SIP MESSAGE for IM. Does this mean that I > need to setup openxcap and use xcap client module in my script? > > Best regards, >

Re: [OpenSIPS-Users] Astricon: OpenSource Soiree

2018-10-05 Thread Adrian Georgescu
Great, see you there! Adrian > On 4 Oct 2018, at 11:54, Giovanni Maruzzelli wrote: > > Hello friends and collegues, > > A nice get together has been organized for evening Wednesday 10th at 7pm > > The idea is to have drinks and chitchat about opensource telephony and > webrtc, and all

[OpenSIPS-Users] New CDRTool release 9.6

2018-05-02 Thread Adrian Georgescu
There is a new release of CDRTool that addresses interoperability with latest PHP versions. Changelog * Updated syntax and formatting * Removed short opening tags * Updated smarty dependency * Fixed update query causing errors in mysql strict * Fixed login when yubikey is not

Re: [OpenSIPS-Users] OpenXCAP on Debian...

2017-12-08 Thread Adrian Georgescu
Can you paste the full output of your commands? Regards, Adrian > On 6 Dec 2017, at 14:11, Boris via Users wrote: > > I just tried to install OpenXCAP on Debian Stretch and was having issues > because of missing dependencies (python-twisted-web2). I then tried on

Re: [OpenSIPS-Users] [SR-Users] ClueCon Slides: Industrial Grade FreeSWITCH, Scaling, Balancing, High Availability, SIP, WebRTC

2017-08-16 Thread Adrian Georgescu
Giovanni, The creature on page 55 and 56 is a dude, man! Regards, Adrian > On 11 Aug 2017, at 12:08, jungle Boogie wrote: > > On 10 August 2017 at 11:17, Giovanni Maruzzelli wrote: >> Industrial Grade FreeSWITCH Scaling, Balancing and High

[OpenSIPS-Users] new CDRTool release 9.5.0

2017-03-28 Thread Adrian Georgescu
Hello, The software includes bug fixes, better SIP tracing and compatibility with latest PHP version(s) >= 5.4. Debian packages are available for Debian Jessie, Wheezy and Unstable. The software can be downloaded from: http://cdrtool.ag-projects.com Changelog cdrtool (9.5.0) unstable;

Re: [OpenSIPS-Users] Mediaproxy hanging sessions on high load

2017-03-16 Thread Adrian Georgescu
Perhaps your virtual machine simply cannot handle the load. The commands to close sessions may also be dropped or lost under such environment. Adrian > On 16 Mar 2017, at 11:22, Daniel Zanutti wrote: > > Hi Dan > > Looks like this problem is only happening on

Re: [OpenSIPS-Users] rtpengine xmlrpc integration with opensips. Teardown xmlrpc method

2017-02-06 Thread Adrian Georgescu
> On 29 Jan 2017, at 23:05, Carlos Oliva wrote: > > Hi List! > > I'm using Opensips 1.11 and doing some tests to change my mediaproxy > rtprelays to ngcp-rtpengine. My reasons to try this change are efficiency and > that the mediaproxy project seems to be a little

Re: [OpenSIPS-Users] iOS 10 Push Notifications

2017-02-06 Thread Adrian Georgescu
:53, Aron Podrigal <ar...@guaranteedplus.com> wrote: > > you can certainly handle this in a t_on_failure for a 408... > > On Thu, Feb 2, 2017, 3:38 PM Adrian Georgescu <a...@ag-projects.com > <mailto:a...@ag-projects.com>> wrote: > There is more plumb

Re: [OpenSIPS-Users] iOS 10 Push Notifications

2017-02-02 Thread Adrian Georgescu
There is more plumbing needed to replay transactions later and the future OpenSIPS version announced recently will help make this happen. You are not alone fighting with this problem. Regards, Adrian > On 1 Feb 2017, at 19:46, Андрей Журавлёв wrote: > > Hi All, >

Re: [OpenSIPS-Users] How to overcome SIP ALG on Wi-Fi routers

2016-05-03 Thread Adrian Georgescu
+1 > On 02 May 2016, at 21:59, Russell Treleaven wrote: > > TCP works for me. > On May 2, 2016 8:43 PM, "Nabeel" > wrote: > Thanks for the suggestions of using TLS or changing the port. I changed the > port,

Re: [OpenSIPS-Users] Register to Cisco call manager on behalf of clients

2016-03-13 Thread Adrian Georgescu
If you get rid of CUCM, your life would be much much easier. Adrian > On 25 Feb 2016, at 05:11, Chen-Che Huang wrote: > > Dear all, > > We are attempting to use to OpenSIPS to connect to Cisco unified call > manager (abbreviated as CUCM). The architecture looks like

Re: [OpenSIPS-Users] New OpenXCAP release 2.4.0

2016-03-03 Thread Adrian Georgescu
gt; wrote: > > Hi, there is a message "No Module named sipsimple.core" when tried to start > the OpenXCAP server. How can this be resolved? I'm thinking it is referring > to the "python-sipsimple" package but that is a beast to compile along with > ffmpeg. >

Re: [OpenSIPS-Users] Linphone and OpenSIPS over TCP

2016-02-06 Thread Adrian Georgescu
OpenSIPS does not need to interact in anyway with a TURN server. A TURN server is used by the SIP client that has built-in TURN functionality. While they may run side by side, the only interaction of a sip proxy and TURN server is sharing the same database with credentials in order to

Re: [OpenSIPS-Users] REG::VOIP Client with TLS Support

2015-11-12 Thread Adrian Georgescu
Try Blink http://icanblink.com > On 12 Nov 2015, at 12:53, Ravitez Ravi wrote: > > Hello All, > Can you please suggest a Free VOIP client with TLS support. > Thank you for your time. > > Regards, > Ravitez.D >

Re: [OpenSIPS-Users] Does Media_Relay component implies in impossible direct media? (Sorry)

2015-10-20 Thread Adrian Georgescu
> RODRIGO PIMENTA CARVALHO > Inatel Competence Center > Software > Ph: +55 35 3471 9200 RAMAL 979 > > > De: users-boun...@lists.opensips.org > <mailto:users-boun...@lists.opensips.org> <users-boun...@lists.opensips.org > <mailto:users-boun...@lists.opensips.or

Re: [OpenSIPS-Users] Does Media_Relay component implies in impossible direct media?

2015-10-20 Thread Adrian Georgescu
a between UACs? > > > > Best regards. > > > RODRIGO PIMENTA CARVALHO > Inatel Competence Center > Software > Ph: +55 35 3471 9200 RAMAL 979 > > > De: users-boun...@lists.opensips.org > <mailto:users-boun...@lists.opensips.org> <users-boun...@li

Re: [OpenSIPS-Users] Does Media_Relay component implies in impossible direct media?

2015-10-17 Thread Adrian Georgescu
Yes if both clients have support for ICE standard. > On 17 Oct 2015, at 18:06, Rodrigo Pimenta Carvalho wrote: > > > Hi. > > In my project, UACs should run direct media. RTP packets direct transmitted > from each other. > However, due to NAT presence, I'm thinking about to

Re: [OpenSIPS-Users] What to choose: Nat Traversal, Media Proxy or Nathelper ?? I need a direction.

2015-10-15 Thread Adrian Georgescu
You need MediaProxy with ICE mode enabled. Adrian > On 15 Oct 2015, at 09:47, Rodrigo Pimenta Carvalho wrote: > > Dear OpenSIPS-Users, > > I'm working in a project that needs to use OpensSIPS, SIP over TCP, > softphones behind NAT, and video transmission between the sip

Re: [OpenSIPS-Users] What choise? MediaProxy module or RTPProxy module?

2015-10-15 Thread Adrian Georgescu
> On 15 Oct 2015, at 14:39, Eric Tamme wrote: > > Mediaproxy and rtpproxy serve identical purposes. They both can act as a > relay to help relay media between clients on different NAT's. If you dont > want to relay media when clients are behind the same nat - you must

Re: [OpenSIPS-Users] Presence Server performance test

2015-09-30 Thread Adrian Georgescu
You need to take handling of XCAP policy documents into account. Adrian > On 30 Sep 2015, at 20:57, surya wrote: > > Hi, > > I want to test the performance of presence server in different scenarios. > How can I do that properly? > > I know the tool is SIPP for

Re: [OpenSIPS-Users] Migrating from RTPProxy to MediaProxy

2015-09-23 Thread Adrian Georgescu
> On 10 Sep 2015, at 11:26, Terrance Devor wrote: > > Hello Everyone, > > Our current NAT'ed environment is as follows > > Internet <---> Cisco Green Box <-> OpenSIPS (192.168.2.2) > <-> RTPProxy >

Re: [OpenSIPS-Users] force_tcp_alias default behavior seems wrong – should not use port from Via-header

2015-09-23 Thread Adrian Georgescu
> On 23 Sep 2015, at 21:34, Jonas Borjesson wrote: > > Hi all, > > I have the following problem (sorry for somewhat long explanation, > want to get it right on the first try :-): > > * Alice is behind a NAT and registers with whatever.com and has > through STUN figured out

Re: [OpenSIPS-Users] force_tcp_alias default behavior seems wrong – should not use port from Via-header

2015-09-23 Thread Adrian Georgescu
ot an expert in this particular issue. This is why I wrote that "below is for others to comment”. > > /Jonas > > > On Wed, Sep 23, 2015 at 6:05 PM, Adrian Georgescu <a...@ag-projects.com> > wrote: >> >>> On 23 Sep 2015, at 21:34, Jonas Borjesson <j

Re: [OpenSIPS-Users] Using STUN/TURN server with OpenSIPS

2015-07-24 Thread Adrian Georgescu
A TURN server is used by a client. The SIP server has no interaction with a TURN server, you can deploy that separately. When you use MediaProxy it provides a TURN server candidate and you do not need a separate TURN server software. Adrian On 24 Jul 2015, at 04:25, Nabeel

Re: [OpenSIPS-Users] CDRTool prepaid for big installation

2014-10-14 Thread Adrian Georgescu
| +-+--+---+--+---+--+--+--+---+ | 1 | 3003 | sip.example.com | 3003 | | 6fc4d74adfdedf25c72134154d3a9e1a | 3251dd8a5ef5a35d79a358bccb2c8179 | NULL | 1 | On Sun, Oct 12, 2014 at 7:30 PM, Adrian Georgescu a...@ag-projects.com wrote: Quota

Re: [OpenSIPS-Users] CDRTool prepaid for big installation

2014-10-12 Thread Adrian Georgescu
On 12 Oct 2014, at 09:48, Satish Patel satish@gmail.com wrote: I have run sipp test and it only able to handle 30 calls and later all call failed, Can you explain what exactly failed? I heard from other user post, CDRTool prepaid can't handle many simultaneous running calls. You

Re: [OpenSIPS-Users] CDRTool prepaid for big installation

2014-10-12 Thread Adrian Georgescu
, Oct 12, 2014 at 9:38 AM, Adrian Georgescu a...@ag-projects.com wrote: On 12 Oct 2014, at 09:48, Satish Patel satish@gmail.com wrote: I have run sipp test and it only able to handle 30 calls and later all call failed, Can you explain what exactly failed? I heard from other user

Re: [OpenSIPS-Users] help: nathelper/rtpproxy/ice/ice-mismatch

2014-10-11 Thread Adrian Georgescu
Try MediaProxy, it handles ICE negotiation properly. Adrian On 11 Oct 2014, at 10:26, george wu aihuawu2...@163.com wrote: When I use nathelper/rtpproxy, ice does not work well with it. nathelper will rewrite the sdp media part which my ice client is not happy. Then it will reply

Re: [OpenSIPS-Users] CDRtool

2014-09-30 Thread Adrian Georgescu
describe it in another email to community) 30.09.2014 4:56 пользователь Adrian Georgescu a...@ag-projects.com написал: If you want to dive this deep into CDRTool, it would be a good start to read the documentation, that is all *.txt files in docs/ folder. -- Adrian

Re: [OpenSIPS-Users] create mediaproxy certificates

2014-07-15 Thread Adrian Georgescu
Just google SSL tutorial or how to and you can find tons of examples http://www.openssl.org/docs/HOWTO/certificates.txt Adrian On 15 Jul 2014, at 19:51, Edwin eahaselh...@gmail.com wrote: Hi Saúl, In fact I have installed opensips and mediaproxy-dispatcher on Debian and the

Re: [OpenSIPS-Users] MediaProxy scalability FAQ updated

2014-03-05 Thread Adrian Georgescu
Some people reportedly saw at least two calls, but they had a different sense of humor. -- Adrian On 04 Mar 2014, at 14:27, david da...@styleflare.com wrote: Mediaproxy can handle at least one simultaneous call, regardless of the hardware resources available providing no other program

Re: [OpenSIPS-Users] Truncating ACC and CDRs

2014-02-21 Thread Adrian Georgescu
Any operation that writes to your MySQL database for any great length of time like trimming your table will block anything else accesing the same database. You should auto rotate tables and use non transactional table storage to be able to trim older tables without impacting the active ones.

Re: [OpenSIPS-Users] CDRTool - Rating Origination and Termination differently

2014-01-23 Thread Adrian Georgescu
I think it would be a good idea. Adrian On 22 Jan 2014, at 16:58, David Lee (digium) d...@digium.com wrote: Duane Larson wrote: I have been playing with CDRTool for a while but I am not sure if it is possible to rate Origination (Inbound) calls differently than Termination (Outbound) calls

Re: [OpenSIPS-Users] IM Presence

2014-01-16 Thread Adrian Georgescu
You can start a Chat session to any SIP address, the addresses do not have to be in any list, it just works. Adrian On 10 Jan 2014, at 13:04, Chandra Prakash chandraprak...@virtualemployee.com wrote: Hi, Is it possible if we can chat with all the registered or online users without

Re: [OpenSIPS-Users] Groupchat functionlity with Opensips 1.9.1

2013-11-25 Thread Adrian Georgescu
There is no GUI and there is nothing to configure, it just works from the moment you install it. Adrian On Nov 25, 2013, at 5:54 PM, troxlinux xserverli...@gmail.com wrote: Hi , sylkserver.com have a GUI ? 2013/11/25 Saúl Ibarra Corretgé s...@ag-projects.com On Nov 25, 2013, at 6:53

Re: [OpenSIPS-Users] OpenSips 1.9.1 and CDRTool

2013-11-07 Thread Adrian Georgescu
These work for me with 1.9 # global acc parameters modparam(acc, failed_transaction_flag, 1) modparam(acc, report_cancels, 0) modparam(acc, early_media,0) modparam(acc, log_level, 1) modparam(acc, log_flag, 1) modparam(acc, log_missed_flag,1) modparam(acc,

[OpenSIPS-Users] OpenSIPS workshop well attended at ElastixWorld in Mexico City (about 150 people)

2013-10-15 Thread Adrian Georgescu
Some pics: https://pbs.twimg.com/media/BWoMHObCAAIn9Dy.jpg http://pic.twitter.com/wJXn2cmro9 Regards, Adrian and Saul signature.asc Description: Message signed with OpenPGP using GPGMail ___ Users mailing list Users@lists.opensips.org

Re: [OpenSIPS-Users] file transfer in opensips

2013-08-08 Thread Adrian Georgescu
As far as I know, last time I checked IMS droid does not support either TLS transport or MSRP relay extension. Regards, Adrian On Aug 8, 2013, at 8:58 AM, Nandini madhu wrote: Dear All, Greetings, have installed msrp relay in my system.by following the link. iam using ubuntu 10.04

Re: [OpenSIPS-Users] Call Generator

2013-07-17 Thread Adrian Georgescu
There are such tools but it depends for what purpose. Do you want to test heavy load or just call flows? Adrian On Jun 18, 2013, at 7:03 PM, Maciej Bylica mb...@gazeta.pl wrote: Hello, I am looking for call generator that is capable of: - generating and in the same time pick up the call

Re: [OpenSIPS-Users] OpenSips 1.9.1 and CDRTool

2013-07-17 Thread Adrian Georgescu
CDRTool works fine with 1.9 as far as know, I use it. Can you paste the errors you have? Adrian On Jul 17, 2013, at 5:31 PM, Miguel J. López Valverde mjlo...@smartic.es wrote: Hello I'm trying to set up a test model with OpenSIPS 1.9.1 and CDRTool, but the information available on the

Re: [OpenSIPS-Users] Call Generator

2013-06-18 Thread Adrian Georgescu
See sipclient package, it contains this tool that does pretty much all you are looking for: http://sipsimpleclient.org/projects/sipsimpleclient/wiki/Sip_audio_session Adrian On Jun 18, 2013, at 7:03 PM, Maciej Bylica mb...@gazeta.pl wrote: Hello, I am looking for call generator that is

Re: [OpenSIPS-Users] cdrtool

2013-06-15 Thread Adrian Georgescu
Please make a patch, we will analyze it and consider it for adding it to the main trunk. Adrian On Jun 15, 2013, at 12:59 AM, dotnetdub wrote: Hi Adrian, Would you integrate this if we developed it? Best Brian On 28 May 2013 12:44, Adrian Georgescu a...@ag-projects.com wrote

Re: [OpenSIPS-Users] CDRTool - Callcontrol - Prepaid

2013-06-11 Thread Adrian Georgescu
will only work if they call to 00 + Country Code + Number sip accounts? Thanks, Leo Da: Adrian Georgescu a...@ag-projects.com A: OpenSIPS users mailling list users@lists.opensips.org Inviato: Lunedì 10 Giugno 2013 21:39 Oggetto: Re: [OpenSIPS-Users] CDRTool - Callcontrol - Prepaid

Re: [OpenSIPS-Users] CDRTool - Callcontrol - Prepaid

2013-06-11 Thread Adrian Georgescu
: Adrian Georgescu a...@ag-projects.com A: OpenSIPS users mailling list users@lists.opensips.org Inviato: Martedì 11 Giugno 2013 11:57 Oggetto: Re: [OpenSIPS-Users] CDRTool - Callcontrol - Prepaid The prepaid engine was designed for PSTN destinations using phone numbers only. Adrian On 11

Re: [OpenSIPS-Users] CDRTool - Callcontrol - Prepaid

2013-06-11 Thread Adrian Georgescu
on them. Adrian On Jun 11, 2013, at 12:29 PM, Leonardo Uzcudun wrote: I guess this confirm why i can't use prepaid for calls between sip users..., do you confirm it? Thanks. Da: Adrian Georgescu a...@ag-projects.com A: OpenSIPS users mailling list users@lists.opensips.org Inviato

Re: [OpenSIPS-Users] CDRTool - Callcontrol - Prepaid

2013-06-10 Thread Adrian Georgescu
You must mark the user as prepaid in OpenSIPS subscribers table. Adrian On Jun 8, 2013, at 7:26 PM, Leonardo Uzcudun wrote: I guess, i've got some progress...but i can't understand why is not working. Form the cdrtool logs i've: Jun 8 02:51:12 sip cdrtool[13359]: MaxSessionTime

Re: [OpenSIPS-Users] CDRTool - Callcontrol - Prepaid

2013-06-10 Thread Adrian Georgescu
to the opensips.subscriber (that i've already added it). Should i add another column? Da: Adrian Georgescu a...@ag-projects.com A: Leonardo Uzcudun uzcud...@yahoo.it; OpenSIPS users mailling list users@lists.opensips.org Inviato: Lunedì 10 Giugno 2013 13:45 Oggetto: Re: [OpenSIPS-Users] CDRTool

Re: [OpenSIPS-Users] CDRTool - Callcontrol - Prepaid

2013-06-10 Thread Adrian Georgescu
There is Rating.txt document that contain sample rates files and examples of prepaid queries in the console that shows you how it works. Adrian On Jun 10, 2013, at 9:30 PM, Leonardo Uzcudun wrote: Hello All: After doing more tests i guess the problem is the missing DestId cdrtool log:

[OpenSIPS-Users] New release for Blink Qt 0.3.1 for Linux with SIP SIMPLE Presence (RLS and XCAP)

2013-04-24 Thread Adrian Georgescu
Hello, There is a new release for Blink Qt for Linux available, version 0.3.1. This version features SIMPLE presence and bug fixes. blink (0.3.1) unstable; urgency=low * Added SIMPLE Presence (PUBLISH, RLS SUBSCRIBE/NOTIFY) * Added XCAP storage for contacts, icon and and presence policy

Re: [OpenSIPS-Users] OpenSIPS and TLS with wildcard certificates again

2013-04-24 Thread Adrian Georgescu
The client must load same CA chain that signed the server cert. Adrian On Sep 14, 2012, at 2:13 PM, Peter Lemenkov wrote: Hello All! First of all - I've read a bit about TLS and certificates in OpenSIPS but I still don't have a clue what's wrong with this. My problem is - although

Re: [OpenSIPS-Users] CDRTool without Mediaproxy

2013-04-23 Thread Adrian Georgescu
To display call detail records you need to enable Radius accounting. Radius authentication and authorization is not needed. Adrian On Apr 23, 2013, at 6:01 PM, Artur Staniec wrote: Hi, my configuration of opensips uses RTPProxy, but I'd also like to use CDRTool. It's a proxy so it

[OpenSIPS-Users] OpenSIPS, OpenXCAP and Blink: SIP Presence Tutorial

2013-04-17 Thread Adrian Georgescu
Here is the list with OpenSIPS tutorials updated: http://www.opensips.org/Resources/DocsTutorials#toc25 Regards, Adrian signature.asc Description: Message signed with OpenPGP using GPGMail ___ Users mailing list Users@lists.opensips.org

Re: [OpenSIPS-Users] [RFC] Distributed User Location

2013-04-09 Thread Adrian Georgescu
I am running for years servers distributed in different countries part of the same service and nobody complained about the latency of signaling but they complained about media. This idea of geo-distribution is more about media path optimization and automatic recovery in case of connectivity

Re: [OpenSIPS-Users] MediaProxy behaviour on Heavy call volume.

2013-04-08 Thread Adrian Georgescu
as high CPS might require significant resources on relays as well. Are there any particular areas which you can point out for me to optimize this? Thanks Sammy On Apr 7, 2013 6:40 PM, Adrian Georgescu a...@ag-projects.com wrote: As OpenSIPS core is not async, the whole chain

Re: [OpenSIPS-Users] [OpenSIPS-Devel] [RFC] Distributed User Location

2013-04-05 Thread Adrian Georgescu
Founder and Developer http://www.opensips-solutions.com On 04/05/2013 08:51 AM, Adrian Georgescu wrote: Hello Vlad, We developed such a solution and is operational since 2005 but not in the open source domain. The start point was P2P protocols used for file sharing. Is less of a SIP

Re: [OpenSIPS-Users] [RFC] Distributed User Location

2013-04-04 Thread Adrian Georgescu
Hello Vlad, We developed such a solution and is operational since 2005 but not in the open source domain. The start point was P2P protocols used for file sharing. Is less of a SIP server issue (we used stock OpenSER and stock OpenSIPS for years) but rather a generic self-organizing network

[OpenSIPS-Users] New release for Blink Qt 0.3.0 for Windows with Presence (RLS and XCAP)

2013-04-03 Thread Adrian Georgescu
Version 0.3.0 April 3rd, 2013 Added support for SIP PUBLISH method Added subscriptions for presence (presence event package) Added handler for outgoing presence (RLS SUBSCRIBE and RLMI NOTIFY) Added handler for incoming presence (presence.winfo event package) Added support for presence payloads

[OpenSIPS-Users] New SylkServer release 2.4.0 with Jingle support

2013-03-22 Thread Adrian Georgescu
Full URL: http://sylkserver.ag-projects.com/news/49 Sylkserver version 2.4.0 has now been released with a major milestone, namely VoIP translation between SIP and XMPP (Jingle). Complete interoperability for multimedia sessions including Presence, Session based Chat, wide-band Audio and

Re: [OpenSIPS-Users] Opensips + MSRPrelay ?

2013-03-15 Thread Adrian Georgescu
The relay is controlled by the client, not by the server. See RFC 4976 to understand how it work. The only thing shared with OpenSIPS is the account credentials database. Regards, Adrian On Mar 15, 2013, at 10:11 AM, Pierre-Yves Marche wrote: Hello, I'm looking for some information about

Re: [OpenSIPS-Users] OpenXCAP and Presence with SNOM version 8.2.29

2013-03-14 Thread Adrian Georgescu
XCAP is a protocol that defines certain documents types, you cannot upload arbitrary XML data and expect something to happen out of magic. What is the content of that directory.xml, where is it specified? Adrian On Mar 8, 2013, at 2:13 PM, moh10ly wrote: Hello everyone, I would like to

Re: [OpenSIPS-Users] NAT

2013-03-11 Thread Adrian Georgescu
Only in the client you can check such thing. Adrian On Mar 6, 2013, at 7:20 PM, Leonardo Uzcudun wrote: Hello Saul: I'm still trying to configure ICE support. How could i check if it is working? Thanks, Leo. Da: Saúl Ibarra Corretgé s...@ag-projects.com A: OpenSIPS users mailling

Re: [OpenSIPS-Users] NAT

2013-03-06 Thread Adrian Georgescu
You need to use a SIP client that supports ICE and check its logs. Adrian On Mar 6, 2013, at 7:20 PM, Leonardo Uzcudun wrote: Hello Saul: I'm still trying to configure ICE support. How could i check if it is working? Thanks, Leo. Da: Saúl Ibarra Corretgé s...@ag-projects.com A:

Re: [OpenSIPS-Users] NAT

2013-02-28 Thread Adrian Georgescu
On Feb 28, 2013, at 6:47 AM, leo wrote: Thanks Adrian. There was a sense in my question, having the RTP traffic P2P would be translated in: 1) better user experience, less jitter and latency. The added latency is in practice irrelevant and you can have jitter with or without media relay.

  1   2   3   4   5   6   >