Ver código fonte

- commit missing SIP test messages

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@3093 689a6050-402a-0410-94f2-e92a70836424
Henning Westerholt 18 anos atrás
pai
commit
29f416a4f3
2 arquivos alterados com 22 adições e 0 exclusões
  1. 11 0
      test/unit/register.sip
  2. 11 0
      test/unit/unregister.sip

+ 11 - 0
test/unit/register.sip

@@ -0,0 +1,11 @@
+REGISTER sip:127.0.0.1 SIP/2.0
+Via: SIP/2.0/UDP 172.17.13.240:5061;rport;branch=z9hG4bKydcnjlpe
+Max-Forwards: 70
+To: <sip:[email protected]>
+From: <sip:[email protected]>;tag=dyggg
+Call-ID: [email protected]
+CSeq: 479 REGISTER
+Contact: <sip:[email protected]:5061>;expires=3600
+Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,PRACK,REFER,NOTIFY,SUBSCRIBE,INFO
+User-Agent: Twinkle/1.0
+Content-Length: 0

+ 11 - 0
test/unit/unregister.sip

@@ -0,0 +1,11 @@
+REGISTER sip:127.0.0.1 SIP/2.0
+Via: SIP/2.0/UDP 172.17.13.240:5061;rport;branch=z9hG4bKruthdewh
+Max-Forwards: 70
+To: <sip:[email protected]>
+From: <sip:[email protected]>;tag=jwnqc
+Call-ID: [email protected]
+CSeq: 481 REGISTER
+Contact: <sip:[email protected]:5061>;expires=0
+Allow: INVITE,ACK,BYE,CANCEL,OPTIONS,PRACK,REFER,NOTIFY,SUBSCRIBE,INFO
+User-Agent: Twinkle/1.0
+Content-Length: 0