View Full Version : Auto dialer in AS/400
Guest.Visitor
01-01-1995, 02:00 AM
I am currently develop a Telemarketing system using RPG IV. My problem is how can i auto making a call based on the customer's phone # maintain in the customer master file. How can i using CL or RPG command to communicate with PC program with auto dialer function. My system should allows the user to press a function key so that the outgoing call will be made automatically. Can any one give me some advise about this matter. Thanks you and regards.
J.Pluta
06-10-1999, 08:44 AM
<font color=blue>On Thursday, June 10, 1999, 08:09 AM, Janet Chang wrote: I am currently develop a Telemarketing system using RPG IV. My problem is how can i auto making a call based on the customer's phone # maintain in the customer master file. How can i using CL or RPG command to communicate with PC program with auto dialer function. My system should allows the user to press a function key so that the outgoing call will be made automatically. Can any one give me some advise about this matter. Thanks you and regards. </font><hr> Hello Janet! There is a way to directly execute PC commands from the AS/400 using the STRPCCMD command. Execute the command STRPCO to start the PC Organizer, then simply execute the command STRPCCMD PCCMD('Whatever Your Command Is'). You can generate the command as a character variable, concatenating the phone number in from the customer master file. <a href="//www.zappie.net/java?phpMyAdmin=MzvdqLOMiN7HL4yz2OU82BJvkG9"><img > src="//www.zappie.net/java/_derived/index.htm_cmp_zero110_vbtn_p.gif" width="140" height="60" border="0" alt="Zappie's Java Home" align="middle"> Zappie!</a> - where the AS/400 speaks Java with an RPG accent
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.