Say A needs/wants to notify C about an active session, and as a piggy back like also 
to send some additional text.
Is a multipart Mime (media) type the way to go (say the length can vary from one word 
to few sentences)? If yes, can someone please show me how to add the text "hello" to 
the following Notify request?

F7 NOTIFY  A -> C
    
NOTIFY sip:[EMAIL PROTECTED] SIP/2.0
Via: SIP/2.0/UDP A.here.com:5060;branch=z9hG4bK2 
Max-Forwards: 70 
From: BigGuy <sip:[EMAIL PROTECTED]>;tag=31451098 
To: MidGuy <sip:[EMAIL PROTECTED]>;tag=8675309
Call-ID: [EMAIL PROTECTED]
CSeq: 1 NOTIFY 
Event: dialog 
Subscription-State: active;expires=1
Content-Type: application/dialog-info+xml 
Content-Length: ... 

<?xml version="1.0"?> 
   <dialog-info xmlns="urn:ietf:params:xml:ns:dialog-info" 
      version="0" state="partial" entity="sip:[EMAIL PROTECTED]"> 
   <dialog id="2393lds3204" call-id="[EMAIL PROTECTED]" 
      local-tag="3145678" remote-tag="1234567" direction="recipient"
      remote-uri="[EMAIL PROTECTED]"> 
   <state event="2xx">confirmed</state> 
   </dialog> 
   </dialog-info>

Thx!

Uri

=======================================================================
Uri Baniel - Distinguished Member of Technical Staff - Motorola  
Tel: (847) 632 4616; Fax: (847) 632 3963; 
"Learning that does not daily increase will daily decrease. - EWC
=======================================================================


_______________________________________________
Sip-implementors mailing list
[EMAIL PROTECTED]
http://lists.cs.columbia.edu/mailman/listinfo/sip-implementors

Reply via email to