Re: [OpenSIPS-Users] Engage rtpengine if destination resigstered client is ipv6

2016-02-08 Thread Jonathan Hunter
Hi Eric, Thanks for the response on this.The main issue was with identifying if the Registered user I was sending the INVITE request to was over IPv6 or IPv4, and it looks like your config should give me an indication.Many thanks Jon Message: 5Date: Mon, 8 Feb 2016 07:44:18 -0700From: Eric Tamme

Re: [OpenSIPS-Users] Engage rtpengine if destination resigstered client is ipv6

2016-02-08 Thread Eric Tamme
The proper way to do this is to check when the user registers if they are ipv4 or ipv6 and set a branch flag that will be saved with the registration. When you call lookup, it will restore the branch flag, allowing you access to the information about the UAS ipv4, ipv6, behind a not or not

Re: [OpenSIPS-Users] Lots of presence:p_tm_callback, 408 warning

2016-02-08 Thread Bogdan-Andrei Iancu
They are generated and sent out immediately, upon a PUBLISH. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 06.02.2016 22:48, surya wrote: Hi Bogdan, Thanks for the confirmation. Can you please tell me how NOTIFY are processed internally. I

[OpenSIPS-Users] [2.2/devel] Heads up, major changes

2016-02-08 Thread Bogdan-Andrei Iancu
Hi all, This is a heads up regarding some latest changes over OpenSIPS 2.2 / devel branch, changes that do impact your scripts : 1) *"fork" option replaced wit**h "debug_mode"* The fork/don't fork option made no sense anymore in the new OpenSIPS architecture (with async reactor). Even more,

Re: [OpenSIPS-Users] Radius Async

2016-02-08 Thread Dragomir Haralambiev
[root@sbc opensips_head]# patch -p1 < free_rad.patch (Stripping trailing CRs from patch.) patching file Makefile Hunk #1 FAILED at 31. 1 out of 1 hunk FAILED -- saving rejects to file Makefile.rej 2016-02-05 16:28 GMT+02:00 Ionut Ionita : > Can you try this patch? >

Re: [OpenSIPS-Users] Radius Async

2016-02-08 Thread Dragomir Haralambiev
Now my Makefile begin with follow lines: ifeq ("$(FREERADIUS)", "") ifneq ("$(wildcard /usr/include/freeradius-client.h)","") FREERADIUS=1 endif endif I compile with : FREERADIUS=1 make all FREERADIUS=1 make install Problem still exists! 2016-02-05 16:28 GMT+02:00 Ionut Ionita

Re: [OpenSIPS-Users] ERROR:tm:t_newtran: EoH not parsed on ACK?

2016-02-08 Thread Bogdan-Andrei Iancu
Hi Søren, That's the typical error if the end-of-headers is not found in the message. After the headers, any SIP message must have a \r\n delimiter ; of course, I assume there were no other previous parsing errors. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer

[OpenSIPS-Users] OpenSIPS 2.1 Edge Proxy Config

2016-02-08 Thread John Mathew
Razvan, Can you please share the OpenSIPS 2.1 edge proxy configuration? This is with reference to your Opensips summit video. -- John Mathew Divox International Inc. | Divox FZ LLC +971-7-243-1145 +91-9037-11 john.mat...@divoxmedia.com www.divoxmedia.com

[OpenSIPS-Users] How to TLS ?

2016-02-08 Thread Hamid Hashmi
It will be a great help if you please help me in configuring TLS. I have followed this to configure TLS but could not able to verify certificates. its working if disable following flags modparam("proto_tls","verify_cert", "0")modparam("proto_tls","require_cert", "0") BUT not verifying

Re: [OpenSIPS-Users] Engage rtpengine if destination resigstered client is ipv6

2016-02-08 Thread Eric Tamme
yes it is possible to bridge ip4 to ip6 using the "address family" key in the offer/answer to specify ipv4 or ipv6. See the RTPEngine docs for more info https://github.com/sipwise/rtpengine/ -Eric On 02/08/2016 07:38 AM, Jonathan Hunter wrote: Hi All, Doe's anyone know if its possible to

Re: [OpenSIPS-Users] Engage rtpengine if destination resigstered client is ipv6

2016-02-08 Thread Eric Tamme
You can see an example of setting the flags in my federated-sip project https://github.com/etamme/federated-sip/blob/master/core/opensips.cfg.erb#L558 -Eric On 02/08/2016 07:38 AM, Jonathan Hunter wrote: Hi All, Doe's anyone know if its possible to set for examaple rtpengine to bridge

[OpenSIPS-Users] Engage rtpengine if destination resigstered client is ipv6

2016-02-08 Thread Jonathan Hunter
Hi All, Doe's anyone know if its possible to set for examaple rtpengine to bridge between IPv4 and IPv6 only if the target request is destined for a subscriber who is registered over IPv6? I am aware of the address family function, to determine which interface/IP version a SIP request comes

Re: [OpenSIPS-Users] [BOOK] Building Telephony Systems with OpenSIPS - 2.1 version

2016-02-08 Thread Bogdan-Andrei Iancu
Hi Schneur, Could you point the name of the chapter and the context of that mistake, so I can double check it ? Thanks & Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 07.02.2016 14:53, Schneur Rosenberg wrote: I bought the book and I

[OpenSIPS-Users] Class 5 & softphone supporting ZRTP

2016-02-08 Thread Maciej Bylica
Hi All, I am looking for a class 5 platform (basic VAS) and softphone (IOS, Android) both supporting ZRTP protocol to achieve the highest voice security. C.5 and UA should be delivered from the same supplier (like sipwise for instance) Could anybody recommend me any solution here? Thanks in