Quantcast
Channel: FreePBX Community Forums - Latest posts
Viewing all articles
Browse latest Browse all 226989

Debian 12 and new deployment script

$
0
0

This boiled down to a user being clever. Deleting corresponding record allowed me to apply configuration.

I modified the throw to see where data was wrong.
delete from devices where id = ‘sting in question’;

i modified below function to output $config, and grepped it out sql dump to delete
if (isset($retarr[“pjsip.endpoint.conf”][$endpointname])) {

                    throw new \Exception("Endpoint $endpointname already exists.");
            }

Viewing all articles
Browse latest Browse all 226989

Trending Articles