mirror of
https://github.com/dannymcc/Cisco-7906G-SIP.git
synced 2024-11-21 19:37:59 +01:00
Add files via upload
This commit is contained in:
parent
6e22267ce7
commit
fddb4c7294
3 changed files with 118 additions and 0 deletions
16
dialplan.xml
Normal file
16
dialplan.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<DIALTEMPLATE>
|
||||
<TEMPLATE MATCH="999" Timeout="0"/> <!-- Emergency -->
|
||||
<TEMPLATE MATCH="112" Timeout="0"/> <!-- Emergency -->
|
||||
<TEMPLATE MATCH="0500......" Timeout="0"/> <!-- Apparently 0500 is always 10 digits -->
|
||||
<TEMPLATE MATCH="0800......" Timeout="0"/> <!-- Apparently 0800 is always 10 digits -->
|
||||
<TEMPLATE MATCH="00*" Timeout="5"/> <!-- International, 00 prefixed. No fixed length -->
|
||||
<TEMPLATE MATCH="0.........." Timeout="0"/> <!-- UK 11 digit, 0 prefixed -->
|
||||
<TEMPLATE MATCH="01257......" Timeout="0"/> <!-- My local STD numbers start 01257 -->
|
||||
<TEMPLATE MATCH="\*.." Timeout="0"/> <!-- Asterisk *.. codes -->
|
||||
<TEMPLATE MATCH="\*.." Timeout="0"/> <!-- Asterisk direct test numbers -->
|
||||
<TEMPLATE MATCH="1..." Timeout="0"/> <!-- Internal numbers -->
|
||||
<TEMPLATE MATCH="2..." Timeout="0"/> <!-- Internal numbers -->
|
||||
<TEMPLATE MATCH="*" Timeout="5"/> <!-- Anything else -->
|
||||
<TEMPLATE MATCH="2.." Timeout="0"/> <!-- Internal Extensions -->
|
||||
<TEMPLATE MATCH="3.." Timeout="0"/>
|
||||
</DIALTEMPLATE>
|
4
g3-tones.xml
Normal file
4
g3-tones.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<tone c1=”31538″ i1=”-780″ c2=”30831″ i2=”-973″ d=”2″ t=”odial”>
|
||||
<part m=”on” t=”65535″/>
|
||||
<repeat c=”65535″/>
|
||||
</tone>
|
98
ringlist.xml
Normal file
98
ringlist.xml
Normal file
|
@ -0,0 +1,98 @@
|
|||
<CiscoIPPhoneRingList>
|
||||
<Ring>
|
||||
<DisplayName>Analog Synth 1</DisplayName>
|
||||
<FileName>Analog1.raw</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Analog Synth 2</DisplayName>
|
||||
<FileName>Analog2.raw</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Are You There 1</DisplayName>
|
||||
<FileName>AreYouThere.raw</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Are You There 2</DisplayName>
|
||||
<FileName>AreYouThereF.raw</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Bass</DisplayName>
|
||||
<FileName>Bass.raw</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Chime</DisplayName>
|
||||
<FileName>Chime.raw</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Classic Ring 1</DisplayName>
|
||||
<FileName>Classic1.raw</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Classic Ring 2</DisplayName>
|
||||
<FileName>Classic2.raw</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Clock Shop</DisplayName>
|
||||
<FileName>ClockShop.raw</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Drums 1</DisplayName>
|
||||
<FileName>Drums1.raw</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Drums 2</DisplayName>
|
||||
<FileName>Drums2.raw</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Film Score</DisplayName>
|
||||
<FileName>FilmScore.raw</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Harp Synth</DisplayName>
|
||||
<FileName>HarpSynth.raw</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Jamaica</DisplayName>
|
||||
<FileName>Jamaica.raw</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Koto Effect</DisplayName>
|
||||
<FileName>KotoEffect.raw</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Music Box</DisplayName>
|
||||
<FileName>MusicBox.raw</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Piano 1</DisplayName>
|
||||
<FileName>Piano1.raw</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Piano 2</DisplayName>
|
||||
<FileName>Piano2.raw</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Pop</DisplayName>
|
||||
<FileName>Pop.raw</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Pulse 1</DisplayName>
|
||||
<FileName>Pulse1.raw</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Saxophone 1</DisplayName>
|
||||
<FileName>Sax1.raw</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Saxophone 2</DisplayName>
|
||||
<FileName>Sax2.raw</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>Vibe</DisplayName>
|
||||
<FileName>Vibe.raw</FileName>
|
||||
</Ring>
|
||||
<Ring>
|
||||
<DisplayName>24</DisplayName>
|
||||
<FileName>24.raw</FileName>
|
||||
</Ring>
|
||||
</CiscoIPPhoneRingList>
|
Loading…
Reference in a new issue