自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

SIP INVITE實例參考

網(wǎng)絡(luò) 網(wǎng)絡(luò)管理
這里我們介紹的是SIP INVITE的相關(guān)內(nèi)容,那么通過下面的一些介紹,我們可以參考一下一位網(wǎng)友分享的SIP INVITE過程。

實踐出真知。了解了一些知識,光掌握這些是不夠的,還需要動手來操練。那么前面我們也學習了SIP協(xié)議的有關(guān)內(nèi)容,這里我們就來分享一個網(wǎng)友的SIP INVITE的操練過程吧。希望對大家能夠有用。

SIP INVITE中l(wèi)inphone發(fā)出的請求(reguest)

  1. INVITE sip:to@192.168.105.14 SIP/2.0  
  2. Via: SIP/2.0/UDP 192.168.105.5:5060;rport;branch=z9hG4bK2195  
  3. From: <sip:from@192.168.105.5>;tag=29244  
  4. To: <sip:to@192.168.105.14>  
  5. Call-ID: 8103  
  6. CSeq: 20 INVITE  
  7. Contact: <sip:from@192.168.105.5:5060>  
  8. Content-Type: application/sdp  
  9. Max-Forwards: 70  
  10. User-Agent: Linphone/3.2.1 (eXosip2/3.3.0)  
  11. Subject: Phone call  
  12. Content-Length:   315  
  13. v=0  
  14. o=from 123456 654321 IN IP4 192.168.105.5  
  15. s=A conversation  
  16. c=IN IP4 192.168.105.5  
  17. t=0 0  
  18. m=audio 7078 RTP/AVP 111 110 0 3 8 101  
  19. a=rtpmap:111 speex/16000/1  
  20. a=rtpmap:110 speex/8000/1  
  21. a=rtpmap:0 PCMU/8000/1  
  22. a=rtpmap:3 GSM/8000/1  
  23. a=rtpmap:8 PCMA/8000/1  
  24. a=rtpmap:101 telephone-event/8000  
  25. a=fmtp:101 0-11 

SIP INVITE中l(wèi)inphone發(fā)到的回應(yīng)(response)

  1. SIP/2.0 100 Trying  
  2. Via: SIP/2.0/UDP 192.168.105.5:5060;rport=5060;branch=z9hG4bK2195  
  3. From: <sip:from@192.168.105.5>;tag=29244  
  4. To: <sip:to@192.168.105.14>  
  5. Call-ID: 8103  
  6. CSeq: 20 INVITE  
  7. User-Agent: eXosip/3.3.0  
  8. Content-Length: 0  
  9. -----------------------------------------------------------------------------  
  10. SIP/2.0 101 Dialog Establishement  
  11. Via: SIP/2.0/UDP 192.168.105.5:5060;rport=5060;branch=z9hG4bK2195  
  12. From: <sip:from@192.168.105.5>;tag=29244  
  13. To: <sip:to@192.168.105.14>;tag=286863750  
  14. Call-ID: 8103  
  15. CSeq: 20 INVITE  
  16. Contact: <sip:to@192.168.105.14:5060>  
  17. User-Agent: eXosip/3.3.0  
  18. Content-Length: 0  
  19. ------------------------------------------------------------------  
  20. SIP/2.0 180 Ringing  
  21. Via: SIP/2.0/UDP 192.168.105.5:5060;rport=5060;branch=z9hG4bK2195  
  22. From: <sip:from@192.168.105.5>;tag=29244  
  23. To: <sip:to@192.168.105.14>;tag=286863750  
  24. Call-ID: 8103  
  25. CSeq: 20 INVITE  
  26. Contact: <sip:to@192.168.105.14:5060>  
  27. User-Agent: eXosip/3.3.0  
  28. Content-Length: 0  
  29. ------------------------------------------------------------------------  
  30. SIP/2.0 200 OK  
  31. Via: SIP/2.0/UDP 192.168.105.5:5060;rport=5060;branch=z9hG4bK2195  
  32. From: <sip:from@192.168.105.5>;tag=29244  
  33. To: <sip:to@192.168.105.14>;tag=286863750  
  34. Call-ID: 8103  
  35. CSeq: 20 INVITE  
  36. Contact: <sip:to@192.168.105.14:5060>  
  37. User-Agent: eXosip/3.3.0  
  38. Content-Length: 0 

SIP INVITE中l(wèi)inphone發(fā)出的請求(reguest)

  1. ACK sip:to@192.168.105.14:5060 SIP/2.0  
  2. Via: SIP/2.0/UDP 192.168.105.5:5060;rport;branch=z9hG4bK32434  
  3. From: <sip:from@192.168.105.5>;tag=29244  
  4. To: <sip:to@192.168.105.14>;tag=286863750  
  5. Call-ID: 8103  
  6. CSeq: 20 ACK  
  7. Contact: <sip:from@192.168.105.5:5060>  
  8. Max-Forwards: 70  
  9. User-Agent: Linphone/3.2.1 (eXosip2/3.3.0)  
  10. Content-Length: 0  
  11. ------------------------------------------------------------------------  
  12. BYE sip:to@192.168.105.14:5060 SIP/2.0  
  13. Via: SIP/2.0/UDP 192.168.105.5:5060;rport;branch=z9hG4bK1384  
  14. From: <sip:from@192.168.105.5>;tag=29244  
  15. To: <sip:to@192.168.105.14>;tag=286863750  
  16. Call-ID: 8103  
  17. CSeq: 21 BYE  
  18. Contact: <sip:from@192.168.105.5:5060>  
  19. Max-Forwards: 70  
  20. User-Agent: Linphone/3.2.1 (eXosip2/3.3.0)  
  21. Content-Length: 0 

SIP INVITE中l(wèi)inphone發(fā)到的回應(yīng)(response)

  1. SIP/2.0 200 OK  
  2. Via: SIP/2.0/UDP 192.168.105.5:5060;rport=5060;branch=z9hG4bK1384  
  3. From: <sip:from@192.168.105.5>;tag=29244  
  4. To: <sip:to@192.168.105.14>;tag=286863750  
  5. Call-ID: 8103  
  6. CSeq: 21 BYE  
  7. User-Agent: eXosip/3.3.0  
  8. Content-Length: 0 

 

責任編輯:佟健 來源: hi.baidu.com
相關(guān)推薦

2010-09-17 13:58:39

2010-09-17 09:51:37

SIP路由

2010-09-17 10:07:17

SIP協(xié)議SIP代理服務(wù)器

2010-09-17 10:50:35

sip請求

2010-09-17 11:05:05

RTP SIP配置

2010-09-09 14:32:46

sip協(xié)議端口

2010-09-17 14:13:20

SIP業(yè)務(wù)Erlang

2010-09-07 17:13:54

SIP協(xié)議詳解

2023-08-30 09:27:37

INVITE消息處理流程

2010-09-08 09:20:27

SIP協(xié)議是什么

2010-09-17 10:41:27

SIP協(xié)議視頻監(jiān)控

2010-09-08 16:25:39

SIP協(xié)議棧

2010-07-14 18:03:15

2010-09-17 10:00:38

SIP優(yōu)點

2010-09-07 16:37:53

SIP協(xié)議

2010-09-08 09:32:22

SIP協(xié)議是什么

2010-09-07 16:24:34

2010-09-17 14:24:00

SIP協(xié)議詳解

2010-09-16 16:37:09

SIP協(xié)議棧

2010-09-17 09:34:00

SIP路由機制
點贊
收藏

51CTO技術(shù)棧公眾號