今天开始学习MSPL(Microsoft SIP Processing Language)
Microsoft SIP Processing Language (MSPL) 是一种用来过滤和路由SIP信息的脚本语言.被称之为"消息过滤器",这样的脚本被嵌入在Live Communications Server(LCS) 应用程序的应用程序清单(application manifests )里.
The Microsoft SIP Processing Language (MSPL) is a scripting language used specifically for filtering and routing SIP messages. Known as "message filters", such scripts are embedded in the application manifests of Live Communications Server applications.
MSPL不支持算术计算,类型声明,foreach以外的循环.
MSPL does not support arithmetic, type declarations, or loops outside of the foreach statement.
Microsoft SIP Processing Language (MSPL) 是一种用来过滤和路由SIP信息的脚本语言.被称之为"消息过滤器",这样的脚本被嵌入在Live Communications Server(LCS) 应用程序的应用程序清单(application manifests )里.
The Microsoft SIP Processing Language (MSPL) is a scripting language used specifically for filtering and routing SIP messages. Known as "message filters", such scripts are embedded in the application manifests of Live Communications Server applications.
MSPL不支持算术计算,类型声明,foreach以外的循环.
MSPL does not support arithmetic, type declarations, or loops outside of the foreach statement.
MSPL 后续课程主题
主题 | 描述 |
---|---|
MSPL 脚本语法 | 讲述 MSPL 基础语法 |
MSPL 内建常量(Built-in Constants) | 讲述 MSPL 内建常量 |
MSPL 内建变量(Built-in Variables) | 讲述 MSPL 内建变量, 包括预定义的 request 和 response 变量 |
MSPL 类型和类型转换 | 讲述 MSPL 支持的基本数据类型和他们之间隐式转换的结果 |
MSPL 内建对象(Built-in Classes) | 讲述 MSPL 的预定义类型 |
MSPL 内建方法(Built-in Functions) | 提供 MSPL 内建方法的综合介绍 |