You can take a look at the provided sample: sofsip-cli (version 0.16) which
can also be obtained at the Sofia download location.

Basically:
1. Build the sofia stack
2. Include this library into your application
3. Include some required headerfiles in your app.

In my situation those are:
  #include <sofia-sip/config.h>
  #include <sofia-sip/sip_header.h>
  #include <sofia-sip/nua.h>
  #include <sofia-sip/soa_tag.h>
  #include <sofia-sip/sip_extra.h>

  #include <sofia-sip/sdp.h>
  #include <sofia-sip/su_log.h>
  #include <sofia-sip/soa.h>
  #include <sofia-sip/sip_status.h>

Good luck,
EiSl

On Mon, Sep 14, 2009 at 2:49 PM, Meftah Tayeb <tayeb.mef...@gmail.com>wrote:

>  hello,
>  thank to all your answers
> so what about the files to include, for creating a very simplified sip user
> agent?
>
> thanks
> Gilbert Lee a écrit :
>
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to