From: Russell Bryant Date: Sun, 9 Jan 2005 14:58:45 +0000 (+0000) Subject: fix silly header (bug #3288) X-Git-Tag: 1.0.11.1~282 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc5042762fa8b6166d3d3a88b17574b8b0c8fdca;p=thirdparty%2Fasterisk.git fix silly header (bug #3288) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4730 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index b130190bd2..83b74cd509 100755 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -3765,7 +3765,7 @@ static int transmit_invite(struct sip_pvt *p, char *cmd, int sdp, char *auth, ch #endif if (distinctive_ring && !ast_strlen_zero(distinctive_ring)) { - add_header(&req, "Alert-info",distinctive_ring); + add_header(&req, "Alert-Info",distinctive_ring); } add_header(&req, "Allow", ALLOWED_METHODS); if (sdp) {