From: Automerge script Date: Sat, 5 Aug 2006 08:04:05 +0000 (+0000) Subject: automerge commit X-Git-Tag: 1.2.11-netsec~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5061be77021525003897fc4e27241354ac489ce;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@38971 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 8c52d3526f..6868626686 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -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()", .read = func_header_read, };