libeXosip2(3) -- SIP messages and call control API

SIP messages and call control API

The SIP messages and call control API. More...

Modules

eXosip2 INVITE and Call Management

eXosip2 request outside of dialog

eXosip2 OPTIONS and UA capabilities Management

eXosip2 Publication Management

eXosip2 REFER and blind tranfer Management outside of calls

eXosip2 REGISTER and Registration Management

eXosip2 SUBSCRIBE and outgoing subscriptions

eXosip2 SUBSCRIBE and incoming subscriptions

eXosip2 authentication API

eXosip2 SDP helper API.

Detailed Description

The SIP messages and call control API.

时间: 2024-10-12 20:16:33

libeXosip2(3) -- SIP messages and call control API的相关文章

libeXosip2(1) -- Modules

Modules Here is a list of all modules: [detail level 12] The eXtented eXosip stack LibeXosip2 Version 4.0.0 How-To initialize libeXosip2. How-To initiate, modify or terminate calls. How-To send or update registrations. General purpose API. General pu

libeXosip2(3-1) -- eXosip2 INVITE and Call Management

eXosip2 INVITE and Call Management SIP messages and call control API Functions int  eXosip_call_set_reference (struct eXosip_t *excontext, int id, void *reference) void *  eXosip_call_get_reference (struct eXosip_t *excontext, int cid) int  eXosip_ca

libeXosip2(1-2) -- How-To initiate, modify or terminate calls.

How-To initiate, modify or terminate calls. The eXtented eXosip stack eXosip2 offers a flexible API to help you controling calls. Initiate a call To start an outgoing call, you typically need a few headers which will be used by eXosip2 to build a def

libeXosip2(1-3) -- How-To send or update registrations.

How-To send or update registrations. The eXtented eXosip stack Initiate a registration To start a registration, you need to build a default REGISTER request by providing several mandatory headers. You can start as many registration you want even in o

libeXosip2(2-1) -- eXosip2 configuration API

eXosip2 configuration API General purpose API. Data Structures struct   eXosip_dns_cache struct   eXosip_tls_credentials_s struct   eXosip_tls_ctx_s Macros #define  EXOSIP_OPT_UDP_KEEP_ALIVE   (EXOSIP_OPT_BASE_OPTION+1) #define  EXOSIP_OPT_UDP_LEARN_

对话框(api)

对话框 壹佰软件开发小组  整理编译   如果有很多输入超出了菜单可以处理的程度,那么我们可以使用对话框来取得输入信息.程序写作者可以通过在某选项后面加上省略号(…)来表示该菜单项将启动一个对话框. 对话框的一般形式是包含多种子窗口控件的弹出式窗口,这些控件的大小和位置在程序资源描述文件的「对话框模板」中指定.虽然程序写作者能够「手工」定义对话框模板,但是现在通常是在Visual C++ Developer Studio中以交谈式操作的方式设计的,然后由Developer Studio建立对话框

Linux ALSA声卡驱动之四:Control设备的创建

声明:本博内容均由http://blog.csdn.net/droidphone原创,转载请注明出处,谢谢! Control接口 Control接口主要让用户空间的应用程序(alsa-lib)可以访问和控制音频codec芯片中的多路开关,滑动控件等.对于Mixer(混音)来说,Control接口显得尤为重要,从ALSA 0.9.x版本开始,所有的mixer工作都是通过control接口的API来实现的. ALSA已经为AC97定义了完整的控制接口模型,如果你的Codec芯片只支持AC97接口,你

Video for Linux Two API Specification revision0.24【转】

转自:http://blog.csdn.net/jmq_0000/article/details/7536805#t136 Video for Linux Two API Specification Revision 0.24 Michael H Schimek <[email protected]> Bill Dirks Hans Verkuil Martin Rubli Copyright © 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,

基于GBT28181:SIP协议组件开发-----------第二篇SIP组件开发原理

上一节中讲的SIP组件,即GBT28181SipComponent动态.so库工程,生成libGBT28181SipComponent.so库文件和IGBT28181Comm.h编程接口,在该库中实现了REGISTER, MESSAGE,NOTIFY,SUBSCRIBE,INVITE,ACK,BYE,CALL_MESSAGE等GB/T28181-2011 <安全防范视频监控联网系统信息传输.交换.控制技术要求>要求的SIP方法, 后期有新的需求可以添加.该库已经成功用于电网的多家视频安防企业中