Re: [Sofia-sip-devel] Invite with XML bad session description

2010-08-12 Thread mikhail.zabal...@nokia.com
Hi, -Original Message- From: ext peter hanshon [mailto:mido.1...@hotmail.fr] Sent: Thursday, August 12, 2010 5:50 PM To: sofia-sip-devel@lists.sourceforge.net Subject: [Sofia-sip-devel] Invite with XML bad session description I'm trying to send a message sip_invite with XML, but

Re: [Sofia-sip-devel] Invite with XML bad session description

2010-08-12 Thread peter hanshon
I use : nua_handle_t *handl; handl = nua_handle(nua, NULL, SIPTAG_TO_STR(sip:192.168.200.236:5060), TAG_END()); nua_invite(handl,SIPTAG_CONTENT_TYPE_STR(application/xml) , SIPTAG_PAYLOAD_STR(blabl/bla), TAG_END ());

Re: [Sofia-sip-devel] Invite with XML bad session description

2010-08-12 Thread mikhail.zabaluev
Hi, -Original Message- From: ext peter hanshon [mailto:mido.1...@hotmail.fr] Sent: Thursday, August 12, 2010 7:38 PM To: Zabaluev Mikhail (Nokia-MS/Helsinki); sofia-sip- de...@lists.sourceforge.net Subject: RE: [Sofia-sip-devel] Invite with XML bad session description I use