Blame view

3rdparty/libosip2-5.3.0/src/test/res/sip61 611 Bytes
73ef4ff3   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  INVITE sip:UserB@there.com SIP/2.0

  Via: SIP/2.0/UDP here.com:5060

  From: BigGuy <sip:UserA@here.com>

  To: LittleGuy <sip:UserB@there.com>

  Call-ID: 12345600@here.com

  CSeq: 2 INVITE

  Contact: <sip:UserA@100.101.102.103>

  Proxy-Authorization:Digest username="UserA", realm="WorldCom SIP",

   nonce="wf84f1ceczx41ae6cbe5aea9c8e88d359", opaque="",

   uri="sip:ss1.wcom.com", response="42ce3cef44b22f50c6a6071bc8"

  Content-Type: application/sdp

  Content-Length: 147

  

  v=0

  o=UserA 2890844526 2890844526 IN IP4 here.com

  s=Session SDP

  c=IN IP4 100.101.102.103

  t=0 0

  m=audio 49172 RTP/AVP 0

  a=rtpmap:0 PCMU/8000