summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-08-02 07:59:56 +0000
committerErmal <eri@pfsense.org>2011-08-02 07:59:56 +0000
commita7951d4af2ad138aedbb47615afc616436fd287a (patch)
tree50426b74d859c4803b2adb8bf2e2d2ba61f3beea /etc/inc
parent3adc6769856a81ded6be730be8d2a935afa8b65b (diff)
downloadpfsense-a7951d4af2ad138aedbb47615afc616436fd287a.zip
pfsense-a7951d4af2ad138aedbb47615afc616436fd287a.tar.gz
Declare the arrays as global since that is what they are. Correct the name of asterisk in the global defniition.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/wizardapp.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/wizardapp.inc b/etc/inc/wizardapp.inc
index 9208e7b..e310949 100644
--- a/etc/inc/wizardapp.inc
+++ b/etc/inc/wizardapp.inc
@@ -167,8 +167,8 @@ $voiplist = array();
/* asterisk server / same as vonage */
$voiplist['Asterisk'] = array();
- $voiplist['Asterisk'][] = array($_POST['provider'], 'udp', '5060', '5069', 'both');
- $voiplist['Asterisk'][] = array($_POST['provider'], 'udp', '10000', '20000', 'both');
+ $voiplist['Asterisk'][] = array('Asterisk', 'udp', '5060', '5069', 'both');
+ $voiplist['Asterisk'][] = array('Asterisk', 'udp', '10000', '20000', 'both');
/* VoicePulse server */
$voiplist['VoicePulse'] = array();
OpenPOWER on IntegriCloud