dect
/
asterisk
Archived
13
0
Fork 0

Actually use the "get_also" function

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1425 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2003-08-25 14:17:14 +00:00
parent 7e7ff267dd
commit 770bc98046
1 changed files with 1 additions and 1 deletions

View File

@ -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) {