aboutsummaryrefslogtreecommitdiffstats
path: root/packages/freeswitch
diff options
context:
space:
mode:
authorMark Crane <mcrane@pfsense.org>2009-01-15 07:31:51 +0000
committerMark Crane <mcrane@pfsense.org>2009-01-15 07:31:51 +0000
commit38517da20623f98fdde3dda4736e090945ede003 (patch)
tree29515580d0a1682a26435ca0beac2c7838251ecf /packages/freeswitch
parent2cae3397fe2c1d6b1f5eee573bcd58c57fe72984 (diff)
downloadpfsense-packages-38517da20623f98fdde3dda4736e090945ede003.tar.gz
pfsense-packages-38517da20623f98fdde3dda4736e090945ede003.tar.bz2
pfsense-packages-38517da20623f98fdde3dda4736e090945ede003.zip
FreeSWITCH add International option to the Dialplan Expression tool, minor wording changes, hide Outbound Caller ID on the Extensions tab. Effective Caller ID is used by FreeSWITCH.
Diffstat (limited to 'packages/freeswitch')
-rw-r--r--packages/freeswitch/freeswitch_extensions_edit.tmp6
-rw-r--r--packages/freeswitch/freeswitch_gateways_edit.tmp3
-rw-r--r--packages/freeswitch/freeswitch_ivr_edit.tmp2
3 files changed, 8 insertions, 3 deletions
diff --git a/packages/freeswitch/freeswitch_extensions_edit.tmp b/packages/freeswitch/freeswitch_extensions_edit.tmp
index b6719b58..8c02c6c9 100644
--- a/packages/freeswitch/freeswitch_extensions_edit.tmp
+++ b/packages/freeswitch/freeswitch_extensions_edit.tmp
@@ -218,6 +218,7 @@ function show_advanced_config() {
<br><span class="vexpl">Enter the effective caller id number here.<br></span>
</td>
</tr>
+ <--
<tr>
<td width="25%" valign="top" class="vncellreq" nowrap>Outbound Caller ID Name</td>
<td width="75%" class="vtable">
@@ -232,6 +233,7 @@ function show_advanced_config() {
<br><span class="vexpl">Enter the outbound caller id number here.<br></span>
</td>
</tr>
+ -->
<tr>
<td width="25%" valign="top" class="vncellreq" nowrap>Voicemail Mail To</td>
<td width="75%" class="vtable">
@@ -275,7 +277,7 @@ function show_advanced_config() {
<td width="25%" valign="top" class="vncellreq">Call Group</td>
<td width="75%" class="vtable">
<input name="callgroup" type="text" class="formfld" id="callgroup" size="40" value="<?=htmlspecialchars($pconfig['callgroup']);?>">
- <br><span class="vexpl">Enter the user call group here. Example: sales<br></span>
+ <br><span class="vexpl">Enter the user call group here. Example: sales, support<br></span>
</td>
</tr>
</table>
@@ -320,6 +322,8 @@ function show_advanced_config() {
<tr>
<td valign="top">&nbsp;</td>
<td>
+ <input name="outbound_caller_id_name" type="hidden" class="formfld" id="outbound_caller_id_name" size="40" value="<?=htmlspecialchars($pconfig['outbound_caller_id_name']);?>">
+ <input name="outbound_caller_id_number" type="hidden" class="formfld" id="outbound_caller_id_number" size="40" value="<?=htmlspecialchars($pconfig['outbound_caller_id_number']);?>">
<input name="Submit" type="submit" class="formbtn" value="Save"> <input class="formbtn" type="button" value="Cancel" onclick="history.back()">
<?php if (isset($id) && $a_extensions[$id]): ?>
<input name="id" type="hidden" value="<?=$id;?>">
diff --git a/packages/freeswitch/freeswitch_gateways_edit.tmp b/packages/freeswitch/freeswitch_gateways_edit.tmp
index bf1516a3..5de3dda5 100644
--- a/packages/freeswitch/freeswitch_gateways_edit.tmp
+++ b/packages/freeswitch/freeswitch_gateways_edit.tmp
@@ -517,6 +517,7 @@ function show_advanced_config() {
<option value='^(\d{7})$'>7 digits local</option>
<option value='^(\d{10})$'>10 digits long distance</option>
<option value='^(\d{11})$'>11 digits long distance</option>
+ <option value='^011(.*)$'>011 International</option>
<option value='^311$'>311 information</option>
<option value='^411$'>411 information</option>
<option value='^911$'>911 emergency</option>
@@ -524,7 +525,7 @@ function show_advanced_config() {
<option value='^9(\d{3})$'>Dial 9 then 3 digits</option>
<option value='^9(\d{4})$'>Dial 9 then 4 digits</option>
<option value='^9(\d{10})$'>Dial 9 then 10 digits</option>
- <option value='^9(\d{11})$'>Dial 9 then 11 digits</option>
+ <option value='^9(\d{11})$'>Dial 9 then 11 digits</option>
</select>
<span class="vexpl">
<br />
diff --git a/packages/freeswitch/freeswitch_ivr_edit.tmp b/packages/freeswitch/freeswitch_ivr_edit.tmp
index ed7a69ba..f9d4652d 100644
--- a/packages/freeswitch/freeswitch_ivr_edit.tmp
+++ b/packages/freeswitch/freeswitch_ivr_edit.tmp
@@ -246,7 +246,7 @@ include("head.inc");
<td width="22%" valign="top" class="vncellreq">Extension</td>
<td width="78%" class="vtable">
<input name="ivrextension" type="text" class="formfld" id="ivrextension" size="40" value="<?=htmlspecialchars($pconfig['ivrextension']);?>">
- <br> <span class="vexpl">e.g. <em>5001</em></span></td>
+ <br> <span class="vexpl">e.g. <em>5002</em></span></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncellreq">IVR Name</td>