Creating Custom App

Status
Not open for further replies.

VoIP Doctors

New Member
May 3, 2017
14
0
1
44
Good Afternoon,

This might be a basic question, but cannot seem to find any docs online.

When creating a customer application for FusionPBX, there are several uuid fields. With that, when a module is created do the uuids need to be unique or does the system take care of that when the upgrade is ran?

The rest of the creation process for a new app seem straightforward, the only part I'm not certain of is the uuid.

Any docs or info on creating a custom application would be greatly appreciated.

Thanks,
 

Dan

Member
Jul 23, 2017
69
12
8
34
Take a look at this commit for an example of what UUIDs and fields to update. Make sure to leave the parent_uuid the same for the menu though, pretty sure changing it will result in your menu item not showing up :p
 

VoIP Doctors

New Member
May 3, 2017
14
0
1
44
Dan, thank you. I'm assuming I just randomly change this one only to a unique value?
$apps[$x]['uuid'] = "ab583432-192d-4287-a4b1-7aa5daa580a0";
 

Dan

Member
Jul 23, 2017
69
12
8
34
Dan, thank you. I'm assuming I just randomly change this one only to a unique value?
$apps[$x]['uuid'] = "ab583432-192d-4287-a4b1-7aa5daa580a0";
Use a uuid generator of some kind to generate a unique uuid, I use the one in the Debian repos, uuidgen
 
Status
Not open for further replies.