From 174af330854b67e48c813b31a9c9b29f51eb3324 Mon Sep 17 00:00:00 2001
From: Mark Spencer <markster@digium.com>
Date: Mon, 25 Aug 2003 14:17:14 +0000
Subject: [PATCH] Actually use the "get_also" function

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1425 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 channels/chan_sip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index d5dcba6169..5fb2118bb5 100755
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -4966,7 +4966,7 @@ static int handle_request(struct sip_pvt *p, struct sip_request *req, struct soc
 				inet_ntoa(p->recv.sin_addr));
 			if (!strlen(p->context))
 				strncpy(p->context, context, sizeof(p->context) - 1);
-			res = get_refer_info(p, req);
+			res = get_also_info(p, req);
 			if (!res) {
 				c = p->owner;
 				if (c) {
-- 
GitLab