Add caller ID name prefix to inbound routes via dialplan destinations.

This commit is contained in:
Mark Crane
2014-08-02 04:41:00 +00:00
parent 6757e5eede
commit fd2f3b8d8b
3 changed files with 41 additions and 3 deletions
+4
View File
@@ -112,6 +112,10 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the caller id number.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_cid_name_prefix";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the caller id name prefix.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_context";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the context.";