mirror of https://github.com/sipwise/sems.git
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1825 8eb893ce-cfd4-0310-b710-fb5ebe64c474sayer/1.4-spce2.6
parent
0884ede3fc
commit
41c2e7ca67
@ -1,15 +1,15 @@
|
||||
|
||||
# authentication mode:
|
||||
# authentication mode:
|
||||
# XMLRPC : authenticate against XMLRPC server
|
||||
# REFER : add pin to REFER sent out to be checked at proxy
|
||||
auth_mode=XMLRPC
|
||||
|
||||
# XMLRPC url to authenticate against if auth_mode==XMLRPC
|
||||
auth_xmlrpc_url = http://127.0.0.1:9090/
|
||||
|
||||
|
||||
# messages to play to caller
|
||||
welcome_msg=/usr/lib/sems/audio/pincollect/welcome.wav
|
||||
pin_msg=/usr/lib/sems/audio/pincollect/enter_pin.wav
|
||||
fail_msg=/usr/lib/sems/audio/pincollect/fail.wav
|
||||
auth_fail_msg=/usr/lib/sems/audio/pincollect/notcorrect.wav
|
||||
welcome_msg=/usr/local/lib/sems/audio/pin_collect/welcome.wav
|
||||
pin_msg=/usr/local/lib/sems/audio/pin_collect/enter_pin.wav
|
||||
fail_msg=/usr/local/lib/sems/audio/pin_collect/fail.wav
|
||||
auth_fail_msg=/usr/local/lib/sems/audio/pin_collect/notcorrect.wav
|
||||
|
||||
|
||||
Loading…
Reference in new issue