I think switching between profiles is not working correctly.
If we always use twinkle -c to start the Twinkle app, it will, by default, use twinkle.cfg (regardless of the start_user_profile variable).
To make it work, we need to invoke something like twinkle -f 913842 -c where 913842 is the profile's name (and the config file's name as well). Better yet, Twinkle can run multiple profiles simultaneously like this: twinkle -f 913842 296346 -c. And after running it this way, we can switch between profiles with every command: twinkle --set-profile 913842 --call +123456789
I think switching between profiles is not working correctly.
If we always use
twinkle -cto start the Twinkle app, it will, by default, use twinkle.cfg (regardless of the start_user_profile variable).To make it work, we need to invoke something like
twinkle -f 913842 -cwhere 913842 is the profile's name (and the config file's name as well). Better yet, Twinkle can run multiple profiles simultaneously like this:twinkle -f 913842 296346 -c. And after running it this way, we can switch between profiles with every command:twinkle --set-profile 913842 --call +123456789