aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-23 00:50:38 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-23 00:50:38 +0000
commitb3337ffba93acd70bd408bc8eaf4b6aa120f780a (patch)
tree1b72c2e53b961048493d5e306b43925b098eead8 /configs
parent0ce27cab3bb752988db610763b07ad60b58b1c9c (diff)
support configurable Message-Account value in NOTIFY messages (issue #4801)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6365 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/sip.conf.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 782d5991f..a348b52bc 100755
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -49,6 +49,9 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;defaultexpirey=120 ; Default length of incoming/outoing registration
;notifymimetype=text/plain ; Allow overriding of mime type in MWI NOTIFY
;checkmwi=10 ; Default time between mailbox checks for peers
+;vmexten=voicemail ; dialplan extension to reach mailbox sets the
+ ; Message-Account in the MWI notify message
+ ; defaults to "asterisk"
;videosupport=yes ; Turn on support for SIP video
;recordhistory=yes ; Record SIP history by default
; (see sip history / sip no history)
@@ -318,6 +321,9 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;defaultip=192.168.0.59 ; IP used until peer registers
;username=snom ; Username to use in INVITE until peer registers
;mailbox=1234@context,2345 ; Mailbox(-es) for message waiting indicator
+;vmexten=voicemail ; dialplan extension to reach mailbox
+ ; sets the Message-Account in the MWI notify message
+ ; defaults to global vmexten which defaults to "asterisk"
;restrictcid=yes ; To have the callerid restriced -> sent as ANI
;disallow=all
;allow=ulaw ; dtmfmode=inband only works with ulaw or alaw!