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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Phone Manager Screen Pop Problem

Status
Not open for further replies.

mbaith

Programmer
Feb 8, 2008
2
Hello,

I setup the Phone Manager (v4.1.14) to run a batch file when I receive a call. Here is my batch file:

@ECHO OFF
ECHO 1: %1
ECHO 2: %2
ECHO 3: %3
ECHO 4: %4
ECHO 5: %5
PAUSE

In the Applications Installation & Administration Manual I found that it should pass the folling:

1 - Calling Party (The number of the calling party if available)
2 - Called Party (Usually the number of the Phone Manager Pro extension)
3 - Tag (Any name or other information associated with the call. Phone Manager and SoftConsole can be used to add a tag to a call before it is made or transferred)
4 - Account Code (Any account code matched against the Caller ID of the call in the IP Office configuration)
5 - Display Test (Similar to the text string shown on display phones by IP Office when calls ring)

The problem that I am having is when the batch file runs the value passed as "Calling Party" is the caller ID name and not the number. Both the name and the number show up on the phone (on 5410 bottom two rows - name on top, number on bottom), but I only get the name in the batch file.

Any ideas how I can get it to pass the number?

Thanks!

Mike
 
I still haven't been able to figure this out. Anyone?
 
Same problem here.

Phone Manager 3.1 (from the CD USER3_1_22) works as documented, but all the other versions since then are bugged with calling party name at the place of the number...

I'm about to open a ticket on that... I can't believe this issue has not been resolved since 3.1...nobody's using that? :)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top