嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
sip注册流程注册到服务器(windows)
gb28181如何注册到服务器
.
├── SipRegister
│ ├── SipClient
│ │ ├── SipClient.cpp
│ │ ├── SipClient.dsp
│ │ └── SipClient.dsw
│ ├── SipServer
│ │ ├── SipServer.cpp
│ │ ├── SipServer.dsp
│ │ └── SipServer.dsw
│ ├── eXosip2-3.6.0
│ │ ├── bin
│ │ │ ├── eXosip2.dll
│ │ │ ├── osip2.dll
│ │ │ └── osipparser2.dll
│ │ ├── include
│ │ │ ├── Makefile.am
│ │ │ ├── Makefile.in
│ │ │ ├── eXosip2
│ │ │ │ ├── Makefile.am
│ │ │ │ ├── Makefile.in
│ │ │ │ ├── eX_call.h
│ │ │ │ ├── eX_message.h
│ │ │ │ ├── eX_options.h
│ │ │ │ ├── eX_publish.h
│ │ │ │ ├── eX_refer.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
│ │ │ ├── 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
│ │ ├── eXosip2.dll
│ │ ├── eXosip2.exp
│ │ ├── eXosip2.lib
│ │ ├── osip2.dll
│ │ ├── osip2.exp
│ │ ├── osip2.lib
│ │ ├── osipparser2.dll
│ │ ├── osipparser2.exp
│ │ └── osipparser2.lib
│ ├── eXosip2-3.6.0.7z
│ └── md5.7z
└── 好例子网_sip注册流程 注册到服务器.zip
11 directories, 85 files