h450msgs.h
上传用户:hnnddl
上传日期:2007-01-06
资源大小:3580k
文件大小:1k
源码类别:

IP电话/视频会议

开发平台:

WINDOWS

  1. /*
  2.  * $Revision: 1.1 $
  3.  * $Date: 1998/10/14 22:47:51 $
  4.  */
  5. #ifndef H450MSGS_H_INCLUDED
  6. #define H450MSGS_H_INCLUDED
  7. #include "api/h225ie.h"
  8. #include "api/h4501suppserv.h"
  9. #include "extractSuppSvcs.h"
  10. typedef struct _H450SSseq {
  11. struct _H450SSseq *next;
  12. H4501SuppService *value;
  13. } H450SSseq;
  14. #define EXIT_ON_ERROR TRUE
  15. void doError(ProtReturnCode, int);
  16. void deleteSSlist(H450SSseq *list);
  17. H4501SuppService *ctInitiateInvoke(int invokeID, char *callid,
  18.   unsigned int ip, char *e164);
  19. H4501SuppService *ctSetupInvoke(int invokeID, char *callid);
  20. H4501SuppService *ctSetupReturnResult(int invokeID);
  21. H4501SuppService *ctInitiateReturnResult(int invokeID);
  22. int isInitiateInvoke(H4501SuppService *ss, int &invokeID, char *call_id,
  23. unsigned int &ip_addr, char *phone);
  24. #endif /* !H450MSGS_H_INCLUDED */