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 when the
 recipient receives the message it displays a bad session description
 
 
 
 so haw can i must modify

Use SDP?

-- 
  Mikhail
--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


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 ());   --
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev ___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel


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 :
 
 
 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 ());

Why?

-- 
  Mikhail
--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
___
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel