Blame view

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

  Via: SIP/2.0/UDP ss1.wcom.com:5060;branch=230f2.1

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

  Record-Route: <sip:UserB@there.com;maddr=ss1.wcom.com>

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

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

  Call-ID: 12345600@here.com

  CSeq: 3 INVITE

  Contact: <sip:UserA@100.101.102.103>

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

   nonce="c1e22c41ae6cbe5ae983a9c8e88d359", opaque="",

   uri="sip:ss2.mci.com", response="f44ab22f150c6a56071bce8"

  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