[OpenSIPS-Users] LoadBalancer and Clusterer

2017-07-22 Thread Mike Tesliuk
Hello,


On the past, i had implemented the dialog with cachedb and load_balancer
using a nosql, using the resource with the /s , as the load_balancer
have the parameter receive the replication, how i use that ?


without the /s when i create a call i do not se the resource being used
on node 2 , is that supposed to happen ?


Thank you.


PS: testing the 2.3 version


-- 


​Atenciosamente,
WSU TECNOLOGIA
Mike Tesliuk
Rua Visconde do Rio Branco 1630 . Sala 1302 . Curitiba . PR  
12387 SW 125th ter, Miami, Florida 33186 - USA
tel +55 (41) 3941.0650   +1 (786) 719.6253
*website   |  mapa

  |  email
*
.



signature.asc
Description: OpenPGP digital signature
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Call continuity

2017-07-22 Thread Mike Tesliuk
This is the kind of structure where you need a BGP session with your
carriers, when you have an ASN and your own IP Block you can have your
communication flowing between any internet links you want, as the ip
address will flow between all of them, this is the right way.


if you have two simples internet connections there is no way to do that


Em 20/07/17 17:11, Alex Balashov escreveu:
> On Thu, Jul 20, 2017 at 08:07:28PM +, Abdirahman A. Osman wrote:
>
>> Is it possible to keep a live call continue , if the internet
>> connection fails and route it through another internet connection ?
>> Does SIP protocol support this kind of Call continuity?
> Generally speaking, no, though the answer will vary with the modalities
> of the failover mechanism.
>
> But in general, failing anything over to another Internet connection
> means changing the address of one of the endpoints involved. All
> session-based Internet applications, whether using a
> connection-orientated transport or not, presume that the IP and port
> endpoints on both ends stay the same. 
>
> So, if you suddenly start sending media from another place and expecting
> to receive it there likewise, that will not be considered to be part of
> the same phone call.
>
> -- Alex
>

-- 


​Atenciosamente,
WSU TECNOLOGIA
Mike Tesliuk
Rua Visconde do Rio Branco 1630 . Sala 1302 . Curitiba . PR  
12387 SW 125th ter, Miami, Florida 33186 - USA
tel +55 (41) 3941.0650   +1 (786) 719.6253
*website   |  mapa

  |  email
*
.



signature.asc
Description: OpenPGP digital signature
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] error on script generation

2017-07-22 Thread Mike Tesliuk
Hello there,


im compiling the opensips 2.3 and the generated script with tls generate
the lines below:

modparam("proto_tls","verify_cert", "1")
modparam("proto_tls","require_cert", "0")
modparam("proto_tls","tls_method", "TLSv1")

modparam("proto_tls","certificate",
"/usr/local/etc/opensips/tls/user/user-cert.pem")
modparam("proto_tls","private_key",
"/usr/local/etc/opensips/tls/user/user-privkey.pem")
modparam("proto_tls","ca_list",
"/usr/local/etc/opensips/tls/user/user-calist.pem")


Those parameters are from tls_mgm not from proto_tls right ? on module
documentation are on tls_mgm section


-- 


​Atenciosamente,
WSU TECNOLOGIA
Mike Tesliuk
Rua Visconde do Rio Branco 1630 . Sala 1302 . Curitiba . PR  
12387 SW 125th ter, Miami, Florida 33186 - USA
tel +55 (41) 3941.0650   +1 (786) 719.6253
*website   |  mapa

  |  email
*
.



signature.asc
Description: OpenPGP digital signature
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Error in compile of tls_mgm

2017-07-22 Thread Mike Tesliuk
i got a Hunk


[2017-07-22 08:07:33] root@opensipsHomolog /usr/src/opensips-2.2 # 
patch -p1 < /root/port-tls-1.1.0.patch
patching file modules/tls_mgm/tls.h
patching file modules/tls_mgm/tls_conn_ops.h
patching file modules/tls_mgm/tls_conn_server.h
patching file modules/tls_mgm/tls_mgm.c
Hunk #3 succeeded at 1154 (offset 81 lines).
Hunk #4 succeeded at 1178 (offset 81 lines).
Hunk #5 succeeded at 1229 (offset 81 lines).
Hunk #6 succeeded at 1239 (offset 81 lines).
Hunk #7 succeeded at 1388 (offset 80 lines).
Hunk #8 succeeded at 1406 (offset 80 lines).
Hunk #9 succeeded at 1436 with fuzz 1 (offset 80 lines).
patching file modules/identity/identity.c


i will  try to apply mannually and let you know


Em 21/07/17 13:49, Răzvan Crainea escreveu:
> Hi, Mike!
>
> You can apply this[1] patch to make opensips 2.2 compatible with ssl
> 1.1.0. However, this has not yet been fully tested, that's why it's
> not present in the current version.
> Please give it a try and let me know how it goes.
>
> [1]
> https://sources.debian.net/src/opensips/2.2.2-3/debian/patches/port-tls-1.1.0.patch/
>
> Best regards,
> Răzvan Crainea
> OpenSIPS Solutions
> www.opensips-solutions.com
> On 07/21/2017 07:16 PM, Mike Tesliuk wrote:
>>
>> I got more errors on this case.
>>
>>
>> i will try the 2.3 version, thank  you.
>>
>>
>> Em 21/07/17 11:54, Răzvan Crainea escreveu:
>>> CC_EXTRA_OPTS=-DOPENSSL_NO_KRB5 make modules modules=modules/tls_mgm
>>
>> -- 
>>
>>
>> ​Atenciosamente,
>> WSU TECNOLOGIA
>> Mike Tesliuk
>> Rua Visconde do Rio Branco 1630 . Sala 1302 . Curitiba . PR  
>> 12387 SW 125th ter, Miami, Florida 33186 - USA
>> tel +55 (41) 3941.0650   +1 (786) 719.6253
>> *website   |  mapa
>> 
>>   |  email
>> *
>> .
>>
>>
>>
>> ___
>> Users mailing list
>> Users@lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users

-- 


​Atenciosamente,
WSU TECNOLOGIA
Mike Tesliuk
Rua Visconde do Rio Branco 1630 . Sala 1302 . Curitiba . PR  
12387 SW 125th ter, Miami, Florida 33186 - USA
tel +55 (41) 3941.0650   +1 (786) 719.6253
*website   |  mapa

  |  email
*
.



signature.asc
Description: OpenPGP digital signature
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users