mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-03 10:23:50 +00:00
Add more to the Cisco 7940 template.
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<tones>
|
||||
<tone c1="31164" i1="-1772" c2="30743" i2="-1985" c3="31164" i3="-1772" c4="30743" i4="-1985" d="34" t="ringing">
|
||||
<part m="on" t="400"/>
|
||||
<part m="off" t="200"/>
|
||||
<part m="on" t="400"/>
|
||||
<part m="off" t="2000"/>
|
||||
<repeat c="65535"/>
|
||||
</tone>
|
||||
<tone c1="31164" i1="-1772" c2="31164" i2="-1772" d="17" t="reorder">
|
||||
<part m="on" t="400"/>
|
||||
<part m="off" t="350"/>
|
||||
<part m="on" t="225"/>
|
||||
<part m="off" t="525"/>
|
||||
<repeat c="65535"/>
|
||||
</tone>
|
||||
<tone c1="31164" i1="-1772" d="1" t="busy">
|
||||
<part m="on" t="375"/>
|
||||
<part m="off" t="375"/>
|
||||
<repeat c="65535"/>
|
||||
</tone>
|
||||
<tone c1="31538" i1="-1556" c2="30831" i2="-1942" d="2" t="odial">
|
||||
<part m="on" t="65535"/>
|
||||
<repeat c="65535"/>
|
||||
</tone>
|
||||
<tone c1="31538" i1="-1556" c2="30831" i2="-1942" d="2" t="idial">
|
||||
<part m="on" t="65535"/>
|
||||
<repeat c="65535"/>
|
||||
</tone>
|
||||
</tones>
|
||||
|
||||
30
resources/templates/provision/cisco/7940/RINGLIST.XML
Normal file
30
resources/templates/provision/cisco/7940/RINGLIST.XML
Normal file
@@ -0,0 +1,30 @@
|
||||
<CiscoIPPhoneRingList>
|
||||
<Ring>
|
||||
<DisplayName>Chirp 3</DisplayName>
|
||||
<FileName>ringer3.pcm</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Old Style</DisplayName>
|
||||
<FileName>ringer1.pcm</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Door Chime</DisplayName>
|
||||
<FileName>doorchime.pcm</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Red Alert</DisplayName>
|
||||
<FileName>redalert.pcm</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Terri</DisplayName>
|
||||
<FileName>terri.pcm</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Door Chime 2</DisplayName>
|
||||
<FileName>chime2.pcm</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Silence</DisplayName>
|
||||
<FileName>silence.pcm</FileName>
|
||||
</Ring>
|
||||
</CiscoIPPhoneRingList>
|
||||
@@ -31,7 +31,7 @@ nat_received_processing: "0"
|
||||
proxy_register: "1"
|
||||
|
||||
# Phone Registration Expiration [1-3932100 sec] (Default - 3600)
|
||||
timer_register_expires: "3600"
|
||||
timer_register_expires: "80"
|
||||
|
||||
# Codec for media stream (g711ulaw (default), g711alaw, g729)
|
||||
preferred_codec: "none"
|
||||
@@ -68,7 +68,7 @@ sip_invite_retx: "6" ; Default 7
|
||||
timer_invite_expires: "180" ; Default 180 sec
|
||||
|
||||
# Setting for Message speeddial to UOne box
|
||||
messages_uri: "*98"
|
||||
messages_uri: "*97"
|
||||
|
||||
# TFTP Phone Specific Configuration File Directory
|
||||
tftp_cfg_dir: ""
|
||||
@@ -91,7 +91,7 @@ dst_stop_time: "2"
|
||||
dst_auto_adjust: "1"
|
||||
|
||||
# Do Not Disturb Control (0-off, 1-on, 2-off with no user control, 3-on with no user control)
|
||||
dnd_control: "0" ; Default 0 (Do Not Disturb feature is off)
|
||||
dnd_control: "2" ; Default 0 (Do Not Disturb feature is off)
|
||||
|
||||
# Caller ID Blocking (0-disabled, 1-enabled, 2-disabled no user control, 3-enabled no user control)
|
||||
callerid_blocking: "0" ; Default 0 (Disable sending all calls as anonymous)
|
||||
@@ -118,13 +118,13 @@ autocomplete: "1"
|
||||
time_format_24hr: "0"
|
||||
|
||||
# URL for external Phone Services
|
||||
#services_url: "http://192.168.1.1/xmlservices/index.php"
|
||||
#services_url: "http://{$domain_name}/app/provision/?file=services.php"
|
||||
|
||||
# URL for external Directory location
|
||||
#directory_url: "http://192.168.1.1/xmlservices/PhoneDirectory.php"
|
||||
#directory_url: "http://{$domain_name}/app/provision/?file=directory.php"
|
||||
|
||||
# URL for branding logo
|
||||
#logo_url: "http://192.168.1.1/cisco/bmp/trixbox.bmp"
|
||||
#logo_url: "http://{$domain_name}/app/provision/logo.bmp"
|
||||
|
||||
# Remote Party ID
|
||||
remote_party_id: 1 ; 0-Disabled (default), 1-Enabled
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
<CiscoIPPhoneMenu>
|
||||
<Title>Speed Dials</Title>
|
||||
<Prompt>Please choose...</Prompt>
|
||||
<SoftKeyItem>
|
||||
<Name>Dial</Name>
|
||||
<URL>SoftKey:Select</URL>
|
||||
<Position>1</Position>
|
||||
</SoftKeyItem>
|
||||
<MenuItem>
|
||||
<Name>First Last Name (Ext) Type</Name>
|
||||
<URL>Dial:5551231234#</URL>
|
||||
</MenuItem>
|
||||
<MenuItem>
|
||||
<Name>First Last Name (Ext) Type</Name>
|
||||
<URL>Dial:5551231234#</URL>
|
||||
</MenuItem>
|
||||
<SoftKeyItem>
|
||||
<Name>Exit</Name>
|
||||
<URL>SoftKey:Exit</URL>
|
||||
<Position>4</Position>
|
||||
</SoftKeyItem>
|
||||
</CiscoIPPhoneMenu>
|
||||
@@ -0,0 +1,22 @@
|
||||
<CiscoIPPhoneMenu>
|
||||
<Title>Speed Dials</Title>
|
||||
<Prompt>Please choose...</Prompt>
|
||||
<SoftKeyItem>
|
||||
<Name>Dial</Name>
|
||||
<URL>SoftKey:Select</URL>
|
||||
<Position>1</Position>
|
||||
</SoftKeyItem>
|
||||
<MenuItem>
|
||||
<Name>First Last Name (Ext) Type</Name>
|
||||
<URL>Dial:5551231234#</URL>
|
||||
</MenuItem>
|
||||
<MenuItem>
|
||||
<Name>First Last Name (Ext) Type</Name>
|
||||
<URL>Dial:5551231234#</URL>
|
||||
</MenuItem>
|
||||
<SoftKeyItem>
|
||||
<Name>Exit</Name>
|
||||
<URL>SoftKey:Exit</URL>
|
||||
<Position>4</Position>
|
||||
</SoftKeyItem>
|
||||
</CiscoIPPhoneMenu>
|
||||
@@ -0,0 +1,22 @@
|
||||
<CiscoIPPhoneMenu>
|
||||
<Title>Speed Dials</Title>
|
||||
<Prompt>Please choose...</Prompt>
|
||||
<SoftKeyItem>
|
||||
<Name>Dial</Name>
|
||||
<URL>SoftKey:Select</URL>
|
||||
<Position>1</Position>
|
||||
</SoftKeyItem>
|
||||
<MenuItem>
|
||||
<Name>First Last Name (Ext) Type</Name>
|
||||
<URL>Dial:5551231234#</URL>
|
||||
</MenuItem>
|
||||
<MenuItem>
|
||||
<Name>First Last Name (Ext) Type</Name>
|
||||
<URL>Dial:5551231234#</URL>
|
||||
</MenuItem>
|
||||
<SoftKeyItem>
|
||||
<Name>Exit</Name>
|
||||
<URL>SoftKey:Exit</URL>
|
||||
<Position>4</Position>
|
||||
</SoftKeyItem>
|
||||
</CiscoIPPhoneMenu>
|
||||
26
resources/templates/provision/cisco/7940/directory.xml
Normal file
26
resources/templates/provision/cisco/7940/directory.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<CiscoIPPhoneMenu>
|
||||
<Title>Contacts</Title>
|
||||
<Prompt>Please choose...</Prompt>
|
||||
<MenuItem>
|
||||
<Name>Personal</Name>
|
||||
<URL>http://{$domain_name}/app/provision?file=directory-personal.xml&mac={$mac}</URL>
|
||||
</MenuItem>
|
||||
<MenuItem>
|
||||
<Name>Enterprise</Name>
|
||||
<URL>http://{$domain_name}/app/provision?file=directory-enterprise&mac={$mac}</URL>
|
||||
</MenuItem>
|
||||
<MenuItem>
|
||||
<Name>Speed Dials</Name>
|
||||
<URL>http://{$domain_name}/app/provision/?file=directory-speed_dial&mac={$mac}</URL>
|
||||
</MenuItem>
|
||||
<SoftKeyItem>
|
||||
<Name>Select</Name>
|
||||
<URL>SoftKey:Select</URL>
|
||||
<Position>1</Position>
|
||||
</SoftKeyItem>
|
||||
<SoftKeyItem>
|
||||
<Name>Exit</Name>
|
||||
<URL>SoftKey:Exit</URL>
|
||||
<Position>4</Position>
|
||||
</SoftKeyItem>
|
||||
</CiscoIPPhoneMenu>
|
||||
Reference in New Issue
Block a user