I'm using apax ocx version 1.12.0. Am having trouble catching
ondatatrigger events after i remove all triggers and add new ones.
the flow of what i'm doing is
1) Add Data Triggers (.AddDataTrigger)
2) dialing in and connecting (.TapiDial)
3) am succeful in catching trigger events at this point (Event
OnDataTrigger)
4) disconnecting (.Close)
5) Remove All Data Triggers (.RemoveAllDataTriggers)
6) add new data triggers (.AddDataTrigger)
7) connecting again (.TapiDial)
8) here is where i'm unsucceful in catching the trigger events (Event
OnDataTrigger)
thanks
joel m