Archived
14
0
Fork 0

Fix Alert-Info for optipoint 400 (bug #3288)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4723 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2005-01-09 01:58:45 +00:00
parent d6e1f284a6
commit ace75be28a

View file

@ -3853,7 +3853,7 @@ static int transmit_invite(struct sip_pvt *p, char *cmd, int sdp, char *auth, ch
#endif #endif
if (distinctive_ring && !ast_strlen_zero(distinctive_ring)) 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); add_header(&req, "Allow", ALLOWED_METHODS);
if (addsipheaders && init) { if (addsipheaders && init) {