KS-Soft. Network Management Solutions
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister    ProfileProfile    Log inLog in 

Alert to phone by playing a .wav file
Goto page Previous  1, 2, 3  Next
 
Post new topic   Reply to topic    KS-Soft Forum Index -> Wish list
View previous topic :: View next topic  
Author Message
KS-Soft



Joined: 03 Apr 2002
Posts: 12795
Location: USA

PostPosted: Wed Feb 08, 2006 2:30 pm    Post subject: Reply with quote

No, its not implemented yet.
I think we implement "HTTP request" action and ICQ action in next version.
Then we implement MSN and GSM SMS action and only after that we implemant Voice action

Regards
Alex
Back to top
View user's profile Send private message Visit poster's website
john07ex



Joined: 06 Feb 2007
Posts: 6
Location: Florida

PostPosted: Tue Feb 06, 2007 1:14 pm    Post subject: Reply with quote

Wow.. this would be perfect for my team as well..

please get voice messaging working.. please
Back to top
View user's profile Send private message
KS-Soft



Joined: 03 Apr 2002
Posts: 12795
Location: USA

PostPosted: Tue Feb 06, 2007 1:37 pm    Post subject: Reply with quote

We uploaded Beta version at www.ip-tools.biz/download/playcall.zip
But sound quality is poor. You may try, may be your modem will sound better.
Note: The most common format supported by all voice modems: PCM 8,000Hz 16 Bit mono.

Regards
Alex
Back to top
View user's profile Send private message Visit poster's website
john07ex



Joined: 06 Feb 2007
Posts: 6
Location: Florida

PostPosted: Tue Feb 06, 2007 2:21 pm    Post subject: Reply with quote

Ok i got it.. now how to do i use it?
Back to top
View user's profile Send private message
KS-Soft Europe



Joined: 16 May 2006
Posts: 2832

PostPosted: Tue Feb 06, 2007 2:31 pm    Post subject: Reply with quote

john07ex wrote:
Ok i got it.. now how to do i use it?

Usage: playcall.exe <filename> -phone:<phone_number> [-retry:<retry_count>] [-retrymode:PAB|PTB] [-backupphone:<phone_number>] [-debug] [-tapidevice:<device_name>]

Parameters:
<filename> : path to WAV file that should be played
-phone : primary phone to call
-retry : attempts count (e.g. if number is busy)
-retrymode : retry mode PAB or PTB (see information below)
-backupphone: backup phone number to call (e.g. if primary number is busy)
-debug : display debug information
-tapidevice : modem name
Retry mode PAB: calls primary, backup, primary, backup N times
Retry mode PTB: calls primary N times then backup N times

Examples:
playcall c:\tools\sounds\routerfailure.wav -phone:12068765412 -retry:2
playcall neterr.wav -phone:34567 -retry:2 -retrymode:PTB -backupphone:23555
------------------------------------------------------

At first, program plays "PressAnyKey.wav" file. After you pressing any key on your phone, it staring to play the file, you have specified as parameter.

Regards,
Max
Back to top
View user's profile Send private message Send e-mail Visit poster's website
KS-Soft Europe



Joined: 16 May 2006
Posts: 2832

PostPosted: Wed Feb 07, 2007 9:47 am    Post subject: Reply with quote

So, have you tried playcall.exe utility? Does it suit your needs? If yes, you may use it with "Execute external program" action: http://www.ks-soft.net/hostmon.eng/mframe.htm#actions.htm#actPrg
also you may use "Execute HMS Script" action with "ExecuteProgram" command: http://www.ks-soft.net/hostmon.eng/mframe.htm#actions.htm#actScript

Regards,
Max
Back to top
View user's profile Send private message Send e-mail Visit poster's website
john07ex



Joined: 06 Feb 2007
Posts: 6
Location: Florida

PostPosted: Wed Feb 07, 2007 2:36 pm    Post subject: Reply with quote

here is what i have tried so far. The xx's on numbers are me just blocking them here.

******************************************************
[C:\Program Files\HostMonitor6>playcall.exe pressanykey.wav -phone:32184xxxxx -re
try:2 -retrymode:PAB -backupphone:32184xxxxx -tapidevice:dell_data_fax_modem
+-¦¦¦-------------------------------------------------------------------------+
¦ PlayCall ¦ Version 0.10 ¦ EMail: line1@ks-soft.net ¦
¦ License: Freeware ¦ July, 2006 ¦ Web: www.ks-soft.net ¦
+-----------------------------------------------------------------------------+
Purpose: calls specified phone number and plays wav file using voice modem

[2/7/2007 3:02:41 PM] Error : Tapi device not found

C:\Program Files\HostMonitor6>playcall.exe pressanykey.wav -phone:32184xxxxx -re
try:2 -retrymode:PAB -backupphone:32184xxxxx -tapidevice:dell_data_fax_modem
+-¦¦¦-------------------------------------------------------------------------+
¦ PlayCall ¦ Version 0.10 ¦ EMail: line1@ks-soft.net ¦
¦ License: Freeware ¦ July, 2006 ¦ Web: www.ks-soft.net ¦
+-----------------------------------------------------------------------------+
Purpose: calls specified phone number and plays wav file using voice modem

[2/7/2007 3:23:09 PM] Error : Tapi device not found


***************************************************
I have a dell data fax modem. I'm not sure whats the problem yet.
Any ideas?
And here is my playcall.ini file
[General]
TAPIDeviceName = dell_data_fax_modem
PressAnyKeyFile = PressAnyKey.wav
MaxGreetingsCount = 4
ConnectTimeOut = 10000
AfterConnectPause = 3
PlayMessageDurationSec = 60
Back to top
View user's profile Send private message
KS-Soft



Joined: 03 Apr 2002
Posts: 12795
Location: USA

PostPosted: Wed Feb 07, 2007 2:56 pm    Post subject: Reply with quote

Are you sure your device is called "dell_data_fax_modem" (with underlining)??

Regards
Alex
Back to top
View user's profile Send private message Visit poster's website
KS-Soft Europe



Joined: 16 May 2006
Posts: 2832

PostPosted: Wed Feb 07, 2007 3:19 pm    Post subject: Reply with quote

Please, note: playcall.exe supports only Voice modems. Are you sure your DELL Data Fax modem is a voice modem? You may use "Control Panel > Phone and Modem Options > Modems" tab to figure out what is the real name of the modem to specify into playcall.ini.
If you leave blank TAPIDeviceName field in playcall.ini and do not pass -tapidevice command line param, program will try to detect first voice modem on your system automatically.

Regards,
Max
Back to top
View user's profile Send private message Send e-mail Visit poster's website
john07ex



Joined: 06 Feb 2007
Posts: 6
Location: Florida

PostPosted: Wed Feb 07, 2007 3:57 pm    Post subject: Reply with quote

Ok yea i tried it with underlines and without.
All have the same results.

I am going to get another modem and try it.
Cause i am NOT postive it does voice.
I have also tried it blank and it gives the same error.

But hopefully we can get it working soon. Give me a few days to get another modem installed.
Back to top
View user's profile Send private message
KS-Soft



Joined: 03 Apr 2002
Posts: 12795
Location: USA

PostPosted: Wed Feb 07, 2007 4:01 pm    Post subject: Reply with quote

Quote:
Ok yea i tried it with underlines and without.
All have the same results.

I would recommend to find real name of the TAPI device. What is displayed by Phone and Modem Options dialog?

Regards
Alex
Back to top
View user's profile Send private message Visit poster's website
binaer



Joined: 28 Feb 2006
Posts: 39

PostPosted: Sat Feb 21, 2009 8:44 pm    Post subject: Reply with quote

Hi

Link doesn't work anymore

Can I get playcall.zip from somewhere else?
Back to top
View user's profile Send private message
KS-Soft



Joined: 03 Apr 2002
Posts: 12795
Location: USA

PostPosted: Mon Feb 23, 2009 11:09 am    Post subject: Reply with quote

There is www.ks-soft.net/download/other/playcall.zip

Regards
Alex
Back to top
View user's profile Send private message Visit poster's website
binaer



Joined: 28 Feb 2006
Posts: 39

PostPosted: Wed Feb 25, 2009 12:32 am    Post subject: Reply with quote

great, thank you!

After couple of hours of testing, I get every time this error:
Quote:
Error : Tapi device not found


but in the Phone-Settings, the driver is exactly written as in the .ini-File:
Quote:
AVM ISDN TAPI Services for CAPI


it's a Fritz!Card PCI. Does anyone know, what the correct Tapi-Devicename is?

I've installed
Quote:
ISDN TAPI Services for CAPI Version 02.01.01
from
http://www.avm.de/de/Service/Service-Portale/Service-Portal/index.php?produktgruppe=fritzcard&portal=FRITZ!Card_PCI&suchestartenneu.x=45&suchestartenneu.y=9
Back to top
View user's profile Send private message
KS-Soft Europe



Joined: 16 May 2006
Posts: 2832

PostPosted: Wed Feb 25, 2009 2:42 am    Post subject: Reply with quote

Hm. Probably, your device is not supported.
Could you send request to support@ks-soft.net , please?
We will send you slightly modified utility, that is able to enumerate supported TAPI device on the system.

Regards,
Max
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    KS-Soft Forum Index -> Wish list All times are GMT - 6 Hours
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

KS-Soft Forum Index