projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b938de4
)
Add codec examples in sip.conf
author
Mark Spencer
<markster@digium.com>
Wed, 20 Aug 2003 14:42:06 +0000
(14:42 +0000)
committer
Mark Spencer
<markster@digium.com>
Wed, 20 Aug 2003 14:42:06 +0000
(14:42 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1384
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
configs/sip.conf.sample
patch
|
blob
|
history
diff --git
a/configs/sip.conf.sample
b/configs/sip.conf.sample
index
2c8a5e4
..
26356db
100755
(executable)
--- 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.