mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-03 20:38:59 +00:00 
			
		
		
		
	Actually use the "get_also" function
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1425 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		@@ -4966,7 +4966,7 @@ static int handle_request(struct sip_pvt *p, struct sip_request *req, struct soc
 | 
				
			|||||||
				inet_ntoa(p->recv.sin_addr));
 | 
									inet_ntoa(p->recv.sin_addr));
 | 
				
			||||||
			if (!strlen(p->context))
 | 
								if (!strlen(p->context))
 | 
				
			||||||
				strncpy(p->context, context, sizeof(p->context) - 1);
 | 
									strncpy(p->context, context, sizeof(p->context) - 1);
 | 
				
			||||||
			res = get_refer_info(p, req);
 | 
								res = get_also_info(p, req);
 | 
				
			||||||
			if (!res) {
 | 
								if (!res) {
 | 
				
			||||||
				c = p->owner;
 | 
									c = p->owner;
 | 
				
			||||||
				if (c) {
 | 
									if (c) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user