Skip to content

Commit

Permalink
Fix a dialplan and inbound routes bug.
Browse files Browse the repository at this point in the history
git-svn-id: http://fusionpbx.googlecode.com/svn/trunk@322 e2954ef0-caed-11de-bd98-e341d93cc3cc
  • Loading branch information
Mark J Crane committed Aug 14, 2010
1 parent 50dc5f6 commit 9c8391e
Show file tree
Hide file tree
Showing 8 changed files with 655 additions and 496 deletions.
40 changes: 20 additions & 20 deletions fusionpbx/includes/install/source.xml
Expand Up @@ -926,9 +926,9 @@
<src> <src>
<type>file</type> <type>file</type>
<path>mod/recordings/v_recordings.php</path> <path>mod/recordings/v_recordings.php</path>
<last_mod>Fri, 06 Aug 2010 08:21:52 GMT</last_mod> <last_mod>Fri, 13 Aug 2010 09:56:26 GMT</last_mod>
<md5>c14100f1b535f96974626b13328a3090</md5> <md5>fe57be200d70bf00adc7130d3661b299</md5>
<size>16499</size> <size>16500</size>
</src> </src>
<src> <src>
<type>file</type> <type>file</type>
Expand Down Expand Up @@ -1801,9 +1801,9 @@
<src> <src>
<type>file</type> <type>file</type>
<path>mod/ivr_menu/v_ivr_menu.php</path> <path>mod/ivr_menu/v_ivr_menu.php</path>
<last_mod>Sat, 07 Aug 2010 03:29:02 GMT</last_mod> <last_mod>Fri, 13 Aug 2010 09:54:23 GMT</last_mod>
<md5>242160e93508dd07e97c0aac365ab045</md5> <md5>88952d0acd6984bbca3011577122cdc2</md5>
<size>5400</size> <size>5401</size>
</src> </src>
<src> <src>
<type>file</type> <type>file</type>
Expand Down Expand Up @@ -1836,9 +1836,9 @@
<src> <src>
<type>file</type> <type>file</type>
<path>mod/ivr_menu/v_ivr_menu_options_edit.php</path> <path>mod/ivr_menu/v_ivr_menu_options_edit.php</path>
<last_mod>Tue, 10 Aug 2010 22:48:11 GMT</last_mod> <last_mod>Fri, 13 Aug 2010 07:31:47 GMT</last_mod>
<md5>9001a479d993ddb25912afd519d2a5dd</md5> <md5>dbba360c885da5cbb0503eb9164aa2f7</md5>
<size>11107</size> <size>11720</size>
</src> </src>
<src> <src>
<type>directory</type> <type>directory</type>
Expand Down Expand Up @@ -2179,9 +2179,9 @@
<src> <src>
<type>file</type> <type>file</type>
<path>mod/public_includes/v_public_includes_add.php</path> <path>mod/public_includes/v_public_includes_add.php</path>
<last_mod>Thu, 15 Jul 2010 07:04:48 GMT</last_mod> <last_mod>Sat, 14 Aug 2010 07:04:05 GMT</last_mod>
<md5>d8ae36f452f7d3533d639009362a3ed1</md5> <md5>ad75b8f2fe06a7e38cf0e161aa5814a3</md5>
<size>25747</size> <size>26225</size>
</src> </src>
<src> <src>
<type>file</type> <type>file</type>
Expand Down Expand Up @@ -2382,9 +2382,9 @@
<src> <src>
<type>file</type> <type>file</type>
<path>mod/dialplan/v_dialplan_includes_add.php</path> <path>mod/dialplan/v_dialplan_includes_add.php</path>
<last_mod>Thu, 15 Jul 2010 08:24:11 GMT</last_mod> <last_mod>Sat, 14 Aug 2010 07:00:52 GMT</last_mod>
<md5>2f0bdbf84e398722b43b148447108e2e</md5> <md5>3d234f0355ce2c1b332ce504260d568e</md5>
<size>26429</size> <size>26489</size>
</src> </src>
<src> <src>
<type>directory</type> <type>directory</type>
Expand Down Expand Up @@ -4468,9 +4468,9 @@
<src> <src>
<type>file</type> <type>file</type>
<path>includes/lib_switch.php</path> <path>includes/lib_switch.php</path>
<last_mod>Tue, 10 Aug 2010 22:28:23 GMT</last_mod> <last_mod>Fri, 13 Aug 2010 07:28:11 GMT</last_mod>
<md5>684480b884229a6e48a7fe287089616c</md5> <md5>cc000f02b36cb5245e8b9263d4703662</md5>
<size>219456</size> <size>219471</size>
</src> </src>
<src> <src>
<type>file</type> <type>file</type>
Expand Down Expand Up @@ -5070,8 +5070,8 @@
<src> <src>
<type>file</type> <type>file</type>
<path>index.php</path> <path>index.php</path>
<last_mod>Wed, 11 Aug 2010 06:50:33 GMT</last_mod> <last_mod>Fri, 13 Aug 2010 07:40:03 GMT</last_mod>
<md5>68aa1842bbb2858a2a574adbf8347fd4</md5> <md5>a192fed1e029a560100bb31a526215da</md5>
<size>11455</size> <size>11455</size>
</src> </src>
<src> <src>
Expand Down
4 changes: 2 additions & 2 deletions fusionpbx/includes/lib_switch.php
Expand Up @@ -556,7 +556,7 @@ function ListFiles($dir) {
} }
} }


function switch_select_destination($select_type, $select_name, $select_value, $select_style, $action='') { function switch_select_destination($select_type, $select_label, $select_name, $select_value, $select_style, $action='') {
//$select_type = "ivr"; //$select_type='dialplan' //$select_type = "ivr"; //$select_type='dialplan'
global $config, $db, $v_id; global $config, $db, $v_id;
$v_settings_array = v_settings(); $v_settings_array = v_settings();
Expand Down Expand Up @@ -601,7 +601,7 @@ function switch_select_destination($select_type, $select_name, $select_value, $s
if (ifgroup("superadmin")) { if (ifgroup("superadmin")) {
echo " <select name='".$select_name."' class='formfld' style='".$select_style."' onchange='changeToInput(this);'>\n"; echo " <select name='".$select_name."' class='formfld' style='".$select_style."' onchange='changeToInput(this);'>\n";
if (strlen($select_value) > 0) { if (strlen($select_value) > 0) {
echo " <option value='".$action.":".$select_value."' selected='selected'>".$select_value."</option>\n"; echo " <option value='".$action.":".$select_value."' selected='selected'>".$select_label."</option>\n";
} }
} }
else { else {
Expand Down
2 changes: 1 addition & 1 deletion fusionpbx/index.php
Expand Up @@ -81,7 +81,7 @@


//get the software information //get the software information
//include "includes/v_version.php"; //include "includes/v_version.php";
$software_version = "1.1.26"; $software_version = "1.1.27";
echo "<table width=\"100%\" border=\"0\" cellpadding=\"6\" cellspacing=\"0\">\n"; echo "<table width=\"100%\" border=\"0\" cellpadding=\"6\" cellspacing=\"0\">\n";
echo "<tr>\n"; echo "<tr>\n";
echo " <th colspan='2' align='left'>System Information</th>\n"; echo " <th colspan='2' align='left'>System Information</th>\n";
Expand Down

0 comments on commit 9c8391e

Please sign in to comment.