From 54b8d83e4f223978da898aa314e490c445ddcb26 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Sat, 5 Aug 2006 07:21:12 +0000 Subject: [PATCH] don't advertise that this function can set a SIP header when it can only do reads git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@38950 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index c9f327ad69..f81dda89e0 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()", .read = func_header_read, };