What is SIP message General Format for Request Messages ? sean 09-June-2008 08:52:55 AMComments Yes its a good link you must follow http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html Posted by HamidAliKhan http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html Posted by Hash007 The following are the different parts of a request Messages: First Line: Contains the method name, such as INVITE. Via: Indicates the transport used for transaction and contains the address at which the caller is expecting responses to the request. From: Contains a display name, and a SIP or secure SIP (SIPS) uniform resource identifier (URI) that indicates the originator of the request. To: Contains the display name (TPU) and a SIP or a SIPS URI towards which the request was originally directed. Subject: Contains the subject line for the call Call ID: Contains a globally unique identifier for this call generated by the combination of a random string and the end point’s host name or IP address. Content-Type: Contains a description of the message body. Command sequence (CSeq): Contains an integer and a method name. Contact: Contains a SIP or SIPS URI that represents a direct route to contact the end point. Contact usually contains a username that is a fully qualified domain name. Content-Length: Contains an octet (byte) count of the message body. Posted by sagitraz Start Line Method Name: A command that states what you want to do. (Full list later) • Request-URI: URI address of involved party. This address can be modified by SIP Servers. Addresses in other headers should not be modified. In the first message that initiates a call, the Request URI will be the UAC’s address • Version: Currently always SIP 2.0 • Carriage Return and Line Feed: (Press “Enter” on your keyboard). Must be there. Headers - Choose from a variety of headers. Only use the ones needed for the specific Message. (More later) Message Body – Information destined for the UAC only . Not looked at by SIP Servers. Posted by nishanth |
Posted: 11-June-2008 12:25:33 PM By: nishanth Start Line Method Name: A command that states what you want to do. (Full list later) • Request-URI: URI address of involved party. This address can be modified by SIP Servers. Addresses in other headers should not be modified. In the first message that initiates a call, the Request URI will be the UAC’s address • Version: Currently always SIP 2.0 • Carriage Return and Line Feed: (Press “Enter” on your keyboard). Must be there. Headers - Choose from a variety of headers. Only use the ones needed for the specific Message. (More later) Message Body – Information destined for the UAC only . Not looked at by SIP Servers. | |
Posted: 29-June-2008 03:51:23 AM By: sagitraz The following are the different parts of a request Messages: First Line: Contains the method name, such as INVITE. Via: Indicates the transport used for transaction and contains the address at which the caller is expecting responses to the request. From: Contains a display name, and a SIP or secure SIP (SIPS) uniform resource identifier (URI) that indicates the originator of the request. To: Contains the display name (TPU) and a SIP or a SIPS URI towards which the request was originally directed. Subject: Contains the subject line for the call Call ID: Contains a globally unique identifier for this call generated by the combination of a random string and the end point’s host name or IP address. Content-Type: Contains a description of the message body. Command sequence (CSeq): Contains an integer and a method name. Contact: Contains a SIP or SIPS URI that represents a direct route to contact the end point. Contact usually contains a username that is a fully qualified domain name. Content-Length: Contains an octet (byte) count of the message body. | |
Posted: 27-February-2009 01:05:44 AM By: Hash007 http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html | |
Posted: 19-March-2009 02:41:44 PM By: HamidAliKhan Yes its a good link you must follow http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html |