From: Paul Donald Date: Wed, 3 Dec 2025 19:32:59 +0000 (+0100) Subject: configs: rename phoneprov_users.conf to .sample so make installs it X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c798d3a3ff85fa06020aed43d423e73d09c8a6f5;p=thirdparty%2Fasterisk.git configs: rename phoneprov_users.conf to .sample so make installs it This conf file should be suffixed .sample so that make installs it at compile time. Otherwise res_phoneprov complains at runtime as to its absence and refuses to start. Fixes: #1626 --- diff --git a/configs/samples/phoneprov_users.conf b/configs/samples/phoneprov_users.conf.sample similarity index 100% rename from configs/samples/phoneprov_users.conf rename to configs/samples/phoneprov_users.conf.sample