h450msgs.h
资源名称:h323.zip [点击查看]
上传用户:hnnddl
上传日期:2007-01-06
资源大小:3580k
文件大小:1k
源码类别:
IP电话/视频会议
开发平台:
WINDOWS
- /*
- * $Revision: 1.1 $
- * $Date: 1998/10/14 22:47:51 $
- */
- #ifndef H450MSGS_H_INCLUDED
- #define H450MSGS_H_INCLUDED
- #include "api/h225ie.h"
- #include "api/h4501suppserv.h"
- #include "extractSuppSvcs.h"
- typedef struct _H450SSseq {
- struct _H450SSseq *next;
- H4501SuppService *value;
- } H450SSseq;
- #define EXIT_ON_ERROR TRUE
- void doError(ProtReturnCode, int);
- void deleteSSlist(H450SSseq *list);
- H4501SuppService *ctInitiateInvoke(int invokeID, char *callid,
- unsigned int ip, char *e164);
- H4501SuppService *ctSetupInvoke(int invokeID, char *callid);
- H4501SuppService *ctSetupReturnResult(int invokeID);
- H4501SuppService *ctInitiateReturnResult(int invokeID);
- int isInitiateInvoke(H4501SuppService *ss, int &invokeID, char *call_id,
- unsigned int &ip_addr, char *phone);
- #endif /* !H450MSGS_H_INCLUDED */