[OpenSIPS-Users] rtpproxy compile

2016-12-19 Thread Denis
Hello! I want to use extractaudio utility to extract audio and write it to some .wav file.But, during compiling of this utility i get such error"extractaudio.c:325: undefined reference to `sf_open'extractaudio.c:389: undefined reference to `sf_write_short'extractaudio.c:400: undefined reference to

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 conferencing scenario to

[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] Opensips 2.2 and CANCEL transaction

2016-12-19 Thread Denis
Hello, Razvan! No, on the third leg the first instance doesn`t send 100 Trying to the Proxy. I made it because the Proxy is responsible for routing to another destination if INVITE cannot be sent to a main route in any case.So as i understand i can only use fr_timeout and fr_inv_timeout, right? -- 

Re: [OpenSIPS-Users] Opensips 2.2 and CANCEL transaction

2016-12-19 Thread Răzvan Crainea
Hi, Denis! According to the SIP RFC, if the Proxy doesn't receive any reply, it will not generate a CANCEL. Are you sending at least 100 Trying between your servers? Best regards, Răzvan Crainea OpenSIPS Solutions www.opensips-solutions.com On 12/19/2016 12:42 PM, Denis wrote: Hello! Serve

[OpenSIPS-Users] Opensips 2.2 and CANCEL transaction

2016-12-19 Thread Denis
Hello! Server:: OpenSIPS (2.2.2 (x86_64/linux)) I am going to use Opensips as top_hiding, load balancer and proxy instance. My scheme looks as follows. The first instance: top_hiding and load balancer. It listens 5060 and 5068 ports.The second instance: proxy. It listens 5065 port. The scheme of th