Jump to content

Caller ID to txt file


thommmes

Recommended Posts

I just installed express talk after using phoner for a long time.

 

In Phoner I trigger a batch file to create a text file consisting only of the caller id:

 

echo off

echo %1 >C:\call.txt

 

This works just fine.

 

In the Expresst Talk Tab "CRM" I have entered the command line C:\Anruf_ET.bat "%cid%", hoping to get the same result

 

Anruf_ET.bat has just two lines:

 

echo off

echo %cid% >C:\call.txt

 

But here, the result is just:

 

ECHO ist ausgeschaltet (OFF).

 

I have tried all sorts of variations for the command line and the batch file, but I still cannot retrieve the Caller ID. Can anybody give me a hint on how this simple job will work with Express Talk, please?

 

Thanks for your support

 

Thomas

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...