mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Merge "chan_vpb.cc: Fix compile error."
This commit is contained in:
		| @@ -365,6 +365,7 @@ static struct ast_channel_tech vpb_tech = { | ||||
| 	capabilities: NULL, | ||||
| 	properties: 0, | ||||
| 	requester: vpb_request, | ||||
| 	requester_with_stream_topology: NULL, | ||||
| 	devicestate: NULL, | ||||
| 	presencestate: NULL, | ||||
| 	send_digit_begin: vpb_digit_begin, | ||||
| @@ -398,6 +399,7 @@ static struct ast_channel_tech vpb_tech_indicate = { | ||||
| 	capabilities: NULL, | ||||
| 	properties: 0, | ||||
| 	requester: vpb_request, | ||||
| 	requester_with_stream_topology: NULL, | ||||
| 	devicestate: NULL, | ||||
| 	presencestate: NULL, | ||||
| 	send_digit_begin: vpb_digit_begin, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user