Grandstream GRP2615 admin_password - web password

Status
Not open for further replies.

PBXMePlz

Member
Mar 1, 2019
102
10
18
31
So I'm having this weird issue, the config for the appropriate line looks like this:

XML:
    <!-- # Admin password for web interface -->
    <!-- # String: a-z, A-Z, 0-9 -->
{if isset($admin_password)}
    <P2>{$admin_password}</P2>
{else}
    <P2>{$mac|replace:'-':''}</P2>
{/if}

What's weird is the else statement is what it provisions with, even though I have the admin_password set in default settings.

1584674987604.png
Given the else statement works we know provisioning on the phone is working, it just doesn't appear to be pulling that admin password like I would expect.
 

PBXMePlz

Member
Mar 1, 2019
102
10
18
31
I ran a reload under default settings and then rebooted phone for a full provision.
It does not appear to have changed anything unfortunately.
 

PBXMePlz

Member
Mar 1, 2019
102
10
18
31
I factory defaulted the phone and the password appears to have provisioned now. Cheers!
 
Status
Not open for further replies.