mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +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
parent
b1765c93e4
commit
c12cb899de
@@ -1502,6 +1502,19 @@
|
||||
; Time Asterisk should wait, in milliseconds,
|
||||
; before sending notifications.
|
||||
|
||||
;resource_display_name=no ; Indicates whether display name of resource
|
||||
; or the resource name being reported.
|
||||
; If this option is enabled, the Display Name
|
||||
; will be reported as resource name.
|
||||
; If the event set to presence or dialog,
|
||||
; the HINT name will be set as the Display Name.
|
||||
; For example:
|
||||
; exten => 1234,hint,PJSIP/user1234(Alice)
|
||||
; If enabled the resource name will be 'Alice'.
|
||||
; If disabled the resource name will be '1234'.
|
||||
; The message-summary is not supported yet.
|
||||
|
||||
|
||||
;==========================INBOUND_PUBLICATION================================
|
||||
; See https://wiki.asterisk.org/wiki/display/AST/Exchanging+Device+and+Mailbox+State+Using+PJSIP
|
||||
; for more information.
|
||||
|
Reference in New Issue
Block a user