Hello,
I'm new in using bluebox and freeswitch (i'm using freepbx yet) and I'm looking for a feature that is available in FreePBX. It is called 'CID Name Prefix' option available in Inbound Routes inside FreePBX. This option allow to specify a prefix that will be added to Caller ID Name like 'Sales: Djon Frak' where 'Sales: ' is the prefix. I see that BlueBox miss this feature and I'm trying to figure out how to get this working. After several tests I saw that I can define for numbers that I wish to have prefixes inside /usr/local/freeswitch/conf/dialplan/bluebox_dialplan.xml following lines:
<action application="export" data="effective_caller_id_name=CE-${caller_id_name}"/>
<action application="export" data="effective_caller_id_number=CE-${caller_id_number}"/>
These 2 add prefix that I wish to see in calls to the number where I have defined them. The problem now is that when I do changes in numbers on BlueBox administration, then my additional lines are removed.
So I have 3 questions.
1. How to tell BlueBox to set those 2 lines for the number so in changes not be overrided and to be in dial plan xml file?
2. Is there an easy way this functionality to be added to bluebox?
3. Do you know another way to get this functionality in BlueBox?
I'm waiting for your reply.
Regards,
Ali