From: Russell Bryant Date: Sat, 5 Aug 2006 07:22:27 +0000 (+0000) Subject: Merged revisions 38950 via svnmerge from X-Git-Tag: 1.4.0-beta1~465 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=989205441433056039f759102bd121c6e29db7dd;p=thirdparty%2Fasterisk.git 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: https://origsvn.digium.com/svn/asterisk/trunk@38951 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 3b5b100480..c6b67c921f 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()", .read = func_header_read, };