I have a Sofia-SIP nua application that needs to handle a 302 and not
automatically send out a re-invite. I have not been able to identify any
tags that would disable this automatic re-invite. Is there anyway to
disable this feature in the nua library or do I need to implement this using
the nta
Hi,
On 22 Feb 2010, Thiago Martins de Sousa wrote:
> I'm studying the Sophia Sip library and I have a doubt. How does
> the Sophia Sip Stack handles the codecs and the video streams.
sofia-sip library just handles the SIP signaling part, so actual
implementation of codecs and RTP must be done el
Hi Thiago,
I'm studying the Sophia Sip library and I have a doubt. How does the Sophia
> Sip Stack handles the codecs and the video streams.
>
>
Sofia SIP doesn't really handle any 'data stream' like video or voice. It
will just handle the required SIP communication, and may also work at
codec-neg
Hy!
I'm still a new development and not much was to set the development
environment (Xcode).
These activities are done or wrong?
I'm working on a Intel-based Mac.
The following progress has been made:
- Unpacked the source
Ran the following commands:
./configure
make
sudo make install
After I try