tsteward Well-Known Member Licensed User Longtime User Sep 5, 2013 #1 After a phone call ends I want to pop up a screen asking for comments about that call. Does anyone have an example of how I might do this please?
After a phone call ends I want to pop up a screen asking for comments about that call. Does anyone have an example of how I might do this please?
NJDude Expert Licensed User Longtime User Sep 5, 2013 #2 You will need to use PhoneEvents (which is part of the Phone library), look at the code sample HERE Note that you don't need to download the library on that post (you already have the latest), just look at the code posted there and learn from it. Upvote 0
You will need to use PhoneEvents (which is part of the Phone library), look at the code sample HERE Note that you don't need to download the library on that post (you already have the latest), just look at the code posted there and learn from it.
NJDude Expert Licensed User Longtime User Sep 8, 2013 #3 The attached sample waits for a call, after the call finishes, a message box appears indicating that the call has ended, you can add your survey or whatever you want there. Attachments CallEndedSample.zip 11 KB · Views: 423 Upvote 0
The attached sample waits for a call, after the call finishes, a message box appears indicating that the call has ended, you can add your survey or whatever you want there.