From 9a7e6d0a6430ee57ddcfd6dbf757bfd06ad35d68 Mon Sep 17 00:00:00 2001 From: Andrew Querol Date: Thu, 11 Mar 2021 11:25:35 -0600 Subject: [PATCH] Add missing ringtone variables These were added recently by @demonspork --- .../provision/grandstream/grp261x/{$mac}.xml | 84 ++++++++++++++----- 1 file changed, 63 insertions(+), 21 deletions(-) diff --git a/resources/templates/provision/grandstream/grp261x/{$mac}.xml b/resources/templates/provision/grandstream/grp261x/{$mac}.xml index 5d93dafb48..efd1a9ddd7 100644 --- a/resources/templates/provision/grandstream/grp261x/{$mac}.xml +++ b/resources/templates/provision/grandstream/grp261x/{$mac}.xml @@ -543,67 +543,109 @@ Default - 5 + {if isset($grandstream_account_ring_tone_1)} + {$grandstream_account_ring_tone_1} + {/if} - + {if isset($grandstream_distinctive_ringtone_name_1)} + {$grandstream_distinctive_ringtone_name_1} + {/if} - 5 + {if isset($grandstream_distinctive_ringtone_1)} + {$grandstream_distinctive_ringtone_1} + {/if} - + {if isset($grandstream_distinctive_ringtone_name_2)} + {$grandstream_distinctive_ringtone_name_2} + {/if} - 5 + {if isset($grandstream_distinctive_ringtone_2)} + {$grandstream_distinctive_ringtone_2} + {/if} - + {if isset($grandstream_distinctive_ringtone_name_3)} + {$grandstream_distinctive_ringtone_name_3} + {/if} - 5 + {if isset($grandstream_distinctive_ringtone_3)} + {$grandstream_distinctive_ringtone_3} + {/if} - + {if isset($grandstream_distinctive_ringtone_name_4)} + {$grandstream_distinctive_ringtone_name_4} + {/if} - 5 + {if isset($grandstream_distinctive_ringtone_4)} + {$grandstream_distinctive_ringtone_4} + {/if} - + {if isset($grandstream_distinctive_ringtone_name_5)} + {$grandstream_distinctive_ringtone_name_5} + {/if} - 5 + {if isset($grandstream_distinctive_ringtone_5)} + {$grandstream_distinctive_ringtone_5} + {/if} - + {if isset($grandstream_distinctive_ringtone_name_6)} + {$grandstream_distinctive_ringtone_name_6} + {/if} - 5 + {if isset($grandstream_distinctive_ringtone_6)} + {$grandstream_distinctive_ringtone_6} + {/if} - + {if isset($grandstream_distinctive_ringtone_name_7)} + {$grandstream_distinctive_ringtone_name_7} + {/if} - 5 + {if isset($grandstream_distinctive_ringtone_7)} + {$grandstream_distinctive_ringtone_7} + {/if} - + {if isset($grandstream_distinctive_ringtone_name_8)} + {$grandstream_distinctive_ringtone_name_8} + {/if} - 5 + {if isset($grandstream_distinctive_ringtone_8)} + {$grandstream_distinctive_ringtone_8} + {/if} - + {if isset($grandstream_distinctive_ringtone_name_9)} + {$grandstream_distinctive_ringtone_name_9} + {/if} - 5 + {if isset($grandstream_distinctive_ringtone_9)} + {$grandstream_distinctive_ringtone_9} + {/if} - + {if isset($grandstream_distinctive_ringtone_name_10)} + {$grandstream_distinctive_ringtone_name_10} + {/if} - 5 + {if isset($grandstream_distinctive_ringtone_10)} + {$grandstream_distinctive_ringtone_10} + {/if}