mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Add ETSI Message Waiting Indication (MWI) support.
Add the ability to report waiting messages to ISDN endpoints (phones). Relevant specification: EN 300 650 and EN 300 745 Review: https://reviewboard.asterisk.org/r/599/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@267399 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -526,6 +526,12 @@ callwaiting=yes
|
||||
; A call waiting call is a SETUP message with no B channel selected.
|
||||
;allow_call_waiting_calls=no
|
||||
;
|
||||
; Configure the ISDN span to indicate MWI for the list of mailboxes.
|
||||
; You can give a comma separated list of up to 8 mailboxes per span.
|
||||
; An empty list disables MWI.
|
||||
; The default is an empty list.
|
||||
;mwi_mailboxes=mailbox_number[@context]{,mailbox_number[@context]}
|
||||
;
|
||||
; Whether or not restrict outgoing caller ID (will be sent as ANI only, not
|
||||
; available for the user)
|
||||
; Mostly use with FXS ports
|
||||
|
Reference in New Issue
Block a user