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

2011-03-24 Thread Pekka Pessi
Hi Bendan, 2011/3/21 Brendan Loudermilk bren...@apwit.com: 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

[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

RE: [Sofia-sip-devel] Getting started

2006-05-18 Thread Jason Terry
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 were referring to (found at Sofia-SIP refdocs

RE: [Sofia-sip-devel] Getting started

2006-05-18 Thread martti.mela
SIP message bodys. (sh TPORT_LOG=1 ./your_app) BR, Martti -Original Message- From: ext Jason Terry [mailto:[EMAIL PROTECTED] Sent: 18. toukokuuta 2006 17:08 To: Mela Martti (Nokia-NRC/Helsinki) Cc: sofia-sip-devel@lists.sourceforge.net Subject: RE: [Sofia-sip-devel] Getting started

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

RE: [Sofia-sip-devel] Getting started

2006-05-09 Thread martti.mela
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://sofia-sip.sourceforge.net/refdocs/nua

[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