]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
don't advertise that this function can set a SIP header when it can only
authorRussell Bryant <russell@russellbryant.com>
Sat, 5 Aug 2006 07:21:12 +0000 (07:21 +0000)
committerRussell Bryant <russell@russellbryant.com>
Sat, 5 Aug 2006 07:21:12 +0000 (07:21 +0000)
do reads

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@38950 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index c9f327ad69ac1741d382953550ebe8329c7d7037..f81dda89e0442d90c5f77c7e28df92b56207a6e3 100644 (file)
@@ -9331,7 +9331,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,
 };