aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-05 07:22:27 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-05 07:22:27 +0000
commitc5e5c92d3105bd9203ff00e5ae787747721bdc47 (patch)
tree9aef433f8ca5e53c0995cf790ea16fc9735e3e1c
parent4289ad18c32166ce2ab3417b68842c2af968c527 (diff)
Merged revisions 38950 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r38950 | russell | 2006-08-05 03:21:12 -0400 (Sat, 05 Aug 2006) | 3 lines 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/trunk@38951 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 3b5b10048..c6b67c921 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -10890,7 +10890,7 @@ static int func_header_read(struct ast_channel *chan, char *function, char *data
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,
};