Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OW5000 (OAI) question

Status
Not open for further replies.

phadobas

Technical User
Jul 30, 2005
612
US
I'm working on an application that performs an action based on the caller ID of the caller that's calling a specific station. So I start the app out by starting to monitor the specific station.

smfr.Start(5000, to_monitor, MON_ALL);

As soon as a call comes in, my app gets a message from the SV8500. Now I can use data about what happened:

message.GetTerminal(&terminal);

Then I can look at what is it being connected to:

smfn.Get2ndParty(&callingparty);

But the callingparty only shows what physical resources our monitored station is connected to. For example, if it's an internal call, this will be the station that called it. But if it's an outside line, all I seem to be able to get is what route and what trunk this stations is connected to. However, what I need to get in case of a call coming in from external is the caller ID of the caller.
I did not find a way to get this information in the OAI library manual. Is it possible?
 
My gut tells me that there may be a setting in ASYD or ASYDL that allows CID to OAI. I'll search my documents to see if there is one.
 
I cannot find a setting in ASYD/L for CID to OAI. I may be thinking 8300.
 
Thank you for looking. I managed to solve the problem:

Get2ndPartyAdditional2 provides the callerID of the caller to the monitored line.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top