mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Fix no call waiting caller ID
Clearing the callwaitcas flag in analog_call was causing the incoming D digit to be ignored which triggers sending the caller ID. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@270836 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -951,7 +951,6 @@ int analog_call(struct analog_pvt *p, struct ast_channel *ast, char *rdest, int | ||||
| 		} | ||||
|  | ||||
| 		if (p->use_callerid) { | ||||
| 			p->callwaitcas = 0; | ||||
| 			p->cid.cid_name = p->lastcid_name; | ||||
| 			p->cid.cid_num = p->lastcid_num; | ||||
| 		} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user