]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
automerge commit
authorAutomerge script <automerge@asterisk.org>
Sat, 5 Aug 2006 08:04:05 +0000 (08:04 +0000)
committerAutomerge script <automerge@asterisk.org>
Sat, 5 Aug 2006 08:04:05 +0000 (08:04 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@38971 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index 8c52d3526fa33703b8aa62ad1ff6f3a3ce5a10be..6868626686d1d6a20a953767e0770017c956bc21 100644 (file)
@@ -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 = {
        .name = "SIP_HEADER",
-       .synopsis = "Gets or sets the specified SIP header",
+       .synopsis = "Gets the specified SIP header",
        .syntax = "SIP_HEADER(<name>)",
        .read = func_header_read,
 };