基本信息
源码名称:简单功能的sip客户端示例源码
源码大小:1.01M
文件格式:.zip
开发语言:C/C++
更新时间:2022-10-17
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
简单功能的sip客户端示例源码

.
├── sipClient-master
│   ├── 3rdparty
│   │   ├── include
│   │   │   ├── ares.h
│   │   │   ├── ares_build.h
│   │   │   ├── ares_dns.h
│   │   │   ├── ares_rules.h
│   │   │   ├── ares_version.h
│   │   │   ├── eXosip2
│   │   │   │   ├── Makefile.am
│   │   │   │   ├── Makefile.in
│   │   │   │   ├── eX_call.h
│   │   │   │   ├── eX_message.h
│   │   │   │   ├── eX_options.h
│   │   │   │   ├── eX_publish.h
│   │   │   │   ├── eX_register.h
│   │   │   │   ├── eX_setup.h
│   │   │   │   ├── eX_subscribe.h
│   │   │   │   └── eXosip.h
│   │   │   ├── osip2
│   │   │   │   ├── Makefile.am
│   │   │   │   ├── Makefile.in
│   │   │   │   ├── doxygen.dox.in
│   │   │   │   ├── internal.h
│   │   │   │   ├── osip.h
│   │   │   │   ├── osip_condv.h
│   │   │   │   ├── osip_dialog.h
│   │   │   │   ├── osip_fifo.h
│   │   │   │   ├── osip_mt.h
│   │   │   │   └── osip_time.h
│   │   │   └── osipparser2
│   │   │       ├── Makefile.am
│   │   │       ├── Makefile.in
│   │   │       ├── headers
│   │   │       │   ├── Makefile.am
│   │   │       │   ├── Makefile.in
│   │   │       │   ├── osip_accept.h
│   │   │       │   ├── osip_accept_encoding.h
│   │   │       │   ├── osip_accept_language.h
│   │   │       │   ├── osip_alert_info.h
│   │   │       │   ├── osip_allow.h
│   │   │       │   ├── osip_authentication_info.h
│   │   │       │   ├── osip_authorization.h
│   │   │       │   ├── osip_call_id.h
│   │   │       │   ├── osip_call_info.h
│   │   │       │   ├── osip_contact.h
│   │   │       │   ├── osip_content_disposition.h
│   │   │       │   ├── osip_content_encoding.h
│   │   │       │   ├── osip_content_length.h
│   │   │       │   ├── osip_content_type.h
│   │   │       │   ├── osip_cseq.h
│   │   │       │   ├── osip_error_info.h
│   │   │       │   ├── osip_from.h
│   │   │       │   ├── osip_header.h
│   │   │       │   ├── osip_mime_version.h
│   │   │       │   ├── osip_proxy_authenticate.h
│   │   │       │   ├── osip_proxy_authentication_info.h
│   │   │       │   ├── osip_proxy_authorization.h
│   │   │       │   ├── osip_record_route.h
│   │   │       │   ├── osip_route.h
│   │   │       │   ├── osip_to.h
│   │   │       │   ├── osip_via.h
│   │   │       │   └── osip_www_authenticate.h
│   │   │       ├── internal.h
│   │   │       ├── osip_body.h
│   │   │       ├── osip_const.h
│   │   │       ├── osip_headers.h
│   │   │       ├── osip_list.h
│   │   │       ├── osip_md5.h
│   │   │       ├── osip_message.h
│   │   │       ├── osip_parser.h
│   │   │       ├── osip_port.h
│   │   │       ├── osip_uri.h
│   │   │       └── sdp_message.h
│   │   └── lib
│   │       ├── eXosip.lib
│   │       ├── libcares.lib
│   │       ├── osip2.lib
│   │       └── osipparser2.lib
│   ├── build
│   │   ├── sipClient
│   │   │   ├── sipClient.vcxproj
│   │   │   └── sipClient.vcxproj.filters
│   │   ├── sipClient.sln
│   │   └── sipClientTest
│   │       ├── sipClientTest.vcxproj
│   │       └── sipClientTest.vcxproj.filters
│   └── src
│       ├── main.cpp
│       ├── sipClient
│       │   ├── main.cpp
│       │   ├── sipClient.cpp
│       │   ├── sipClient.h
│       │   └── structurer.h
│       └── sipClientTest
│           └── main.cpp
└── 好例子网_sipClient-master-3.zip

14 directories, 83 files