“首页”的版本间的差异

来自Asterisk 中文技术社区
跳到导航 跳到搜索
第5行: 第5行:
 
==Asterisk-开源项目背景介绍 ==
 
==Asterisk-开源项目背景介绍 ==
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings MediaWiki配置设置列表]
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings MediaWiki配置设置列表]
Module that supports sending NOTIFY requests to endpoints from external sources
 
This configuration documentation is for functionality provided by res_pjsip_notify.
 
 
pjsip_notify.conf
 
general
 
Unused, but reserved.
 
 
notify
 
Configuration of a NOTIFY request.
 
 
Configuration Option Reference
 
Option Name
 
 
Type
 
 
Default Value
 
 
Regular Expression
 
 
Description
 
 
 
 
Custom
 
 
 
 
false
 
 
A key/value pair to add to a NOTIFY request.
 
 
Configuration Option Descriptions
 
 
 
If the key is Content, it will be treated as part of the message body. Otherwise, it will be added as a header in the NOTIFY request.
 
 
The following headers are reserved and cannot be specified:
 
 
Call-ID
 
Contact
 
CSeq
 
To
 
From
 
Record-Route
 
Route
 
Via
 
Import Version
 
This documentation was imported from Asterisk Version GIT-16-3818759
 
  
 
==Asterisk-开始使用==
 
==Asterisk-开始使用==

2020年1月8日 (三) 06:49的版本

Asterisk开源项目中文技术文档

背景。。。

Asterisk-开源项目背景介绍

Asterisk-开始使用

Module that supports sending NOTIFY requests to endpoints from external sources This configuration documentation is for functionality provided by res_pjsip_notify.

pjsip_notify.conf general Unused, but reserved.

notify Configuration of a NOTIFY request.

Configuration Option Reference Option Name

Type

Default Value

Regular Expression

Description


Custom


false

A key/value pair to add to a NOTIFY request.

Configuration Option Descriptions


If the key is Content, it will be treated as part of the message body. Otherwise, it will be added as a header in the NOTIFY request.

The following headers are reserved and cannot be specified:

Call-ID Contact CSeq To From Record-Route Route Via

Asterisk-技术基础

Asterisk-系统配置

Asterisk-环境部署

Asterisk-操作说明

Asterisk-命令接口使用

  • Asterisk 16 AGI Commands
  • Page: Asterisk 16 AMI Actions
  • Page: Asterisk 16 AMI Events
  • Page: Asterisk 16 ARI
  • Page: Asterisk 16 Dialplan Applications
  • Page: Asterisk 16 Dialplan Functions
  • Page: Asterisk 16 Module Configuration

Asterisk-其他相关配置