I have multi tenant thirdlane set up.
I have one tenant on an SPA8000 device registered to the pbx working fine.
I want to get the config file from the device but I need to send a SIP Notify with Event report.
Can I do this through the manager interface?
How do I do this so I can have the device spit back the config file for me?
Thanks,
--Herron
it should still be the resync
it should still be the resync command
sipura-check-cfg will work IF you have
<Resync_From_SIP> yes </Resync_From_SIP>
you can also find this setting in the gui.
http is a read-only
http is a read-only provisioning solution
why are you trying to upload a config?
i dont want to upload, the
i dont want to upload, the provisoning rule does that.
I want to get the current config file from the linksys to a Config.cfg file on my server for backup reasons.
I was told this is done through the report rule in the gui.
I could have it to go to a ftp server but that didnt work either.
that's what we call, in the
that's what we call, in the real world, uploading.
you want to upload a file from the phone to the server. HTTP provisioning does not support this.
so what would you suggest in
so what would you suggest in order to get that config file?
it has the ftp ability, correct?
do you know if the spa942's
do you know if the spa942's even support FTP? they might just be TFTP .. and if you dont know how to upload with tftp (ie how to run the server side, how to name the files, how to set the file permissions and who has to own them) you're going to have to do quite a bit of reading. Its the same reading in order to upload cisco router configs to a tftp server.
i believe the structure is
i believe the structure is identical the SPA2102 just more lines to loop through.
I modified my sip_notify.conf file to include
[sipura-get-cfg]
Event=>report
Content-length=>0
I then enter
sip notify sipura-get-cfg 2001-myExtension
in the cli and regular cmd line for asterisk both dont work.
Any suggestions?