Re: [OpenSIPS-Users] Re-Invites being ignored

2023-02-03 Thread Tito Cumpen
Micheal, Nothing is done automatically in opensips. You define the behaviour for the most part through the routing script. Are you currently working off a template? there's a couple of statements there if (has_totag()) { if (loose_route()){ if (is_method("INVITE")) { route(yourreinviterouteher

Re: [OpenSIPS-Users] Issues running opensips-cli

2022-08-02 Thread Tito Cumpen
pscli==0.1.0 protocol==0.1.0 pycparser==2.21 pyOpenSSL==22.0.0 SQLAlchemy==1.3.3 SQLAlchemy-Utils==0.38.3 tomli==1.2.3 typed-ast==1.5.4 typing_extensions==4.3.0 zipp==3.8.1 Thank You, Tito On Tue, Aug 2, 2022 at 8:01 AM Liviu Chircu wrote: > On 02.08.2022 08:01, Tito Cumpen wrote: > > &

[OpenSIPS-Users] Issues running opensips-cli

2022-08-01 Thread Tito Cumpen
Group, I am having issues running opensips-cli from the latest git pull. I am attempting to create the db but noticed that running the cli tool alone throws an error. $ opensips-cli Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/importlib_metadata-4.12.0-py3.6.e

Re: [OpenSIPS-Users] Need help in memory caching in opensips 3.0 .

2020-06-02 Thread Tito Cumpen
Sasmita, Try using proxy_challenge("", "1"); instead of www_challenge("", "1"); On Tue, Jun 2, 2020 at 12:36 AM Sasmita Panda wrote: > Can anyone help me on the above issue please ? Still I am stuck on this . > > > *Thanks & Regards* > *Sasmita Panda* > *Seni

Re: [OpenSIPS-Users] need some help to parse the data I got after doing lookup in location table .

2020-04-24 Thread Tito Cumpen
Sasmita, Look at the following tutorial. https://www.opensips.org/Documentation/Tutorials-WebSocket-2-2 which considers adding a branch flag to your destinations with websocket so they are sent an SDP with DTLS and AVPF. I am not sure if this works while using parallel forking all that well at t

Re: [OpenSIPS-Users] Tls using t_relay

2020-04-23 Thread Tito Cumpen
he connect is ok, > the INVITE is sent forward to callee and there is also an 180 response? > and then you get the 500 reply ? > > Regards, > > Bogdan-Andrei Iancu > > OpenSIPS Founder and Developer > https://www.opensips-solutions.com > > On 4/22/20 2:22 AM, Tit

Re: [OpenSIPS-Users] Tls using t_relay

2020-04-21 Thread Tito Cumpen
, Apr 21, 2020 at 11:26 AM Tito Cumpen wrote: > Hey Bogdan, > > Here is the capture I took from using t_relay("tls:domain:port") > > As you can see the client side (opensips) does not proceed with allowing > the socket to open. > > Thanks, > Tito > > On

Re: [OpenSIPS-Users] Tls using t_relay

2020-04-20 Thread Tito Cumpen
> OpenSIPS Founder and Developer > https://www.opensips-solutions.com > > On 4/17/20 11:43 PM, Tito Cumpen wrote: > > Hello, > > I am attempting to use t_relay("tls:domain:port") but I am not having much > success with it on 2.4. opensips sends a syn to the

[OpenSIPS-Users] Tls using t_relay

2020-04-17 Thread Tito Cumpen
Hello, I am attempting to use t_relay("tls:domain:port") but I am not having much success with it on 2.4. opensips sends a syn to the peer then gets an syn ack and sends a rst . The logs claim that the send failed but it never opened the socket entirely and did not send the client hello at all.

Re: [OpenSIPS-Users] choice of AS architecture

2020-04-15 Thread Tito Cumpen
Oleg, I tried using the Seas module a while back and found out the support for it was has dropped so I moved on to using restcomm sip servlets as an AS. I recommend you look into it. On Tue, Apr 14, 2020 at 6:30 AM Oleg Podguyko via Users < users@lists.opensips.org> wrote: > Hi Bogdan and all yo

Re: [OpenSIPS-Users] opensips 2.4 wss nat issues

2020-03-25 Thread Tito Cumpen
id \n"); t_relay(); exit; } Here is what the function handling the sequential request looks like. On Wed, Mar 25, 2020 at 1:48 PM Tito Cumpen wrote: > Hello, > > I am testing with the latest pull of opensips 2.4 git rev 9523af5 > and I having issues where ope

[OpenSIPS-Users] opensips 2.4 wss nat issues

2020-03-25 Thread Tito Cumpen
Hello, I am testing with the latest pull of opensips 2.4 git rev 9523af5 and I having issues where opensips is attempting to send a BYE message to a wss contact at an internal address. The issue only occurs when the call is forked and injected via t_inject_branches ERROR:tm:msg_send: send() to 19

[OpenSIPS-Users] Checking ongoing Dialog

2019-10-03 Thread Tito Cumpen
Hello Group, I am running into an issue caused by injecting(voip push) a newly registered branch as the destination to an ongoing dialog. Is there a way to check whether the call has already been answered before injecting the branch and forwarding the invite to the new AS location? Thanks, Tito

Re: [OpenSIPS-Users] sip tls port and wss

2019-10-02 Thread Tito Cumpen
r able to listen > tls on port 443 of another machine, so they can get srtp via another "like > https") > if you don't care about restrictive firewalls, then you can put wss on any > port > > On Thu, Oct 3, 2019 at 4:06 AM Tito Cumpen wrote: > >> Hello, &

[OpenSIPS-Users] sip tls port and wss

2019-10-02 Thread Tito Cumpen
Hello, I was wondering if sip tls and wss can use the same port to listen for incoming connections? If not is a viable option to create two separate servers and federate them for sip tls and wss? Thanks, Tito ___ Users mailing list Users@lists.opensips.

Re: [OpenSIPS-Users] event routing and rtpengine

2018-10-09 Thread Tito Cumpen
nder and Developer > http://www.opensips-solutions.com > OpenSIPS Summit 2018 > http://www.opensips.org/events/Summit-2018Amsterdam > > On 05/02/2018 01:08 AM, Tito Cumpen wrote: > > Any idea why the branch flags wouldn't be passed on to the branch route? > > T

Re: [OpenSIPS-Users] rabbitmq module

2018-09-27 Thread Tito Cumpen
t; What you could do though is to use event_rabbitmq and have OpenSIPS > publishing the event directly, without passing it through the script. > This way you will get automatically all events. > > Best regards, > Răzvan > > On 9/26/18 11:50 PM, Tito Cumpen wrote: > > Hello,

[OpenSIPS-Users] rabbitmq module

2018-09-26 Thread Tito Cumpen
Hello, I am trying to use the rabbitmq module to circumvent the limitations of the event_rabbit module which lacks vhost support. Currently I am having an issue grabbing the extra params defined in acc as such modparam("acc", "extra_fields", "evi:from_user -> from_user;from_uri -> from_uri;to_us

Re: [OpenSIPS-Users] Docker centos

2018-07-16 Thread Tito Cumpen
/opensips/opensips.m4 > /etc/opensips/opensips.cfg This takes the public ip returned by the curl command and modifies the .m4 or cfg script with it. On Thu, Jul 12, 2018 at 10:27 AM, Tito Cumpen wrote: > Hello, > > I've made an image of opensips in centos 7 but one of my concer

[OpenSIPS-Users] Docker centos

2018-07-12 Thread Tito Cumpen
Hello, I've made an image of opensips in centos 7 but one of my concerns is that docker uses internal IP addresses. With this being the case is there any way to make opensips use stun to figure out its public IP? I tried referencing the GitHub docker-opensips which runs in Debian but I cannot find

Re: [OpenSIPS-Users] event routing and rtpengine

2018-04-19 Thread Tito Cumpen
> Regards, > > Bogdan-Andrei Iancu > > OpenSIPS Founder and Developer > http://www.opensips-solutions.com > OpenSIPS Summit 2018 > http://www.opensips.org/events/Summit-2018Amsterdam > > On 04/18/2018 08:35 PM, Tito Cumpen wrote: > > Bogdan, > > The b

Re: [OpenSIPS-Users] event routing and rtpengine

2018-04-18 Thread Tito Cumpen
Iancu wrote: > Hi Tito, > > I see no branch route in your script sample. > > Regards, > > Bogdan-Andrei Iancu > > OpenSIPS Founder and Developer > http://www.opensips-solutions.com > OpenSIPS Summit 2018 > http://www.opensips.org/events/Summit-2018Amster

[OpenSIPS-Users] event routing and rtpengine

2018-04-16 Thread Tito Cumpen
Group, I am having issues when injecting a new branch with rtpengine flags to a call request using the event routing module. It seems like when the branch is injected it either does not use any of the flags to aid with rtpengine media translation or does not run through the branch route block defi

[OpenSIPS-Users] sip options pings are empty

2018-04-12 Thread Tito Cumpen
Hello, I am using opensips 2.3 git rev. 3a66b9c and I am noticing that sip options pings to wss clients are sent with no body at all. I am using SIP.js/0.7. and see that the options sent when using : modparam("nathelper", "natping_interval", 10) modparam("nathelper", "natping_tcp", 1) modparam

[OpenSIPS-Users] Parellel forking rtpengine

2018-04-10 Thread Tito Cumpen
Group, Can anyone provide insights on parellel forking to was clients and standard sip clients ? I see claims in the documentation about generating a standalone process on a per branch basis but I can't comprehend how this is achieved. Can someone provide insights or examples ? I am having issues

[OpenSIPS-Users] how to remove an entire line from an SDP

2018-03-27 Thread Tito Cumpen
Group, I'd like to to remove a=rtcp:9 IN IP4 0.0.0.0 from a reply that I suspect is causing linphone to have issues with chrome when attempting to send rtcp. I believe this attribute may be confusing linphone to send rtcp to this port although the far side claims it uses rtcp-mux. Is there a way

Re: [OpenSIPS-Users] tm param for 477?

2018-01-24 Thread Tito Cumpen
t; OpenSIPS Summit 2018 > http://www.opensips.org/events/Summit-2018Amsterdam > > On 01/12/2018 09:35 AM, Tito Cumpen wrote: > > Bogdan, > > > The issue is I'm not sure where to enter the t_relay("0x02"). I don't > see it used in the standard relay r

Re: [OpenSIPS-Users] opensips 2.3

2018-01-22 Thread Tito Cumpen
to the machine that > crashes, if it is a testing environment. > Also, how often is this happening? I see you got 3 cores in two days - is > it production traffic? or testing traffic? > > Best regards, > > Răzvan Crainea > OpenSIPS Developerwww.opensips-solutions.com > >

Re: [OpenSIPS-Users] tm param for 477?

2018-01-11 Thread Tito Cumpen
> out). > > What you can do is to use the 2 flag for t_relay() (see > http://www.opensips.org/html/docs/modules/2.3.x/tm.html#t_relay) and > check in script for the failure of t_relay(). > > Regards, > > Bogdan-Andrei Iancu > OpenSIPS Founder and Developer > h

Re: [OpenSIPS-Users] comma in display from issues

2018-01-11 Thread Tito Cumpen
tests with a display name containing a commamaybe you > just discovered a bug :) > > Regards, > > Bogdan-Andrei Iancu > > OpenSIPS Founder and Developer > http://www.opensips-solutions.com > OpenSIPS Summit 2018 > http://www.opensips.org/events/Summit-2018Amste

Re: [OpenSIPS-Users] opensips 2.3

2018-01-11 Thread Tito Cumpen
rom the second core[2]? > > [2] https://pastebin.com/2Eq8JZ1A > > Best regards, > > Răzvan Crainea > OpenSIPS Developer > www.opensips-solutions.com > > On 01/11/2018 10:56 AM, Tito Cumpen wrote: > >> I'm not sure what to look for to match the previous i

Re: [OpenSIPS-Users] opensips 2.3

2018-01-11 Thread Tito Cumpen
I'm not sure what to look for to match the previous issue so I pasted a couple of crashes from the last two days https://pastebin.com/aAFsgXEm https://pastebin.com/2Eq8JZ1A https://pastebin.com/reDexmqY Let me know if this helps. Thanks, Tito On Thu, Jan 11, 2018 at 12:50 AM, Tito C

Re: [OpenSIPS-Users] opensips 2.3

2018-01-11 Thread Tito Cumpen
d > DBG_MALOC macros)? You can do that either manually[1] or by using the > menuconfig tool, where you should go to Compile Flags and enable the two > macros, then recompile your sources. > > [1] http://www.opensips.org/Documentation/TroubleShooting-OutOfMem > > Best regards, >

[OpenSIPS-Users] comma in display from issues

2018-01-10 Thread Tito Cumpen
Group, I've noted a difference that after upgrading from 2.2 to 2.3 having a comma in the from headers within the quotes like : From: "Donald Duck, MD" ;tag=6lna5emmgs causes this parsing issue. /sbin/opensips[25810]: ERROR:core:_parse_to: unexpected char [,] in status 1: <<"Donald Duck>> . /sbi

[OpenSIPS-Users] opensips 2.3

2018-01-08 Thread Tito Cumpen
Group, I've migrated to opensips 2.3.2 git revision a3b332c and I am experiencing a crash I am using OpenSSL 1.0.2k-fips if that helps. gdb opensips core.11677 GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-94.el7 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 o

Re: [OpenSIPS-Users] SDES-no is unsupported on opensips

2018-01-05 Thread Tito Cumpen
ption is not completely true - although OpenSIPS 2.1 and 2.2 > versions do not support this option, OpenSIPS 2.3 does. > > Best regards, > > Răzvan Crainea > OpenSIPS Developerwww.opensips-solutions.com > > On 01/05/2018 03:03 AM, Tito Cumpen wrote: > > Group, > >

[OpenSIPS-Users] SDES-no is unsupported on opensips

2018-01-04 Thread Tito Cumpen
Group, The newest version of Chrome 63 requires either DTLS or SDES to be offered but not both. RTPENGINE offers both by default. Which will render the following issues. "Cryptos must be empty when DTLS is active" . I've tried disabling SDES by adding an offer flag SDES-no but I get the followin

Re: [OpenSIPS-Users] opensips 2.3 json compile error

2017-12-08 Thread Tito Cumpen
eck the library > version. > > Best regards, > > Răzvan Crainea > OpenSIPS Developerwww.opensips-solutions.com > > On 12/01/2017 10:17 AM, Tito Cumpen wrote: > > hello group, > > > I am attempting to compile opensips 2.3 on debian stretch but I am seeing > the

[OpenSIPS-Users] opensips 2.3 json compile error

2017-12-01 Thread Tito Cumpen
hello group, I am attempting to compile opensips 2.3 on debian stretch but I am seeing the following errors. Compiling array_del.c Compiling json.c *json.c:* In function ‘*get_object*’: *json.c:301:4:* *warning: *‘*json_object_object_get*’ is deprecated [ *-Wdeprecated-declarations*] *cu

Re: [OpenSIPS-Users] exec environmental var

2017-08-23 Thread Tito Cumpen
to, >> >> This seems to be caused by some misused startup optimization logic. Below >> is a scripting trick that should solve your problem until we take care of >> providing the official solution. >> >> Change this: >> >> ..., "$avp(env)&quo

Re: [OpenSIPS-Users] do_action error in logs

2017-08-23 Thread Tito Cumpen
literals, e.g. enclosed in single or > double quotes. > > On Wed, Aug 23, 2017 at 12:20:47AM -0700, Tito Cumpen wrote: > > > Group I am seeing errors in opensips logs with the latest 2.3 > > > > > > I am attempting to do the following

[OpenSIPS-Users] do_action error in logs

2017-08-23 Thread Tito Cumpen
Group I am seeing errors in opensips logs with the latest 2.3 I am attempting to do the following: if ($ua=~someUA){ setflag(4); } WARNING:core:do_action: error in expression at /etc/opensips/opensips.cfg:790 I also see an error in this expression if ($ua=~restcomm){ setflag(uac_ws);

Re: [OpenSIPS-Users] opensips 2.3 latest crashing

2017-08-09 Thread Tito Cumpen
r = tmp = 0x1 tmp_len = port = proto = protos_no = options = 0x6317c8 "f:cCm:M:b:l:n:N:rRvdDFETSVhw:t:u:g:P:G:W:o:" ---Type to continue, or q to quit--- ret = -1 seed = 1199514634 rfd = __FUNCTION__ = "ma

Re: [OpenSIPS-Users] opensips 2.3 latest crashing

2017-08-09 Thread Tito Cumpen
* * ret = -1* *seed = 1199514634* *rfd = * *__FUNCTION__ = "main"* On Wed, Aug 9, 2017 at 12:30 AM, Tito Cumpen wrote: > Liviu, > > > I am also seeing this > > : ERROR:proto_wss:tls_print_errstack: TLS errstack: > error:0606E06F:digit

Re: [OpenSIPS-Users] opensips 2.3 latest crashing

2017-08-09 Thread Tito Cumpen
? On Fri, Aug 4, 2017 at 1:53 AM, Tito Cumpen wrote: > Liviu, > > > I am not sure if it's the same issue. I disabled all mongo related modules > from loading and I am still getting some crashes with the following error: > > Aug 4 08:00:56 cloud-ser

Re: [OpenSIPS-Users] opensips 2.3 latest crashing

2017-08-04 Thread Tito Cumpen
", > the upcoming merge should fix your crashes. > > Best regards, > > [1]: https://github.com/OpenSIPS/opensips/pull/1163 > > Liviu Chircu > OpenSIPS Developerhttp://www.opensips-solutions.com > > On 03.08.2017 11:03, Tito Cumpen wrote: > > I am getting crashe

[OpenSIPS-Users] opensips 2.3 latest crashing

2017-08-03 Thread Tito Cumpen
I am getting crashes on a daily basis with the following message Aug 3 07:42:52 /sbin/opensips[7681]: CRITICAL:core:receive_fd: EOF on 106 Aug 3 07:42:52 /sbin/opensips[7641]: NOTICE:presence:destroy: destroy module ... Aug 3 07:42:52 /sbin/opensips[7641]: NOTICE:cachedb_mongodb:destroy: dest

[OpenSIPS-Users] !rest_get behavior

2017-07-25 Thread Tito Cumpen
Group I am using the latest opensips 2.3 and I am wondering why a 404 response doesn't invoke this block ? if (!rest_get("http://$avp(api)/cc/authorized/$fU/$rU", "$json(authresponse)", "$var(ct)", "$var(rcode)")) { xlog("Error code $var(rcode) in HTTP GET

Re: [OpenSIPS-Users] support for cloudamqp

2017-07-18 Thread Tito Cumpen
> > Here's[1] the snippet I used for my tests. > > [1] https://pastebin.com/rRZhDXTX > > Best regards, > > Răzvan Crainea > OpenSIPS Solutionswww.opensips-solutions.com > > On 04/24/2017 10:35 AM, Tito Cumpen wrote: > > Razvan, > > How do specify th

[OpenSIPS-Users] exec environmental var

2017-07-18 Thread Tito Cumpen
Group, I am trying to migrate to the latest opensips 2.3 but I am having issues when setting this in my script. $avp(env) = ""; xlog(" $var(input) being executed\n"); exec("php /etc/opensips/authenticate.php $var(input2)", "", "$var(outinvite)", "$var(err)", "$a

Re: [OpenSIPS-Users] compile with openssl version

2017-07-12 Thread Tito Cumpen
(aka ".a" files). > > Liviu Chircu > OpenSIPS Developerhttp://www.opensips-solutions.com > > On 12.07.2017 00:38, Tito Cumpen wrote: > > Liviu, > > > it is check out the following > > ls -al /usr/local/ssl/lib/ > > total 5780 > > drwxr-xr

Re: [OpenSIPS-Users] compile with openssl version

2017-07-11 Thread Tito Cumpen
iled and > installed under /usr/local/ssl/lib > > Liviu Chircu > OpenSIPS Developerhttp://www.opensips-solutions.com > > On 11.07.2017 23:54, Tito Cumpen wrote: > > I tried both suggestions. Finally I settled for editing the make file. Now > I am getting this error > > &

Re: [OpenSIPS-Users] compile with openssl version

2017-07-11 Thread Tito Cumpen
quot;upgrade" the library for all apps in your system > that require it. > > Liviu Chircu > > OpenSIPS Developer > > http://www.opensips-solutions.com > <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.opensips-solutions.com&data=02%7C01%7Crmund

[OpenSIPS-Users] compile with openssl version

2017-07-11 Thread Tito Cumpen
Group, I've updated openssl in order to use opensips 2.3 but I am having issues after compiling and running openssl version -a OpenSSL 1.0.2k 26 Jan 2017 built on: reproducible build, date unspecified platform: linux-x86_64 options: bn(64,64) rc4(8x,int) des(idx,cisc,16,int) idea(int) blowfi

[OpenSIPS-Users] what sort of unit is used in exec

2017-06-29 Thread Tito Cumpen
what unit is used in the mod exec modparam("exec", "time_to_kill", 20) ? the documentation doesnt specify. ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] Rest client for auth

2017-06-23 Thread Tito Cumpen
Bogdan, I found the solution to the issue I wasnt setting modparam("auth", "calculate_ha1", 1) which allows the password to be in plaintext in the pseudo var. In addition I had to join the $fU+"@"+$fd since the $fu carries sip: Thanks, TIto On Thu, Jun 22, 2017

Re: [OpenSIPS-Users] Rest client for auth

2017-06-22 Thread Tito Cumpen
case -3: www_challenge("", "0"); exit; default: www_challenge("", "0"); exit; } } but I am not able to authenticate I keep getting -1 as i

Re: [OpenSIPS-Users] Rest client for auth

2017-06-21 Thread Tito Cumpen
g/html/docs/modules/2.3.x/auth.html#idp5590848 > > Best regards, > > Bogdan-Andrei Iancu > OpenSIPS Founder and Developer > http://www.opensips-solutions.com > > OpenSIPS Bootcamp 2017, Huston, US > http://opensips.org/training/OpenSIPS_Bootcamp_2017.html >

Re: [OpenSIPS-Users] 401 Unauthorized after Authentication Digest

2017-05-30 Thread Tito Cumpen
David, Can you please share your opensips.cfg file? Check if opensips is removing the credentials via consume_credentials. I presume this trace is taken from the sip phone itself? I don't see the hop towards asterisk here. you should just have opensips forward if you wan't to avoid double registr

[OpenSIPS-Users] Rest client for auth

2017-05-25 Thread Tito Cumpen
Group, Is it possible to use a rest api for auth_db? Meaning can opensips authenticate a user based on a rest query against a rest api? I thought about using db http by fronting the request with a local http server but I don't see a way to pass a custom headers to the query. This custom header wou

[OpenSIPS-Users] tm param for 477?

2017-05-01 Thread Tito Cumpen
Group, Is there a tm param to force 477 failures to go to failure block ? IE: I have a wss socket that times out or closes connection but the UL entry is still active so the connection attempt fails and the 477 is sent back to the UAC instead of trying the logic in the failure block. Can anything

Re: [OpenSIPS-Users] openssl version launching 2.3

2017-04-24 Thread Tito Cumpen
, Tito Cumpen wrote: > Group, > > I am having issues launching the latest opensips 2.3. Although I've > updated openssl and recompillled opensips > > > ERROR:tls_mgm:mod_init: NOTE: check if you are using openssl 1.0.1e-fips, > (or other FIPS version of openssl, as this

[OpenSIPS-Users] openssl version launching 2.3

2017-04-24 Thread Tito Cumpen
Group, I am having issues launching the latest opensips 2.3. Although I've updated openssl and recompillled opensips ERROR:tls_mgm:mod_init: NOTE: check if you are using openssl 1.0.1e-fips, (or other FIPS version of openssl, as this is known to be broken; if so, you need to upgrade or downgrad

Re: [OpenSIPS-Users] mongoc changes

2017-04-24 Thread Tito Cumpen
Hat. > > Regards, > > Liviu Chircu > OpenSIPS Developerhttp://www.opensips-solutions.com > > OpenSIPS Summit May 2017 Amsterdam > http://www.opensips.org/events/Summit-2017Amsterdam.html > > On 24.04.2017 23:23, Tito Cumpen wrote: > > Group, > > > I am t

[OpenSIPS-Users] mongoc changes

2017-04-24 Thread Tito Cumpen
Group, I am trying to compile opensips from the latest 2.3 pull. It looks like it requires libmongoc-1.0 but the documentation is asking for v 0.6. I am also having issues finding 1.0 Package libmongoc-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containi

Re: [OpenSIPS-Users] support for cloudamqp

2017-04-24 Thread Tito Cumpen
host in the url. > But you can use the latest rabbitmq module in OpenSIPS 2.3. > > Best regards, > > Răzvan Crainea > OpenSIPS Solutionswww.opensips-solutions.com > > On 04/21/2017 09:53 PM, Tito Cumpen wrote: > > Hey Razvan, > > I tried the following on Opensips:

Re: [OpenSIPS-Users] support for cloudamqp

2017-04-21 Thread Tito Cumpen
modules (event_rabbitmq and rabbitmq) use the same > AMQP library. > Can you detail a bit how you tested so we can find where the problem is on > your setup? > > Best regards, > > Răzvan Crainea > OpenSIPS Solutionswww.opensips-solutions.com > > On 04/20/2017 09:1

[OpenSIPS-Users] support for cloudamqp

2017-04-20 Thread Tito Cumpen
Hello, I was wondering if there was any intention to update the amqp support to allow opensips to post events to cloudamqp(https://www.cloudamqp.com). When I try to connect cloudamqp it fails because it is outdated. Thanks, Tito ___ Users mailing list U

Re: [OpenSIPS-Users] WebRTC

2017-04-13 Thread Tito Cumpen
Dragomir, Do you intend on having interoperability between standard(AVPF/AVP) sip devices and WEBRTC? If yes I think rtpengine in the only media relay that supports translation. Also consider using a library that supports sip headers. JSSIP or SIPJS Thanks, Tito On Thu, Apr 13, 2017 at 3:00 PM,

Re: [OpenSIPS-Users] max size of TLS SDP

2017-02-21 Thread Tito Cumpen
; Răzvan Crainea > OpenSIPS Solutionswww.opensips-solutions.com > > On 02/21/2017 12:07 PM, Tito Cumpen wrote: > > Group, > > Is there a max size to a TLS based sip MSG on reply? I have moved the > chunk size to 8 but I am still seeing issue when a client I am using sends > a 200 ok with a le

[OpenSIPS-Users] max size of TLS SDP

2017-02-21 Thread Tito Cumpen
Group, Is there a max size to a TLS based sip MSG on reply? I have moved the chunk size to 8 but I am still seeing issue when a client I am using sends a 200 ok with a length of 4040. Opensips resets the connection but I am not sure why. Conversely when the same client offers an invite it comes

Re: [OpenSIPS-Users] Opensips with rtpengine

2017-02-10 Thread Tito Cumpen
Sasmita, I am using the following which works well with sipml5 and sipjs loadmodule "proto_wss.so" modparam("proto_wss", "wss_max_msg_chunks", 8) modparam("tls_mgm", "certificate","/etc/opensips/tls/domain.com.crt") modparam("tls_mgm", "private_key","/etc/opensips/tls/domain.com.key") m

Re: [OpenSIPS-Users] unsubscribe or 481 not working

2017-01-25 Thread Tito Cumpen
status [481] and to_tag [688612044cccea408f6da88d48100390-629d], cseq [CSeq: 1] Does anyone have any idea why ? On Wed, Jan 25, 2017 at 6:30 PM, Tito Cumpen wrote: > Group, > > I am having issues handling the removal of subscriptions in presence. I am > using opensips 2.2.2 git revision b0

[OpenSIPS-Users] unsubscribe or 481 not working

2017-01-25 Thread Tito Cumpen
Group, I am having issues handling the removal of subscriptions in presence. I am using opensips 2.2.2 git revision b0fbe60. My UA is sending subscription with an expire 0 and opensips responds with 200 ok like this SIP/2.0 200 OK Via: SIP/2.0/WSS 192.0.2.67;received=xx.xx.xxx.xx;rport=49679;branc

Re: [OpenSIPS-Users] custom presence bodies

2016-12-23 Thread Tito Cumpen
find information of where it is sourced from. On Tue, Dec 20, 2016 at 7:25 AM, Tito Cumpen wrote: > Thanks for your reply Razvan, > > > I tried using the conference event with application/xml+conf but opensips > is replying with these errors: > > : ERROR:presence:handle_su

Re: [OpenSIPS-Users] custom presence bodies

2016-12-20 Thread Tito Cumpen
st regards, > > Răzvan Crainea > OpenSIPS Solutionswww.opensips-solutions.com > > On 12/20/2016 11:37 AM, Tito Cumpen wrote: > > Razvan, > > > Thanks for pointing that out. Will my subscribers get this xml via notify > regardless of the content type? say : > > applicat

Re: [OpenSIPS-Users] custom presence bodies

2016-12-20 Thread Tito Cumpen
> > [1] http://www.utilities-online.info/xmltojson/?save=5a6721b1- > 55f9-46c2-8bda-cf21e15e38b3-xmltojson > [2] http://www.utilities-online.info/xmltojson/?save=320f586b- > c2eb-4e73-b564-3f73f0120662-xmltojson > > Best regards, > > Răzvan Crainea > OpenSIPS Solutionsww

Re: [OpenSIPS-Users] custom presence bodies

2016-12-19 Thread Tito Cumpen
I want to implement something similar to https://tools.ietf.org/html/rfc4579 On Mon, Dec 19, 2016 at 1:58 PM, Tito Cumpen wrote: > Group or Devs, > > Is there any way to allow custom bodies during a presence publish? > > I am trying to implement presence notifies for a conferenc

[OpenSIPS-Users] custom presence bodies

2016-12-19 Thread Tito Cumpen
Group or Devs, Is there any way to allow custom bodies during a presence publish? I am trying to implement presence notifies for a conferencing scenario to allow participants of a conference to subscribe to the conference events. The events will send information about who connected to and disconn

Re: [OpenSIPS-Users] running sip tls on 443

2016-07-05 Thread Tito Cumpen
ot; On Tue, Jul 5, 2016 at 7:58 AM, Bogdan-Andrei Iancu wrote: > Hi Tito, > > Could you print the whole backtrace ? > > Thanks, > > Bogdan-Andrei Iancu > OpenSIPS Founder and Developerhttp://www.opensips-solutions.com > > On 05.07.2016 14:37, Tito Cumpen wrote: > &

Re: [OpenSIPS-Users] running sip tls on 443

2016-07-05 Thread Tito Cumpen
LLOC flags) - is this a > production system with considerable load on it ? > > Regards, > > Bogdan-Andrei Iancu > OpenSIPS Founder and Developerhttp://www.opensips-solutions.com > > On 01.07.2016 18:44, Tito Cumpen wrote: > > Bogdan, > > > Correction I was using :

Re: [OpenSIPS-Users] running sip tls on 443

2016-07-01 Thread Tito Cumpen
support: poll, epoll_lt, epoll_et, sigio_rt, select. git revision: d835721 main.c compiled on 15:24:26 Jun 28 2016 with gcc 4.8.5 On Fri, Jul 1, 2016 at 9:23 AM, Tito Cumpen wrote: > Bogdan, > > Here is the backtrace: > > > Reading symbols from /usr/sbin/opensips...done.

Re: [OpenSIPS-Users] running sip tls on 443

2016-07-01 Thread Tito Cumpen
te: > Hi Tito, > > If opensips crashes, were you able to extract a backtrace from the core > file(s) ? > > Thanks and regards, > > Bogdan-Andrei Iancu > OpenSIPS Founder and Developerhttp://www.opensips-solutions.com > > On 27.06.2016 21:20, Tito Cumpen wrote: > &

Re: [OpenSIPS-Users] opensips 2.3 crash

2016-06-27 Thread Tito Cumpen
://www.opensips-solutions.com > > On 03.05.2016 20:00, Tito Cumpen wrote: > > Group, > > > I get about two nightly crashes in the latest opensips head this has been > happening consistently for about a week and half now. All crashes are > identical to: > > Usi

[OpenSIPS-Users] running sip tls on 443

2016-06-27 Thread Tito Cumpen
Group, I am experiencing strange behavior when configuring sip tls on port 443. At time opensips crashes or stops accepting new connections. Here are the tcp configs I am using: #disable_tcp=no tcp_connection_lifetime=3600 tcp_connect_timeout=3 tcp_keepidle = 30 tcp_keepinterval = 5 tcp_kee

Re: [OpenSIPS-Users] webrtc native client for opensips

2016-06-22 Thread Tito Cumpen
sh" wrote: > My objective is to make a native webrtc application which can use SIP over > wss for signalling and for media also I do not want to be dependent on > chrome as in future I wish to incorporate more codecs into it. > > Any pointers for me? > > On Wed, Jun 22,

Re: [OpenSIPS-Users] webrtc native client for opensips

2016-06-22 Thread Tito Cumpen
John, You can utilize sipjs and jssip on account that they utilize sip over websocket. Take into consideration that chrome will only allow getusermedia if you are using wss and https . On Jun 22, 2016 3:07 AM, "John Nash" wrote: > Apart from sipml5 is there any native webrtc client also which I

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

2016-05-05 Thread Tito Cumpen
ot add anything to the server's log > itself. > > On 5 May 2016 at 21:08, Tito Cumpen wrote: > >> Nabel, You should should take a trace at the receiving proxy to verify >> the traffic is even getting there. If there is no sdp received from the UAS >> you would not see

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

2016-05-05 Thread Tito Cumpen
Nabeel, This article points at UDP in terms of media. Which uses very ephemeral sample rates therefore we do not notice packet loss . I would argue that TCP is better when dealing with larger SIP msg packets due to the ability to notify the far end of pending fragments. On Thu, May 5, 2016 at 4:

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

2016-05-05 Thread Tito Cumpen
at 3:54 PM, Tito Cumpen wrote: > Adding to Bogdan's point I am successfully using sip tls on port 443 > without any issues as of yet. It's bypassing some isp enforced algs as > well as those enforced by local routers. :-). > > > > > On Thu, May 5, 2016 at 3:35

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

2016-05-05 Thread Tito Cumpen
Adding to Bogdan's point I am successfully using sip tls on port 443 without any issues as of yet. It's bypassing some isp enforced algs as well as those enforced by local routers. :-). On Thu, May 5, 2016 at 3:35 PM, Nabeel wrote: > > Please check the following SIP trace taken within a WiFi

[OpenSIPS-Users] opensips 2.3 crash

2016-05-03 Thread Tito Cumpen
Group, I get about two nightly crashes in the latest opensips head this has been happening consistently for about a week and half now. All crashes are identical to: Using host libthread_db library "/lib64/libthread_db.so.1". Core was generated by `/sbin/opensips -P /var/run/opensips.pid -u open

Re: [OpenSIPS-Users] issues with siptrace hep on load

2016-04-27 Thread Tito Cumpen
Ionut, Is this required for a trace agent ? I'm simply trying to mirror packets using hep to a homer instance. Thanks, Tito On Apr 27, 2016 1:12 PM, "Ionita Ionut-Razvan" wrote: > Did you define a hep listener(listen=hep:...)? > > On Apr 27, 2016, at 19:51, Tito Cu

Re: [OpenSIPS-Users] issues with siptrace hep on load

2016-04-27 Thread Tito Cumpen
> > Do you have proto_hep module compiled and loaded in the script? > > Regards, > > Ionut Ionita > OpenSIPS Developer > > On 04/26/2016 07:54 PM, Tito Cumpen wrote: > > Group, > > I am running opensips > > 2.3.0-dev (x86_64/linux)

Re: [OpenSIPS-Users] issues running evi accounting only

2016-04-26 Thread Tito Cumpen
fetching it and tell me if the problem continues? > > [0] > https://github.com/OpenSIPS/opensips/commit/41bcd2559b29a23e96636c6c2dfc5628f69ae5b7 > > Regards, > Ionut Ionita > OpenSIPS Developer > > On 04/26/2016 11:12 AM, Tito Cumpen wrote: > > Please advise if there

[OpenSIPS-Users] issues with siptrace hep on load

2016-04-26 Thread Tito Cumpen
Group, I am running opensips 2.3.0-dev (x86_64/linux) git revision: bdcee39 and I am seeing issues when loading hep Apr 26 16:50:02 [7240] DBG:core:find_cmd_export_t: not found Apr 26 16:50:02 [7240] ERROR:siptrace:mod_init: Can't bind proto hep! Apr 26 16:50:02 [7240] ERROR:core:init_mod:

Re: [OpenSIPS-Users] issues running evi accounting only

2016-04-26 Thread Tito Cumpen
Please advise if there is anything else required here. On Apr 21, 2016 3:36 PM, "Tito Cumpen" wrote: > Ionut, > > Here it is with memlog = 1 > > On Thu, Apr 21, 2016 at 3:20 PM, Tito Cumpen wrote: > >> Ionut, >> >> Here is the console input after e

Re: [OpenSIPS-Users] Startup event

2016-04-25 Thread Tito Cumpen
oc7 > > Regards, > > Bogdan-Andrei Iancu > OpenSIPS Founder and Developerhttp://www.opensips-solutions.com > > On 22.04.2016 23:58, Tito Cumpen wrote: > > Group, > > Is there a way to launch or subscribe to an opensips event on startup or > shutdown? I am looking t

Re: [OpenSIPS-Users] issues with latest head logging

2016-04-25 Thread Tito Cumpen
not to syslog. > > Regards, > > Bogdan-Andrei Iancu > OpenSIPS Founder and Developerhttp://www.opensips-solutions.com > > On 23.04.2016 01:46, Tito Cumpen wrote: > > Bogdan, > > > Here are the first lines from my config: > > > 1 # > >2 # OpenSIPS r

Re: [OpenSIPS-Users] issues with latest head logging

2016-04-22 Thread Tito Cumpen
com > > On 22.04.2016 21:50, Tito Cumpen wrote: > > Liviu, > > > I don't see any messages regarding opensips in /var/log/messages. I don't > see an issue finding opensips.cfg. Since opensips is starting with all the > changes I make to the config b

  1   2   3   >