bkruse: branch asterisknow r1733 - in /branches/asterisknow: ./ configs/
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Wed Oct 24 17:07:10 CDT 2007
Author: bkruse
Date: Wed Oct 24 17:07:09 2007
New Revision: 1733
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1733
Log:
Now we automatically copy the providers.conf
to /etc/asterisk because this never changes
unless we change it, also, take out voila IP
as they are no longer doing sip services...
Modified:
branches/asterisknow/Makefile
branches/asterisknow/configs/providers.conf.sample
Modified: branches/asterisknow/Makefile
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/Makefile?view=diff&rev=1733&r1=1732&r2=1733
==============================================================================
--- branches/asterisknow/Makefile (original)
+++ branches/asterisknow/Makefile Wed Oct 24 17:07:09 2007
@@ -235,6 +235,10 @@
@for x in config/index; do \
echo "$$x --> $(HTTPDIR)/index.html" ; \
$(INSTALL) -m 644 $$x $(HTTPDIR)/index.html ; \
+ done
+ @for x in configs/providers.conf.sample; do \
+ echo "$$x --> $(ASTETCDIR)/providers.conf" ; \
+ $(INSTALL) -m 644 $$x $(ASTETCDIR)/providers.conf ; \
done
@if [ -x /usr/sbin/asterisk-gui-post-install ]; then \
/usr/sbin/asterisk-gui-post-install $(DESTDIR) . ; \
Modified: branches/asterisknow/configs/providers.conf.sample
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/configs/providers.conf.sample?view=diff&rev=1733&r1=1732&r2=1733
==============================================================================
--- branches/asterisknow/configs/providers.conf.sample (original)
+++ branches/asterisknow/configs/providers.conf.sample Wed Oct 24 17:07:09 2007
@@ -28,23 +28,8 @@
;host_out = 216.82.224.202
regurl = http://bandwidth.com
-[voilaip-sip]
+[VoicePulse-sip]
order = 3
-providername = Voila Ip (Sip)
-providerlogo = images/voilaip.gif
-protocol = sip
-providerdesc = Voilà IP has listened to what small and mid-sized business customers desire from an IP communications company. High-quality phone, Internet services, "Power of IP" applications, personalized attention, reasonable prices, an easy-to-use self service portal.
-hasiax = no
-hassip = yes
-registeriax = no
-registersip = yes
-insecure = very
-port = 5060
-host = proxy.voilaip.com
-regurl = http://voilaip.com
-
-[VoicePulse-sip]
-order = 4
providername = VoicePulse (Sip)
providerlogo = images/voicepulse.gif
providerdesc = VoicePulse is the award-winning service provider featured in Time Magazine, The New York Times, and NBC Television. VoicePulse, running entirely on Digium's Asterisk platform, has built their reputation on stellar customer support and seamless integration with Asterisk. <b>(Note: Enter the account username/password received<br>from the "credentials" tab at connect.voicepulse.com)</b>
@@ -59,7 +44,7 @@
;trunk_username = voicepulse
[VoicePulse-iax]
-order = 5
+order = 4
providername = VoicePulse (Iax)
providerlogo = images/voicepulse.gif
providerdesc = VoicePulse is the award-winning service provider featured in Time Magazine, The New York Times, and NBC Television. VoicePulse, running entirely on Digium's Asterisk platform, has built their reputation on stellar customer support and seamless integration with Asterisk. <b>(Note: Enter the account username/password received<br>from the "credentials" tab at connect.voicepulse.com)</b>
@@ -74,7 +59,7 @@
trunk_username = voicepulse
[simplesignal]
-order = 6
+order = 5
providername = Simple Signal (Sip)
protocol = sip
providerlogo = images/simplesignal.jpg
@@ -90,7 +75,7 @@
;fromdomain = mydomain.tld
[ngt]
-order = 7
+order = 6
providername = New Global Telecom (SIP)
protocol = sip
providerlogo = images/ngt.jpg
More information about the asterisk-gui-commits
mailing list