mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	pjproject: Increase maximum SDP formats and attribute limits
Since Chrome 136, using Windows, when initiating a video call the INVITE SDP exceeds the maximum number of allowed attributes, resulting in the INVITE being rejected. This increases the attribute limit and the number of formats allowed when using bundled pjproject.
Fixes: #1240
(cherry picked from commit ae5ea528ca)
			
			
This commit is contained in:
		
				
					committed by
					
						 George Joseph
						George Joseph
					
				
			
			
				
	
			
			
			
						parent
						
							ca086a587d
						
					
				
				
					commit
					7bdfee3517
				
			
							
								
								
									
										4
									
								
								third-party/pjproject/patches/config_site.h
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								third-party/pjproject/patches/config_site.h
									
									
									
									
										vendored
									
									
								
							| @@ -84,9 +84,9 @@ | ||||
| #define PJ_ICE_MAX_CHECKS (PJ_ICE_MAX_CAND * PJ_ICE_MAX_CAND) | ||||
|  | ||||
| /* Increase limits to allow more formats */ | ||||
| #define	PJMEDIA_MAX_SDP_FMT   64 | ||||
| #define	PJMEDIA_MAX_SDP_FMT   72 | ||||
| #define	PJMEDIA_MAX_SDP_BANDW   4 | ||||
| #define	PJMEDIA_MAX_SDP_ATTR   (PJMEDIA_MAX_SDP_FMT*3 + 4) | ||||
| #define	PJMEDIA_MAX_SDP_ATTR   (PJMEDIA_MAX_SDP_FMT*6 + 4) | ||||
| #define	PJMEDIA_MAX_SDP_MEDIA   16 | ||||
|  | ||||
| /* | ||||
|   | ||||
		Reference in New Issue
	
	Block a user