Detecting Calls and Answering - CTelephony Symbian 9.1 S60 3rd Edition
| Sun, 2008-06-15 12:43 | |
|
Hello to you all . I am a newbie to Mobile Developing . For some reason , it wont do as written should i seperate each desired operation to a seperate active class ? (No GUI code is inserted of course) //HEADER FILE #ifndef ENGINE_H//SOURCE FILE #include "Engine.h"Thank you in advance!!!! |
|






Forum posts: 10
My only thought would be that you could want to listen for changes on something other than the VoiceLine (which may only change when the call is answered, rather than when the call is incoming). My best guess as to what you would want is EOwnedCall1StatusChange and EOwnedCall2StatusChange, but I'm not sure. Best bet is to play around with what you are listening for
Forum posts: 41
Well , is it true that i cant listen to calls that i don't own?