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

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

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

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

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

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

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

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