![Toa N-8000 SERIES Operating Instructions Manual Download Page 22](http://html1.mh-extra.com/html/toa/n-8000-series/n-8000-series_operating-instructions-manual_1122526022.webp)
Chapter 4
Setting of SIP server
Operating Instructions
4-2
1. SETTING OF SIP SERVER
What N-8000 SIP Gateway requires are as below;
· Extension number (telephone number) for SIP clients.
· Corresponding password for each extension number.
Additional setting like transferring function can be set by other settings.
1.1. Setting for Asterisk
Files for a basic setting are with sip.conf and extensions.conf.
Configuration idea with sip.conf ( for Extension number and password )
[general]
context=default
port=5060
bindaddr=0.0.0.0
language=ja
musiconhold=default
disallow=all
allow=ulaw
* G.711/u-law setting must be set.
;allow=alaw
;allow=gsm
;allow=ilbc
dtmfmode=rfc2833
* RFC2833 must be set here for DTMF tone.
[3995]
* This is a setting for “3995” to be added.
type=friend
defaultuser=3995
secret=pass
* Here is for a password.
canreinvite=no
host=dynamic
dtmfmode=rfc2833 *RFC2833
[3996]
* This is a setting for “3996” to be added.
type=friend
defaultuser=3996
secret=pass
* Here is for a password.
canreinvite=no
host=dynamic
dtmfmode=rfc2833 *RFC2833
:
:
Configuration idea with extensions.conf ( for a setting of process of SIP Server )
[default] section as below will be modified
exten => 3995,1,Dial(SIP/3995,12)
*3995 means a station number that is set in sip.conf file.
exten => 3995,2,Congestion
exten => 3995,102,Busy
exten => 3996,1,Dial(SIP/3996,12)
*3996 means a station number that is set in sip.conf file.
exten => 3996,2,Congestion
exten => 3996,102,Busy
exten => 3997,1,Dial(SIP/3997,12)
*3997 means a station number that is set in sip.conf file.
exten => 3997,2,Congestion
exten => 3997,102,Busy
:
exten => _.,1,Answer()
exten => _.,2,Wait(2)
exten => _.,3,Playback(pbx-invalid)
exten => _.,3,Congestion
Summary of Contents for N-8000 SERIES
Page 3: ...Chapter 1 General Description...
Page 6: ...Functions Chapter 2...
Page 12: ...Settings Chapter 3...
Page 21: ...Setting of SIP server Chapter 4...
Page 26: ...Chapter 4 Setting of SIP server Operating Instructions 4 6 1 5 1 6 1 7...
Page 29: ...Chapter 4 Setting of SIP server Operating Instructions 4 9 3 5 3 6 3 7 3 8...
Page 30: ...Chapter 4 Setting of SIP server Operating Instructions 4 10 3 9 3 10 3 11 3 12 3 13...
Page 33: ...Chapter 4 Setting of SIP server Operating Instructions 4 13 4 5 4 6 4 7...
Page 34: ...201511...