mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-24 12:48:51 +00:00
tweak default config
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@667 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
50b78f79ee
commit
3d6ca65883
@ -24,6 +24,7 @@ load => mod_exosip
|
|||||||
load => mod_iax
|
load => mod_iax
|
||||||
;load => mod_portaudio
|
;load => mod_portaudio
|
||||||
;load => mod_woomera
|
;load => mod_woomera
|
||||||
|
;load => mod_wanpipe
|
||||||
|
|
||||||
; Applications
|
; Applications
|
||||||
load => mod_bridgecall
|
load => mod_bridgecall
|
||||||
@ -48,8 +49,6 @@ load => mod_sndfile
|
|||||||
load => mod_softtimer
|
load => mod_softtimer
|
||||||
|
|
||||||
|
|
||||||
load => mod_wanpipe
|
|
||||||
|
|
||||||
;---- IAX PROTOCOL
|
;---- IAX PROTOCOL
|
||||||
;--------------------------------------------------------------------------------
|
;--------------------------------------------------------------------------------
|
||||||
[+iax.conf]
|
[+iax.conf]
|
||||||
@ -65,10 +64,10 @@ codec_rates=8
|
|||||||
;--------------------------------------------------------------------------------
|
;--------------------------------------------------------------------------------
|
||||||
[+exosip.conf]
|
[+exosip.conf]
|
||||||
[settings]
|
[settings]
|
||||||
debug => 10
|
|
||||||
port => 5060
|
port => 5060
|
||||||
dialplan => demo
|
dialplan => pcre
|
||||||
codec_prefs => PCMU
|
supress_telephony_events => yes
|
||||||
|
dtmf_duration => 100
|
||||||
|
|
||||||
;---- WOOMERA PROTOCOL
|
;---- WOOMERA PROTOCOL
|
||||||
;--------------------------------------------------------------------------------
|
;--------------------------------------------------------------------------------
|
||||||
@ -80,19 +79,37 @@ debug=0
|
|||||||
;--------------------------------------------------------------------------------
|
;--------------------------------------------------------------------------------
|
||||||
[+wanpipe.conf]
|
[+wanpipe.conf]
|
||||||
[settings]
|
[settings]
|
||||||
debug => 0
|
debug => 1
|
||||||
dialplan => demo
|
dialplan => pcre
|
||||||
bpf => 320
|
mtu => 160
|
||||||
|
dtmf_on => 800
|
||||||
|
dtmf_off => 100
|
||||||
|
supress_dtmf_tone => yes
|
||||||
|
|
||||||
[span]
|
[span]
|
||||||
span => 1
|
span => 1
|
||||||
node => cpe
|
node => cpe
|
||||||
switch => ni2
|
|
||||||
dp = national
|
;switch => ni2
|
||||||
l1 = ulaw
|
switch => dms100
|
||||||
|
;switch => lucent5e
|
||||||
|
;switch => att4ess
|
||||||
|
;switch => euroisdn
|
||||||
|
;switch => gr303eoc
|
||||||
|
;switch => gr303tmc
|
||||||
|
|
||||||
|
dp => national
|
||||||
|
;dp => international
|
||||||
|
;dp => local
|
||||||
|
;dp => private
|
||||||
|
;dp => unknown
|
||||||
|
|
||||||
|
l1 => ulaw
|
||||||
|
;l1 => alaw
|
||||||
|
|
||||||
bchan => 1-23
|
bchan => 1-23
|
||||||
dchan => 24
|
dchan => 24
|
||||||
dialplan => demo
|
dialplan => pcre
|
||||||
|
|
||||||
|
|
||||||
;---- SOUND CARD CHANNEL
|
;---- SOUND CARD CHANNEL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user