[SIPForum-discussion] "MESSAGE" request for instant messaging service supported in SIPp?

Rohan Almeida almeida.rohan at gmail.com
Tue Jun 21 14:08:46 UTC 2011


Hi Gopalakrishnan,

you can give a try by putting the SIP MESSAGE message into the CDATA
of the 'send' command inside a SIPp scenario.

eg.

<scenario name="Basic Sipstone UAC">
  <send>
    <![CDATA[


      MESSAGE sip:user2 at domain.com SIP/2.0
      Via: SIP/2.0/TCP user1pc.domain.com;branch=z9hG4bK776sgdkse
      From: sip:user1 at domain.com;tag=49583
      To: sip:user2 at domain.com
      Call-ID: asd88asd77a at 1.2.3.4
      CSeq: 1 MESSAGE
      Content-Type: text/plain
      Content-Length: 18

      Watson, come here.
]]>
  </send>

<recv response="200">
</recv>

</scenario>

I havent tried this out. do let me know if this works.

regards,
Rohan Almeida

On 6/20/11, Gopalakrishnan A.N <saigop at gmail.com> wrote:
> Hi,
>
> SIPp supports, check this documentation page
> http://sipp.sourceforge.net/doc3.0/reference.html#Create+your+own+XML+scenarios
>
> <http://sipp.sourceforge.net/doc3.0/reference.html#Create+your+own+XML+scenarios>in
> the table "regexp_match"
>
> On Mon, Jun 20, 2011 at 11:29 PM, Gopalakrishnan A.N
> <saigop at gmail.com>wrote:
>
>> I dont think so it supports. Anyways try using this list
>> https://lists.sourceforge.net/lists/listinfo/sipp-users
>>
>>  On Mon, Jun 20, 2011 at 12:53 PM, Ruben Roque
>> <decruzreuben at gmail.com>wrote:
>>
>>> Hi Forum,
>>>
>>> Does SIPp support instant messsaging request "MESSAGE" in compliance to
>>> RFC 3428
>>>
>>> Regards,
>>> Reuben
>>>
>>> _______________________________________________
>>> This is the SIP Forum discussion mailing list
>>> TO UNSUBSCRIBE, or edit your delivery options, please visit
>>> http://sipforum.org/mailman/listinfo/discussion
>>> Post to the list at discussion at sipforum.org
>>>
>>>
>>
>>
>> --
>> Thank you  with regards,
>> Gopalakrishnan A.N.
>> VoIP call - sip:saigop at gtalk2voip.com
>>
>>
>>
>
>
> --
> Thank you  with regards,
> Gopalakrishnan A.N.
> VoIP call - sip:saigop at gtalk2voip.com
>



More information about the discussion mailing list