mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	res_pjsip_pubsub: provide a display name for RLS subscriptions
Whereas BLFs allow to show a display name for each RLS entry, the asterisk provides only the extension now. This is not end user friendly. This commit adds a new resource_list option, resource_display_name, to indicate whether display name of resource or the resource name being provided for RLS entries. If this option is enabled, the Display Name will be provided. This option is disabled by default to remain the previous behavior. If the 'event' set to 'presence' or 'dialog' the non-empty HINT name will be set as the Display Name. The 'message-summary' is not supported yet. ASTERISK-29891 #close Change-Id: Ic5306bd5a7c73d03f5477fe235e9b0f41c69c681
This commit is contained in:
		
				
					committed by
					
						 Kevin Harwell
						Kevin Harwell
					
				
			
			
				
	
			
			
			
						parent
						
							4358c776b8
						
					
				
				
					commit
					e2423c6f49
				
			
							
								
								
									
										10
									
								
								doc/CHANGES-staging/rls_display_name.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								doc/CHANGES-staging/rls_display_name.txt
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | ||||
| Subject: res_pjsip_pubsub | ||||
|  | ||||
| A new resource_list option, resource_display_name, indicates | ||||
| whether display name of resource or the resource name being | ||||
| provided for RLS entries. | ||||
| If this option is enabled, the Display Name will be provided. | ||||
| This option is disabled by default to remain the previous behavior. | ||||
| If the 'event' set to 'presence' or 'dialog' the non-empty HINT name | ||||
| will be set as the Display Name. | ||||
| The 'message-summary' is not supported yet. | ||||
		Reference in New Issue
	
	Block a user