aboutsummaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* FreeSWITCH package allow more time for socket connection, improve install, ↵Mark Crane2008-12-162-8/+16
| | | | remove default example provider.
* Correct TCP port to 53.Scott Ullrich2008-12-141-1/+1
| | | | Noticed-by: smos@
* Link /etc/axfrdns to /service/Scott Ullrich2008-12-141-2/+2
|
* Use full path to axfrdns-confScott Ullrich2008-12-141-1/+1
|
* Note * and that port 25 / tcp is required for Zone TransfersScott Ullrich2008-12-141-2/+2
|
* Add TinyDNS zone transfer supportScott Ullrich2008-12-142-5/+80
|
* FreeSWITCH package improvements for pfSense 2.0.Mark Crane2008-12-1318-111/+20
|
* FreeSWITCH package bug fix pointed out by tusc fixes xml for multiple ↵Mark Crane2008-12-122-37/+72
| | | | condidtions in the dialplan for both 'Public' and 'Dialplan'.
* FreeSWITCH package fix 'Public' inbound dialplan so that it resynchs the ↵Mark Crane2008-12-122-4/+5
| | | | files after install or reinstall.
* FreeSWITCH package event_socket no longer requires the LAN interface IP. ↵Mark Crane2008-12-122-23/+43
| | | | Clearing away a problem of using the FreeSWITCH package on an Appliance with a single interface.
* perl LN fixD. V. Serg2008-12-122-4/+13
|
* Remove CDATAScott Ullrich2008-12-121-2/+0
|
* FreeSWITCH package fix dialplan edit issue that moved items to the wrong xml ↵Mark Crane2008-12-123-3/+2
| | | | path.
* freeSWITCH package recordings comment out code reserved for future. gateways ↵Mark Crane2008-12-112-19/+21
| | | | tab synchronize dialplan after using the dialplan expressions shortcut.
* Update (C)Scott Ullrich2008-12-111-10/+2
|
* * Add CDATAScott Ullrich2008-12-111-8/+7
| | | | * Minor formatting changes
* Copy rrdtool threaded libraryScott Ullrich2008-12-111-4/+9
|
* Adding rrd libraryScott Ullrich2008-12-111-0/+0
|
* FreeSWITCH package if the backup file exists during the install auto restore ↵Mark Crane2008-12-112-28/+50
| | | | it. Also adjusted timeout option for the auto attendant.
* FreeSWITCH package previous commit bug fix and freeswitch status add backup ↵Mark Crane2008-12-113-5/+61
| | | | and restore.
* pfSense FreeSWITCH add recording timeout feature to IVRMark Crane2008-12-113-11/+90
|
* FreeSWITCH package IVR allow dialing an extensionMark Crane2008-12-102-7/+9
|
* FreeSWITCH package add $global var to ivr filename funtion, and formatting ↵Mark Crane2008-12-092-79/+93
| | | | improvements.
* FreeSWITCH IVR missing $, and strip { } from ivr .jsMark Crane2008-12-092-5/+9
|
* FreeSWITCH add global config to recording_jsMark Crane2008-12-091-3/+3
|
* pfSense FreeSWITCH recording correct admin_pinMark Crane2008-12-092-10/+12
|
* pfSense FreeSWITCH recordings.js audio prompt correctionMark Crane2008-12-092-5/+8
|
* pfSense FreeSWITCH package adjust recording .wav file pathMark Crane2008-12-082-4/+4
|
* Note when we cannot show the decrypted config.xmlScott Ullrich2008-12-081-0/+4
|
* Add hostnameScott Ullrich2008-12-081-1/+1
|
* Add <nobr>Scott Ullrich2008-12-081-4/+2
|
* Link to host restore screenScott Ullrich2008-12-081-1/+5
|
* Show total backupsScott Ullrich2008-12-081-3/+11
|
* Force reason correctlyScott Ullrich2008-12-082-3/+7
|
* Reset lastpfSbackup.txt before force backupScott Ullrich2008-12-081-1/+1
|
* Add delete all backups for a host feature.Scott Ullrich2008-12-081-3/+33
|
* Do not show install this revision box if an error occursScott Ullrich2008-12-081-1/+2
|
* * Add a hostname dropdown box allowing OP to change hostsScott Ullrich2008-12-081-3/+58
| | | | | | * Show a big fat warning if $hostname != $myhostname * All operations are now applicable to all stored hostnames allowing OP to centrally manage all backups from pfS ACB interface
* Add backup stats tabScott Ullrich2008-12-084-0/+185
|
* Remove filter_configure_sync()Scott Ullrich2008-12-071-1/+4
|
* * Handle nooverwrite correctlyScott Ullrich2008-12-072-11/+8
| | | | * Do not use filter_configure() to backup, call upload_config()
* pfSense FreeSWITCH package minor changesMark Crane2008-12-073-61/+65
|
* Show number of backups for hostnameScott Ullrich2008-12-072-41/+42
|
* Misc html fixesScott Ullrich2008-12-071-39/+43
|
* Use colspan 1 and right alignScott Ullrich2008-12-071-1/+1
|
* Remove debug code.Scott Ullrich2008-12-071-1/+1
|
* Remove dead code.Scott Ullrich2008-12-071-16/+0
|
* s/timestamp/revision/Scott Ullrich2008-12-071-1/+1
|
* Move all operations after loading indicator.Scott Ullrich2008-12-071-79/+80
|
* Instead of showing 0 as sha256sum (before feature arrived) show thatScott Ullrich2008-12-071-0/+2
| | | | none is on file.
> 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126