INVITE sip:10010101402@10.7.36.70:5060 SIP/2.0
Via: SIP/2.0/UDP 10.7.36.250:5060;rport;branch=z9hG4bK2023394720
From: <sip:10010100000@10.7.36.250>;tag=720523554
To: <sip:10010101402@10.7.36.70:5060>
Call-ID: 1464942788
CSeq: 20 INVITE
Contact: <sip:10010100000@10.7.36.250:5060>
Content-Type: application/sdp
Max-Forwards: 70
User-Agent: eXosip/3.6.0
Subject: This is a call for conversation
Content-Length: 133 v=0
o=542509480 0 0 IN IP4 10.7.36.250
s=Talk session
c=IN IP4 10.7.36.250
t=0 0
a=doorFloor:1
a=responseType:0
a=doorType:0
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 10.7.36.250:5060;rport=5060;branch=z9hG4bK2023394720
From: <sip:10010100000@10.7.36.250>;tag=720523554
To: <sip:10010101402@10.7.36.70:5060>
Call-ID: 1464942788
CSeq: 20 INVITE
User-Agent: eXosip/3.6.0
Content-Length: 0 SIP/2.0 101 Dialog Establishement
Via: SIP/2.0/UDP 10.7.36.250:5060;rport=5060;branch=z9hG4bK2023394720
From: <sip:10010100000@10.7.36.250>;tag=720523554
To: <sip:10010101402@10.7.36.70:5060>;tag=407300899
Call-ID: 1464942788
CSeq: 20 INVITE
Contact: <sip:10010101402@10.7.36.70:5060>
User-Agent: eXosip/3.6.0
Content-Length: 0 SIP/2.0 180 Ringing
Via: SIP/2.0/UDP 10.7.36.250:5060;rport=5060;branch=z9hG4bK2023394720
From: <sip:10010100000@10.7.36.250>;tag=720523554
To: <sip:10010101402@10.7.36.70:5060>;tag=407300899
Call-ID: 1464942788
CSeq: 20 INVITE
Contact: <sip:10010101402@10.7.36.70:5060>
User-Agent: eXosip/3.6.0
Content-Length: 0 CANCEL sip:10010101402@10.7.36.70:5060 SIP/2.0
Via: SIP/2.0/UDP 10.7.36.250:5060;rport;branch=z9hG4bK2023394720
From: <sip:10010100000@10.7.36.250>;tag=720523554
To: <sip:10010101402@10.7.36.70:5060>
Call-ID: 1464942788
CSeq: 20 CANCEL
Max-Forwards: 70
User-Agent: eXosip/3.6.0
Content-Length: 0 SIP/2.0 200 OK
Via: SIP/2.0/UDP 10.7.36.250:5060;rport=5060;branch=z9hG4bK2023394720
From: <sip:10010100000@10.7.36.250>;tag=720523554
To: <sip:10010101402@10.7.36.70:5060>;tag=407300899
Call-ID: 1464942788
CSeq: 20 CANCEL
User-Agent: eXosip/3.6.0
Content-Length: 0 SIP/2.0 487 Request Cancelled
Via: SIP/2.0/UDP 10.7.36.250:5060;rport=5060;branch=z9hG4bK2023394720
From: <sip:10010100000@10.7.36.250>;tag=720523554
To: <sip:10010101402@10.7.36.70:5060>;tag=407300899
Call-ID: 1464942788
CSeq: 20 INVITE
User-Agent: eXosip/3.6.0
Content-Length: 0 ACK sip:10010101402@10.7.36.70:5060 SIP/2.0
Via: SIP/2.0/UDP 10.7.36.250:5060;rport;branch=z9hG4bK2023394720
Route: <sip:10010101402@10.7.36.70:5060>
From: <sip:10010100000@10.7.36.250>;tag=720523554
To: <sip:10010101402@10.7.36.70:5060>;tag=407300899
Call-ID: 1464942788
CSeq: 20 ACK
Content-Length: 0

Linux下osip2+eXosip2的编译及开发

aa

sip的更多相关文章

  1. freeswitch对接其它SIP设备

    这几天用到freeswitch对接其它设备方面的知识,这里整理下,也方便我以后查阅. 操作系统:debian8.5_x64 freeswitch 版本 : 1.6.8 一.freeswitch作为被叫 ...

  2. [转载]El Capitan 中 SIP 介绍

    这两天大家纷纷将 OS X 系统升级到了 El Capitan,然后发现,一些注入的工具无法使用了,某些系统目录无法使用了,第三方未签名的 kext 无法加载了,问题一堆堆的.这是因为,Mac OS ...

  3. SIP学习笔记(转)

    本文转发自:http://blog.chinaunix.net/uid-20655530-id-1589483.html 学习 SIP 协议最快捷的方法是通过范例来学习, 找到了一个完整的呼叫流程,l ...

  4. SIP模块版本错误问题:the sip module implements API v??? but XXX module requires API v???

    系统安装了python 2.7,继续安装PyQt4,于是依次下载sip.pyqt4源码进行安装.用以下代码测试: import PyQt4.QtGui 显示出错.错误信息:the sip module ...

  5. sip协议注册时response值的计算方法

    sip注册时有四个步骤, 1.客户端向服务端发送不带Authorization字段的注册请求 2.服务端回401,在回复消息头中带WWW_Authorization 3.客户端向服务端发送带Autho ...

  6. SIP 解析

    1 general-header类: 为描述消息基本属性的通用头域,可用于请求消息或响应消息:通用头域的域名只有在协议版本改变时才可有效地扩展.不过,通信中的所有方均认为是“通用头域”的新的头域也可认 ...

  7. 2、SIP

    1.初学者笔记:http://www.cnblogs.com/gnuhpc/archive/2012/01/16/2323637.html 2.SIP头字段解释:http://www.cnblogs. ...

  8. sip常用消息实体参考(系网上摘抄,感谢分享)

    1.MESSAGE消息       1)头字段填写说明       Call-id:                 必选       CSeq:                   必选       ...

  9. 更改 Skype for Business Online 的 Sip 地址以匹配UPN

    var appInsights=window.appInsights||function(config){ function r(config){t[config]=function(){var i= ...

  10. SIP vs XMPP

    sip和xmpp都是应用层的协议,主要用来在互联网上发送语音和即时通讯IM,rfc3521定义了sip,rfc3920定义了xmpp.xmpp来自即时通讯系统,sip类似语音和视频通信. xmpp协议 ...

随机推荐

  1. HDU 5128.The E-pang Palace-计算几何

    The E-pang Palace Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 512000/512000 K (Java/Othe ...

  2. vmware漏洞之一——转:利用一个堆溢出漏洞实现VMware虚拟机逃逸

    转:https://zhuanlan.zhihu.com/p/27733895?utm_source=tuicool&utm_medium=referral 小结: vmware通过Backd ...

  3. 关于hadoop处理大量小文件情况的解决方法

    小文件是指那些size比HDFS的block size(默认64m)小的多的文件.任何一个文件,目录和bolck,在HDFS中都会被表示为一个object存储在namenode的内存中,每一个obje ...

  4. 初见Python<3>:字符串

    1.格式化字符串 %s代表的是格式化字符串,或者说为字符串进行占位操作. 如果一个变量本身不是字符串,则会自动被转化为字符串. 使用%f格式化浮点数.同时也可以提供需要的精度,如%.3f,即保留3位小 ...

  5. BZOJ 2888 资源运输(启发式合并LCT)

    [题目链接] http://www.lydsy.com/JudgeOnline/problem.php?id=2888 [题目大意] 不断加边,问每个连通块的重心到其它点的距离和的和 [题解] 启发式 ...

  6. Nginx简单认识

    写在前面: 最近一直在学习,这几天了解了下Nginx,虽然看了些资料,斌哥也讲解了一下,但是貌似缺少了实践,就显得对其认识的不那么深刻.这里也还是简单的记录下把. 什么是Nginx? Nginx (e ...

  7. Mock -- 数据模拟

    作者:张云龙链接:https://www.zhihu.com/question/35436669/answer/62753889来源:知乎著作权归作者所有.商业转载请联系作者获得授权,非商业转载请注明 ...

  8. LaTeX之参考文献的写法

    在编写latex文件时,参考文献是个比较头疼的问题,以前自己写的时候总是用 \begin{thebibliography}\bibitem author,article, year, vol,\end ...

  9. pycharm的插件pylint报错:java.lang.Throwable: Write-unsafe context! Model changes are allowed from write-safe contexts only. Please ensure you're using invokeLater/invokeAndWait with a correct modality stat

    java.lang.Throwable: Write-unsafe context! Model changes are allowed from write-safe contexts only. ...

  10. IOS是否在项目中存在,所使用的反射那点事

    NSClassFromString,NSSelectorFromString,isKingOfClass 1. NSClassFromString 这种方法推断类是否存在,假设存在就动态载入的,不存为 ...