[Sofia-sip-devel] Help about sip options

2021-12-07 Thread Davide Lampugnani
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

Re: [Sofia-sip-devel] Help!

2014-12-29 Thread Michael Jerris
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

[Sofia-sip-devel] Help!

2014-12-29 Thread Андрей Аппалонов
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.

[Sofia-sip-devel] Help me! INVITE or 200OK with SDP

2014-12-28 Thread Андрей Аппалонов
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-devel] Help me! INVITE or 200OK with SDP

2014-12-28 Thread Андрей Аппалонов
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.--

Re: [Sofia-sip-devel] Help me, example code

2014-12-24 Thread Michael Jerris
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

[Sofia-sip-devel] Help me, example code

2014-12-24 Thread Андрей Аппалонов
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

[Sofia-sip-devel] Help - Error when compiling "Hello world"

2012-02-09 Thread HAFNER Silke
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

[Sofia-sip-devel] help

2010-08-03 Thread peter hanshon
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

[Sofia-sip-devel] help "test_100rel.c"

2010-07-26 Thread peter hanshon
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

[Sofia-sip-devel] Help please!

2009-05-30 Thread Otero, Adriana S.
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

[Sofia-sip-devel] help!!!

2009-04-07 Thread gilles Djomo Sawa
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

Re: [Sofia-sip-devel] Help!!!

2009-03-05 Thread Stefano Sabatini
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

[Sofia-sip-devel] Help!!!

2009-03-05 Thread gilles Djomo Sawa
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

Re: [Sofia-sip-devel] Help for a server registration and authentication!!!

2009-02-16 Thread Tan Miaoqing
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

[Sofia-sip-devel] Help for a server registration and authentication!!!

2009-02-16 Thread gilles Djomo Sawa
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

Re: [Sofia-sip-devel] Help with nua_register and draft-sip-outbound

2008-11-12 Thread Pekka Pessi
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

[Sofia-sip-devel] Help with nua_register and draft-sip-outbound

2008-10-30 Thread Paulo Pizarro
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

[Sofia-sip-devel] Help with nua_register and draft-sip-outbound

2008-10-24 Thread Paulo Pizarro
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

[Sofia-sip-devel] Help with nua_subscribe

2008-09-18 Thread Tory Patnoe
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

Re: [Sofia-sip-devel] Help in sending sip messages

2008-08-29 Thread Rémi BUISSON
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

Re: [Sofia-sip-devel] Help in sending sip messages

2008-08-29 Thread Tan Miaoqing
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

[Sofia-sip-devel] Help in sending sip messages

2008-08-27 Thread Rémi BUISSON
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

Re: [Sofia-sip-devel] Help with SIGSEGV, Segmentation fault

2008-01-14 Thread Pekka Pessi
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

[Sofia-sip-devel] Help with SIGSEGV, Segmentation fault

2008-01-14 Thread Magnus Correa Marques Russo
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

[Sofia-sip-devel] Help in using Sofia-sip source

2007-04-09 Thread Deepa P P
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

Re: [Sofia-sip-devel] Help compiling the hello world sample

2007-02-04 Thread Yossi
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

Re: [Sofia-sip-devel] Help compiling the hello world sample

2007-02-01 Thread Nickolay V. Shmyrev
>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

[Sofia-sip-devel] Help compiling the hello world sample

2007-02-01 Thread Yossi
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