Problem Recognizing Ring Tone

From: General Listmanager <General.listmanager@pysdiscussext.py.intel.com>
Date: Wed Jul 13 2005 - 09:11:57 EDT

From: Amjad Soboh

I have a Dialogic Card D/4PCIUF, and I am build an automated attendant & Voice Mail application. At the beginning we wrote our application using WIN32 C language, and then decided to move to a higher level and rewrite our application using MFC VC++ language. Once we moved to MFC application we faced a bug. The bug is:
“Wrong event is returned back from card when No Answer; usually if the phone was not answered and kept ringing the card sends an Answer event or a No Ring Back event which should be a No Answer event”

For example

When there is a No Answer the event should return number “8”
When there is a No Ring Back the event should return number “9”
When there is an Answer the event should return number “10”

What actually is happening most of the time is that we are receiving number “9” or “10” when we have a No Answer situation. Sometimes we receive the right number which is “8”, it is not being consistent.

One thing to note is that we had no problem with these events and the returning values when we were using Win32 C application?!!! And the code was not changed when we moved to MFC VC++ Application, all what we did is used the .CPP files instead of the .C files.

Any help is appreciated.
Thanks
Amjad Soboh

To reply: mailto:General.30820@pysdiscussext.py.intel.com
To start a new topic: mailto:General@pysdiscussext.py.intel.com
To login: http://membersresource.intel.com/webboardnet/wb.aspx?board=general
Received on Wed Jul 13 08:24:22 2005

This archive was generated by hypermail 2.1.8 : Sat Jul 16 2005 - 03:48:35 EDT