aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-05 07:21:12 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-05 07:21:12 +0000
commit1803240e5d7ece6e27fed0f52457689abbb4fc92 (patch)
tree66e47b8a23ebbbe1d69697e17c7e532628815d06
parentde27a49eb94aa23874fe26bc78bdf76297780a08 (diff)
don't advertise that this function can set a SIP header when it can only
do reads git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@38950 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index c9f327ad6..f81dda89e 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -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,
};