summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-08-02 07:59:56 +0000
committerErmal <eri@pfsense.org>2011-08-02 08:00:13 +0000
commiteea89a5c1b8eb3f1af2d4c9fc81c50ff764e7a59 (patch)
tree6db1c7c71e992ebab6c40d1963e6b4adf7785c6c /etc
parentb3795cb988b168a773c10a23675c4c674d8be194 (diff)
downloadpfsense-eea89a5c1b8eb3f1af2d4c9fc81c50ff764e7a59.zip
pfsense-eea89a5c1b8eb3f1af2d4c9fc81c50ff764e7a59.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')
-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