mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
automerge commit
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@38971 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -9418,7 +9418,7 @@ static char *func_header_read(struct ast_channel *chan, char *cmd, char *data, c
|
|||||||
|
|
||||||
static struct ast_custom_function sip_header_function = {
|
static struct ast_custom_function sip_header_function = {
|
||||||
.name = "SIP_HEADER",
|
.name = "SIP_HEADER",
|
||||||
.synopsis = "Gets or sets the specified SIP header",
|
.synopsis = "Gets the specified SIP header",
|
||||||
.syntax = "SIP_HEADER(<name>)",
|
.syntax = "SIP_HEADER(<name>)",
|
||||||
.read = func_header_read,
|
.read = func_header_read,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user