From: Mark Spencer Date: Sun, 9 Jan 2005 01:58:45 +0000 (+0000) Subject: Fix Alert-Info for optipoint 400 (bug #3288) X-Git-Tag: 1.2.0-beta1~1449 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89fb8c10378aa7a8789ecaabf8ab80269ed4bf51;p=thirdparty%2Fasterisk.git Fix Alert-Info for optipoint 400 (bug #3288) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4723 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index fdfec45e78..173a62ce53 100755 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -3853,7 +3853,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 (addsipheaders && init) {