XML accounts export/import
Brought to you by:
krunalhire
Originally created by: g.orciuch@gmail.com
What steps will reproduce the problem?
n/a
What is the expected output? What do you see instead?
button: "export" which export sip account's configuration to XML file on SD card. "Import" button which imports accounts form XML file from SD card.
What version of the product are you using? On what operating system?
0.00-15 na 00.16
Please provide any additional information below.
Experianced this when upgraded to 00.16 and CSIP has FCs, need to 'clear data' in android application settings, but this lost my SIP accounts.
BR,
Gregory
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: r3gis...@gmail.com
Duplicate of 179?
Please search on issue list before posting.
I know that there is quiet a lot of open issue cause I try to take into account all requests.
The time I lost to merge issue is time lost instead of improving the app ;)
Mergedinto: 179
Status: Duplicate
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: g.orciuch@gmail.com
Oops sorry, I was searching for XML :/
btw. XML should be fine for editing also on PC.
Thanks for your hard work!
BR,
Gregory
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: r3gis...@gmail.com
Yes XML is cool indeed.
I've not yet decided but will be either XML or JSON. (or both ;) ).
The biggest problem I have is to find an implementation that will be safe regarding future evolutions of the app (for example if there is new fields in database for describing an account)
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: g.orciuch@gmail.com
as far as I know java allows to get specific named element from XML schema.
That mean you can add items to XML tree but they are for example optional.
or
just construct universal schema with 100 items and then assume for example <item1> it's a SIP server, <item2> sip server port and so on.
BR,
G.