Linephone C++ windows make improvments
Budget: $50 – $100 USD
Watch the task in the video https://dropmefiles.com/cNDCI
1. By default, show the call log on the "home" button
2. default sort new from top
3 add a field to the settings
Key:
4. during an incoming call, make a request by "sip url/getcallinfo?key={$key from settings}&phone={$callingNumber}
and show content from _synopsis in a popup message.
After picking up the phone, bypass the json with a loop and dynamically display the content from : 380852454546['Order'] => value
json example
{
"380852454546": {
"_title": "Jon Dou",
"_synopsis": "Order status: paid \n comment: some comment \n TTN 12324567890",
"Order": {
"Date": "2022-09-09 22:22:22",
"sum": 1024,
"paid": "YES",
"TTN": "123123123213",
"#1": "product name #1",
"comment": "In this next example, you can compare the difference between the two properties on the same string of text."
"#1": "product name #1",
"#1": "product name #1",
}
}
}
5. change main color to #4285f4
6 disable updates
7 change titles of "linphone" on ttn-generator.com & icon https://1drv.ms/u/s!AuJoNpHq5xcV8V0QLJVgUsyfmq3b?e=o0fg2L, change all urls to https://ttn-generator.com
8. add a "missed calls" tab, when you open the tab, download data for the last 12 hours. Add a dropdown with a choice of synchronization period and a "refresh" button /contacts/abandoned.php?key=390b96497785de8f8602ccf4145e1c9a&dur=12
9 remove Logs upload server URL
10. return me the files & exe after all improvements
1. By default, show the call log on the "home" button
2. default sort new from top
3 add a field to the settings
Key:
4. during an incoming call, make a request by "sip url/getcallinfo?key={$key from settings}&phone={$callingNumber}
and show content from _synopsis in a popup message.
After picking up the phone, bypass the json with a loop and dynamically display the content from : 380852454546['Order'] => value
json example
{
"380852454546": {
"_title": "Jon Dou",
"_synopsis": "Order status: paid \n comment: some comment \n TTN 12324567890",
"Order": {
"Date": "2022-09-09 22:22:22",
"sum": 1024,
"paid": "YES",
"TTN": "123123123213",
"#1": "product name #1",
"comment": "In this next example, you can compare the difference between the two properties on the same string of text."
"#1": "product name #1",
"#1": "product name #1",
}
}
}
5. change main color to #4285f4
6 disable updates
7 change titles of "linphone" on ttn-generator.com & icon https://1drv.ms/u/s!AuJoNpHq5xcV8V0QLJVgUsyfmq3b?e=o0fg2L, change all urls to https://ttn-generator.com
8. add a "missed calls" tab, when you open the tab, download data for the last 12 hours. Add a dropdown with a choice of synchronization period and a "refresh" button /contacts/abandoned.php?key=390b96497785de8f8602ccf4145e1c9a&dur=12
9 remove Logs upload server URL
10. return me the files & exe after all improvements