aboutsummaryrefslogtreecommitdiffstats
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-20 14:42:06 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-20 14:42:06 +0000
commit002e0c5320f84c72de495454778af417499a4847 (patch)
treed6992239ccb1a1f5c17729d0ac78dd6a8720a0cc /configs/sip.conf.sample
parent9e513403347a78f7b2de2fd34ad6cf379bbc0ea0 (diff)
Add codec examples in sip.conf
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1384 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/sip.conf.sample')
-rwxr-xr-xconfigs/sip.conf.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 2c8a5e4d3..26356db72 100755
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -13,6 +13,9 @@ context = default ; Default for incoming calls
;defaultexpirey=120 ; Default length of incoming/outoing registration
;notifymimetype=text/plain ; Allow overriding of mime type in NOTIFY
;videosupport=yes ; Turn on support for SIP video
+;disallow=all ; Disallow all codecs
+;allow=ulaw ; Allow codecs in order of preference
+;allow=ilbc
;
;register => 1234@mysipprovider.com ; Register with a SIP provider
;register => 2345@mysipprovider.com/1234 ; Register 2345 at sip provider as 1234 here.