aboutsummaryrefslogtreecommitdiffstats
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-30 18:48:30 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-30 18:48:30 +0000
commit922e673bf528a57a715fa2f6a65dd2faa8a54db9 (patch)
tree537e97d98720ee1380b24a549212ada8d4e37000 /configs/sip.conf.sample
parente4e2b456fd8209984677921f2f73919d62aabb92 (diff)
Make mimetype for NOTIFY configurable
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@937 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/sip.conf.sample')
-rwxr-xr-xconfigs/sip.conf.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 55508be61..0010d4779 100755
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -9,6 +9,7 @@ context = default ; Default for incoming calls
;tos=184
;maxexpirey=3600 ; Max length of incoming registration we allow
;defaultexpirey=120 ; Default length of incoming/outoing registration
+;notifymimetype=text/plain ; Allow overriding of mime type in NOTIFY
;
;register => 1234@mysipprovider.com ; Register with a SIP provider
;register => 2345@mysipprovider.com/1234 ; Register 2345 at sip provider as 1234 here.