[Sofia-sip-devel] Sofia-SIP based proxy server

2009-07-16 Thread Chris Robson
Is there a proxy server based on sofia sip? Particularly one that is small and usable in an embedded Linux environment? ThanksChris -- Enter the BlackBerry Developer Challenge This is your chance to win up to $10

[Sofia-sip-devel] free sip_payload memory

2009-07-16 Thread Chris Robson
I notice that in the example code http://wiki.opensource.nokia.com/projects/SofiaTutorial the event_callback doesnt show releasing memory from the sip->sip_payload. While this example may not have a message body, is it assumed that the application must issue "free(sip->payload->pl_data)" to fr

[Sofia-sip-devel] Removing optimized from compile

2010-11-09 Thread Chris Robson
Anyone know how to remove the -O2 optimize flag from the compile, aka ./configure --disable-??? thanks...>Chris -- The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of th

Re: [Sofia-sip-devel] Removing optimized from compile

2010-11-10 Thread Chris Robson
Tue, Nov 9, 2010 at 19:16, Michael Jerris wrote: >> libtool puts this stuff in, and I have never found a good way to make it not >> do so, you can try adding -O0 to SOFIA_CFLAGS >> >> Mike >> >> On Nov 9, 2010, at 10:08 AM, Chris Robson wrote: >> >&

[Sofia-sip-devel] Using SOA

2006-11-10 Thread Chris Robson
Any one have good working examples on how to use SOA? What I thought was fairly straight forward isnt turning out to be the case. Everytime I make any soa calls, for example to soa_create, soa_activate, my program hangs. I am stepping through the program with DDD. Thanks -- Chris --

Re: [Sofia-sip-devel] sofia-sip changes (2006-11-21)

2006-11-22 Thread Chris Robson
Anyone try developing a B2BUA. And has anyone develop SOA examples yet? Thanks. Sofia-SIP Darcs Changes wrote: > This posting was generated automatically from darcs repo > . > > Tue Nov 21 21:36:39 EET 2006 [EMAIL PROTECTED] > * tport_tls.c: use instead of >

Re: [Sofia-sip-devel] Using SOA

2006-11-26 Thread Chris Robson
No solution on the hanging problem yet. Stepping back to using the SDP in INVITE function to get a better handle on things. Pekka Pessi wrote: > On 11/10/06, Chris Robson <[EMAIL PROTECTED]> wrote: >> Any one have good working examples on how to use SOA? What I thought >>

[Sofia-sip-devel] Server code to handle Publish

2007-02-24 Thread Chris Robson
All I'm exploring SOFIA-SIP libraries by trying different client-server exchanges to learn how things work. So far I've built a simple Publish messages where the message body contains a XML document and have successfully transmitted the Publish message. However, the challenge is now creating

Re: [Sofia-sip-devel] XML parsing readily available?

2007-02-24 Thread Chris Robson
Jan I'm looking at the same thing, that is I'm building a SIP transmitted publish PEP PIDF XML document message and have the server parse it into a MySQL table. So far I've found http://xmlsoft.org/examples/index.html which looks promising. Did you find anything yet? Chris Jan Van den b