Updated cisco-99xx
This commit is contained in:
parent
f2e960db25
commit
b2432890c6
|
|
@ -0,0 +1,2 @@
|
|||
mime_type => text/xml, text/plain
|
||||
SEP${TOLOWER(${MAC})}.cnf.xml => cisco-99xx-tmpl.cfg
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
mime_type => text/xml, text/plain
|
||||
;Replace mac(MAC)1(2) to device mac address (in lower and higher register)
|
||||
;Dev1
|
||||
SEPmac1.cnf.xml => mac1.cfg
|
||||
SEPMAC1.cnf.xml => mac1.cfg
|
||||
;Dev2
|
||||
SEPmac2.cnf.xml => mac2.cfg
|
||||
SEPMAC2.cnf.xml => mac2.cfg
|
||||
|
|
@ -0,0 +1,72 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<device>
|
||||
<deviceProtocol>SIP</deviceProtocol>
|
||||
<devicePool>
|
||||
<dateTimeSetting>
|
||||
<dateTemplate>D.M.Y</dateTemplate>
|
||||
<timeTemplate>HH:MM</timeTemplate>
|
||||
<olsonTimeZone>Etc/GMT+05</olsonTimeZone>
|
||||
<ntps>
|
||||
<ntp>
|
||||
<name>${SERVER}</name>
|
||||
<ntpMode>Unicast</ntpMode>
|
||||
</ntp>
|
||||
</ntps>
|
||||
</dateTimeSetting>
|
||||
<callManagerGroup>
|
||||
<members>
|
||||
<member priority="0">
|
||||
<callManager>
|
||||
<ports>
|
||||
<ethernetPhonePort>2000</ethernetPhonePort>
|
||||
<sipPort>${SERVER_PORT}</sipPort>
|
||||
<securedSipPort>5061</securedSipPort>
|
||||
</ports>
|
||||
<processNodeName>${SERVER}</processNodeName>
|
||||
</callManager>
|
||||
</member>
|
||||
</members>
|
||||
</callManagerGroup>
|
||||
</devicePool>
|
||||
<sipProfile>
|
||||
<sipStack>
|
||||
<sipInviteRetx>6</sipInviteRetx>
|
||||
<sipRetx>10</sipRetx>
|
||||
<timerInviteExpires>180</timerInviteExpires>
|
||||
<timerRegisterExpires>600</timerRegisterExpires>
|
||||
<timerRegisterDelta>5</timerRegisterDelta>
|
||||
<timerKeepAliveExpires>120</timerKeepAliveExpires>
|
||||
<timerSubscribeExpires>120</timerSubscribeExpires>
|
||||
<timerSubscribeDelta>5</timerSubscribeDelta>
|
||||
<timerT1>500</timerT1>
|
||||
<timerT2>4000</timerT2>
|
||||
<maxRedirects>70</maxRedirects>
|
||||
<remotePartyID>false</remotePartyID>
|
||||
<userInfo>None</userInfo>
|
||||
</sipStack>
|
||||
<enableVad>false</enableVad>
|
||||
<dtmfAvtPayload>101</dtmfAvtPayload>
|
||||
<dtmfDbLevel>3</dtmfDbLevel>
|
||||
<dtmfOutofBand>avt</dtmfOutofBand>
|
||||
<sipLines>
|
||||
<line button="1">
|
||||
<name>${USERNAME}</name>
|
||||
<displayName>${USERNAME}</displayName>
|
||||
<authName>${USERNAME}</authName>
|
||||
<authPassword>${SECRET}</authPassword>
|
||||
<contact>${USERNAME}</contact>
|
||||
<forwardCallInfoDisplay>
|
||||
<callerName>true</callerName>
|
||||
<callerNumber>false</callerNumber>
|
||||
<redirectedNumber>false</redirectedNumber>
|
||||
<dialedNumber>true</dialedNumber>
|
||||
</forwardCallInfoDisplay>
|
||||
<autoAnswer>
|
||||
<autoAnswerEnabled>0</autoAnswerEnabled>
|
||||
</autoAnswer>
|
||||
</line>
|
||||
</sipLines>
|
||||
<startMediaPort>10000</startMediaPort>
|
||||
<stopMediaPort>20000</stopMediaPort>
|
||||
</sipProfile>
|
||||
</device>
|
||||
Loading…
Reference in New Issue