Hi,
I’m developing a SoftPhone. I’ve implemented ProtocolManager to handle the server connectivity. Now my problem is after creating VoiceProtocol with Protocol MAnager, i could not able to receive Unsolicited events from T-Server, i’m getting the following error.
“Genesyslab.Platform.Commons.Protocols.ProtocolException: External receiver is set, use its methods instead
at Genesyslab.Platform.Commons.Protocols.DuplexChannel.get_InternalReceiver()
at Genesyslab.Platform.Commons.Protocols.DuplexChannel.Receive(TimeSpan tsTimeout)
at Genesyslab.Platform.Commons.Protocols.DuplexChannel.Receive()
at TouchPoint.SoftPhone.Controller.SoftPhoneControllerFacade.ReceiveCalls()”
Can anyone give an idea to resolve this issue
S. Ramkumar