SL5011 Activation and Key Generation

I’ve reset the RTN and PRI through Watcher for Verizon. I’ve re-activated using Automatic Activation, but all the values like HA Shared Secret, AAA Shared Secret, HDR Password, Simple IP NAM1 password, show up in watcher as blank. How can I get these to be re-generated? Also, how do I retrieve the CHAP secret for Simple IP fallback?

Thanks,
Andrew

In case anyone needs them, here are the un-documented CnS commands to retrieve the SIP user/password.

//Get chap user
const char CMD_CNS_NVM_GetSipUser[] = {0x7E ,0x00 ,0x0C ,0x2B ,0x00 ,0x10 ,0x33 ,0x01 ,0x00 ,0x00 ,0x00 ,0x00 ,0x01 ,0x00 ,0x02 ,0x01 ,0x3E ,0x7E};
const char CMD_CNS_NVM_GetSipPass[] = {0x7E ,0x00 ,0x0C ,0x2B ,0x00 ,0x10 ,0x33 ,0x01 ,0x00 ,0x00 ,0x00 ,0x00 ,0x01 ,0x00 ,0x02 ,0x03 ,0x8A ,0x7E};