uac-options.xml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!DOCTYPE scenario SYSTEM "sipp.dtd">
  3. <!-- This program is free software; you can redistribute it and/or -->
  4. <!-- modify it under the terms of the GNU General Public License as -->
  5. <!-- published by the Free Software Foundation; either version 2 of the -->
  6. <!-- License, or (at your option) any later version. -->
  7. <!-- -->
  8. <!-- This program is distributed in the hope that it will be useful, -->
  9. <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
  10. <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -->
  11. <!-- GNU General Public License for more details. -->
  12. <!-- -->
  13. <!-- You should have received a copy of the GNU General Public License -->
  14. <!-- along with this program; if not, write to the -->
  15. <!-- Free Software Foundation, Inc., -->
  16. <!-- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -->
  17. <!-- -->
  18. <!-- -->
  19. <scenario name="UAC OPTIONS">
  20. <!-- UAC with bad ACK causes assertion with pjsip 1.4 -->
  21. <send retrans="500">
  22. <![CDATA[
  23. OPTIONS sip:[service]@[remote_ip]:[remote_port] SIP/2.0
  24. Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
  25. From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
  26. To: sut <sip:[service]@[remote_ip]:[remote_port]>
  27. Call-ID: [call_id]
  28. CSeq: 1 OPTIONS
  29. Contact: sip:sipp@[local_ip]:[local_port]
  30. Max-Forwards: 70
  31. Subject: Performance Test
  32. Content-Length: [len]
  33. ]]>
  34. </send>
  35. <!-- By adding rrs="true" (Record Route Sets), the route sets -->
  36. <!-- are saved and used for following messages sent. Useful to test -->
  37. <!-- against stateful SIP proxies/B2BUAs. -->
  38. <recv response="200" rtd="true">
  39. </recv>
  40. <!-- definition of the response time repartition table (unit is ms) -->
  41. <ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
  42. <!-- definition of the call length repartition table (unit is ms) -->
  43. <CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>
  44. </scenario>