Hi, anyone has noticed about a memory leak in receiving a in-dialog sip
options in version 1.12.11 and other newer branches ?
If so, please let me know if it was fixed.
Best regards.
Davide Lampugnani
___
Sofia-sip-devel mailing list
Sofia-sip-dev
This is not a minor feat. We have already created this functionality inside of
FreeSWITCH. Maybe its a better fit for your needs.
> On Dec 29, 2014, at 7:13 AM, Андрей Аппалонов
> wrote:
>
> Hello!
>
> I am writing an application using the library Sofia-SIP.
> The session was organized suc
Hello!
I am writing an application using the library Sofia-SIP.
The session was organized succeeded. Have a question:
How can I organize a voice recording into a file and read from the sound
file to channel?
I would be very grateful for the information.
Best Regards.
Hello!
Tell me, please, how to send an INVITE or 200 OK with SDP?
Here is my code:
http://pastebin.com/ufGW9x0w
When you go off-hook phone goes INVITE + SDP in the application, but the
application on your phone goes 200 OK without SDP.
--
Best Regards.
Hello! Tell me, please, how to send an INVITE or 200 OK with SDP?
Here is my code:
http://pastebin.com/ufGW9x0w
When you go off-hook phone goes INVITE + SDP in the application, but the
application on your phone goes 200 OK without SDP.
--
Best Regards.--
sofia-sip is a sip stack, not an rtp stack. you can see examples in
sofia-sip-cli and freeswitch.
Mike
> On Dec 24, 2014, at 6:15 AM, Андрей Аппалонов
> wrote:
>
> Hello!
> Please tell me where I can take the example of the establishment of the
> channel (the call is answered) in Sofia-SIP
Hello!
Please tell me where I can take the example of the establishment of the
channel (the call is answered) in Sofia-SIP and RTP-packet capture.
--
Best Regards.
--
Dive into the World of Parallel Programming! The Go P
Hello!
I hope, I'm doing this right with the mailing list, otherwise I want to
apologise!
I wanted to run the "hello world" from
http://gitorious.org/sofia-sip/pages/SofiaTutorial with hello.c:
/* Hello world in Sofia-SIP.
*
* This application will send a MESSAGE
* from to
*/
#include
hello i sent a sip message invite with the SDP ("v=0\n" "o=alice
2890844526 2890844526 IN IP4 192.168.200.212\n" "s= \n" "c=IN IP4
192.168.200.212 \n" "t=0 0\n" "m=audio 5004 RTP/AVP 0 8\n"),
the callee response with 100 trying but the caller sent a sip request c
hello
i want to excute the script file "test_100rel.c"(in the folder /
sofia-sip-1.12.10/tests ) but i can't,
so please haw can i excute this script
thank you --
The Palm PDK Hot Ap
Hi all,
I have an Ad hoc network at home and I don't have internet access. I would like
to use sofia-sip to be able to have a VoIP communication between the computers
that are in the ad hoc network. Anybody know how could I use sofia-sip to
implement a VoIP session in the ad-hoc network?
I woul
I tried to understand something:
code:
typedef struct application
{
su_home_t* home[1];
nua_t* nua;
su_root_t* root;
...
}
main(..)
{
application appl[1] = sizeof(appl);
...
...}
Problem: 'unsigned int' cannot be converted in'su_root_t *' Where is the
mistake?
"LE PRIN
On date Thursday 2009-03-05 12:34:57 +, gilles Djomo Sawa phoned this:
> Hello,
> i've tried to write a small code for a server registration and an
> authentication. I have 2 files(*.h and *.cpp) and in these files i
> have initialized my callback function. My questions are: Can be the
> callb
Hello,
i've tried to write a small code for a server registration and an
authentication. I have 2 files(*.h and *.cpp) and in these files i have
initialized my callback function. My questions are:
Can be the callback in an another file that the <> function?
After that i implemented header and so
Hi,
Why not take a look at Sofsip_cli. It's a sample VoIP client that
demonstrates how to use basic Sofia-SIP API.
http://wiki.opensource.nokia.com/projects/SofSipCli
BR
Tan
On Mon, Feb 16, 2009 at 11:09 AM, gilles Djomo Sawa wrote:
> Hello,
> I am a beginner in the SIP world, and want to do
Hello,
I am a beginner in the SIP world, and want to do something about the connection
to the Asterisk-Sever learn.
Perhaps an example code to better orient myself.
best regards Gilles
"LE PRINCIPE LE PLUS PROFOND
DE LA NATURE HUMAINE,C'EST LA
SOIF D'ETRE APPRECIE"
Gilles Ezechiel Djomo S
2008/10/23 Paulo Pizarro <[EMAIL PROTECTED]>:
> I'd like send a REGISTER using the draft-sip-outbound.
> However, the contact header generated by sofia, hasn't the reg-id and
> +sip.instance params.
>
>NUTAG_OUTBOUND("gruuize outbound no-validate no-use-port
> no-options-keepalive no-natify
All,
I'd like send a REGISTER using the draft-sip-outbound.
However, the contact header generated by sofia, hasn't the reg-id and
+sip.instance params.
I'm using sofia 1.12.9 and my code is:
nua_create(app_sofia.root, nua_event_callback, &app_sofia,
NUTAG_URL("sip:192.168.163.151:5060;t
Hi all,
I'd like send a REGISTER using the draft-sip-outbound.
However, the contact header generated by sofia, hasn't the reg-id and
+sip.instance params.
I'm using sofia 1.12.9 and my code is:
nua_create(app_sofia.root, nua_event_callback, &app_sofia,
NUTAG_URL("sip:192.168.163.151:5060;tr
All,
I'm new to sofia. I'm sending a SUBSCRIBE out and receiving a 401.
However, I'm not getting any events stating that the subscribe failed.
Any help pointing me in the right direction would be greatly appreciated.
Thanks
Tory
The app is based off the API documenation examples:
int
main (in
Tan Miaoqing wrote:
> Hi,
>
> Why not take a look at sofsipcli, a command line based VoIP/IM SIP UA
> which demonstrates how to use sofsipcli.
>
> http://wiki.opensource.nokia.com/projects/SofSipCli
>
> You can find the source code from here:
>
> http://sofia-sip.org/repos/sofsip-cli/
>
> BR
>
> Ta
Hi,
Why not take a look at sofsipcli, a command line based VoIP/IM SIP UA
which demonstrates how to use sofsipcli.
http://wiki.opensource.nokia.com/projects/SofSipCli
You can find the source code from here:
http://sofia-sip.org/repos/sofsip-cli/
BR
Tan
On Wed, Aug 27, 2008 at 4:01 PM, Rémi B
Hi everyone,
I'm new in sofia sip so don't be hard on me if my questions are boring ;-)
I have to write a RTSP client/server like program using sip messages.
First of all I would like to write a server which accept connexion of
the clients and do a task switch the content of the message (which
2008/1/14, Magnus Correa Marques Russo <[EMAIL PROTECTED]>:
> I've found this issue when I was running in linux and doing a lot of calls
> during overnight.
> I don't know when exactly this happens, but it just happens under high
> traffic.
Looks like dangling references or corrupted memory... Can
Hello, All.
I've found this issue when I was running in linux and doing a lot of calls
during overnight.
I don't know when exactly this happens, but it just happens under high
traffic.
Could someone help me?
Thanks,
Magnus Russo
Program received signal SIGSEGV, Segmentation fault.
[Switching to T
Hi,
I am new to SIP implementation. I came across Sofia SIP project while
searching for open source SIP implementation. I have downloaded the Sofia SIP
library and client from source forge site. The objective is to use the SIP
source provided in sofia ( if possible) as such or after necess
Hi Again,
ofcourse i tried to use "export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig"
unfortunatly when i did that i had other compilation errors, i thought this
might be a known issue.
after i defined the PKG_CONFIG_PATH i found out today ( instead of trying to
compile all i tried compiling the ca
>Hi all,
>I'm new to the sofia and hoped i could get some help with it.
>
>I successfully installed the sofia, and executed the sip-options and stunc
>provided by the sofia.
>( i installed the sofia on the default dir if its of any importance ).
>I've decided to move on and try to compile the "hell
Hi all,
I'm new to the sofia and hoped i could get some help with it.
I successfully installed the sofia, and executed the sip-options and stunc
provided by the sofia.
( i installed the sofia on the default dir if its of any importance ).
I've decided to move on and try to compile the "hello worl
29 matches
Mail list logo