[Sofia-sip-devel] Getting started

2006-05-08 Thread Jason Terry
Hi,       I've downloaded Sofia and have installed it on a redhat linux server.  I was trying to get the hang of things by using the NUA sample code found here: http://sofia-sip.sourceforge.net/refdocs/nua/index.html.  Is this enough to get things up and running, because I don't see my test

Re: [Sofia-sip-devel] Getting started

2006-05-09 Thread Kai Vehmanen
Hi, On Mon, 8 May 2006, Jason Terry wrote: server. I was trying to get the hang of things by using the NUA sample code found here: http://sofia-sip.sourceforge.net/refdocs/nua/index.html. Is this enough to get things up and running, because I don't see my test application listening on udp por

RE: [Sofia-sip-devel] Getting started

2006-05-09 Thread martti.mela
ia-sip-devel@lists.sourceforge.net Subject: [Sofia-sip-devel] Getting started Hi, I've downloaded Sofia and have installed it on a redhat linux server. I was trying to get the hang of things by using the NUA sample code found here: http:

RE: [Sofia-sip-devel] Getting started

2006-05-18 Thread Jason Terry
9, 2006 5:40 AM To: Jason Terry Cc: sofia-sip-devel@lists.sourceforge.net Subject: RE: [Sofia-sip-devel] Getting started Hello Jason, To study a simple (not SIMPLE ;) SIP client you might first want to try sip-options.c found in "utils" directory, for example. The example code you we

RE: [Sofia-sip-devel] Getting started

2006-05-18 Thread martti.mela
n't exist. > >Thanks, >Jason > >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Tuesday, May 09, 2006 5:40 AM >To: Jason Terry >Cc: sofia-sip-devel@lists.sourceforge.net >Subject: RE: [Sofia-sip-devel] Getting started > >

[Sofia-sip-devel] Getting started: parsing a message

2011-03-21 Thread Brendan Loudermilk
As a weekend project I've begun to play around with Sofia-SIP. I'm using FFI to build a simple Ruby interface to some of the lower-level functions in the library. My first goal is to be able to parse arbitrary strings from a Ruby networking library. I saw the example on this page for parsing mem

Re: [Sofia-sip-devel] Getting started: parsing a message

2011-03-24 Thread Pekka Pessi
Hi Bendan, 2011/3/21 Brendan Loudermilk : > As a weekend project I've begun to play around with Sofia-SIP. I'm using FFI > to build a simple Ruby interface to some of the lower-level functions in the > library. My first goal is to be able to parse arbitrary strings from a Ruby > networking library