Re: [Sofia-sip-devel] Sofia's SIP Parser

2008-06-12 Thread Reto Glauser
On Thu, June 12, 2008 12:37, Pekka Pessi wrote: > 2008/6/9 Reto Glauser <[EMAIL PROTECTED]>: >> yet I'm am not able to parse a SIP message: >>char data[] = { "BYE sip:[EMAIL PROTECTED] SIP/2.0 \ >>Via: SIP/2.0/UDP sip.example.edu;branch=d7f2e89c.74a72681 \ >>Via: SIP/2.0/UDP

Re: [Sofia-sip-devel] Sofia's SIP Parser

2008-06-12 Thread Pekka Pessi
2008/6/9 Reto Glauser <[EMAIL PROTECTED]>: > yet I'm am not able to parse a SIP message: >char data[] = { "BYE sip:[EMAIL PROTECTED] SIP/2.0 \ >Via: SIP/2.0/UDP sip.example.edu;branch=d7f2e89c.74a72681 \ >Via: SIP/2.0/UDP pc104.example.edu:1030;maddr=110.213.33.19 \ >

[Sofia-sip-devel] Sofia's SIP Parser

2008-06-09 Thread Reto Glauser
hello I'm trying to figure out how to use just the parsing funtionality of sofia. I found a reply of Pekka to the very same question: http://mlblog.osdir.com/telephony.sofia-sip.devel/2006-11/msg00070.html I see that the msg_make function has made it to the API: http://sofia-sip.sourceforge.net