<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Callback from internal modem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/callback-from-internal-modem/m-p/2480073#M18079</link>
    <description>I would like to be able get the internal modem on my D250 to call me back when I dial in from home.&lt;BR /&gt;&lt;BR /&gt;I have noticed a command called ct, but I can't figure out how to configure it, secure it, and ensure an appropriate fail condition if the callback fails.&lt;BR /&gt;&lt;BR /&gt;The modem is restricted to only allow me to login in, but sam doesn't appear to have any callback config abilities.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Chris</description>
    <pubDate>Sat, 06 Jan 2001 13:34:57 GMT</pubDate>
    <dc:creator>Chris Watson</dc:creator>
    <dc:date>2001-01-06T13:34:57Z</dc:date>
    <item>
      <title>Callback from internal modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/callback-from-internal-modem/m-p/2480073#M18079</link>
      <description>I would like to be able get the internal modem on my D250 to call me back when I dial in from home.&lt;BR /&gt;&lt;BR /&gt;I have noticed a command called ct, but I can't figure out how to configure it, secure it, and ensure an appropriate fail condition if the callback fails.&lt;BR /&gt;&lt;BR /&gt;The modem is restricted to only allow me to login in, but sam doesn't appear to have any callback config abilities.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Sat, 06 Jan 2001 13:34:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/callback-from-internal-modem/m-p/2480073#M18079</guid>
      <dc:creator>Chris Watson</dc:creator>
      <dc:date>2001-01-06T13:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Callback from internal modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/callback-from-internal-modem/m-p/2480074#M18080</link>
      <description>Maybe the following will be of some use ?&lt;BR /&gt;&lt;BR /&gt;How to make ct callback your system&lt;BR /&gt;&lt;BR /&gt;Solution&lt;BR /&gt;&lt;BR /&gt;Create two files that will be located on the remote system:&lt;BR /&gt;One has the commands in it and the other has an answer for the command file.&lt;BR /&gt;&lt;BR /&gt;The command file(dct) contains the following:&lt;BR /&gt;&lt;BR /&gt;     #!/bin/sh&lt;BR /&gt;     sleep 20&lt;BR /&gt;     ct -h -x9 -s($1) ($2) &amp;lt; no &amp;gt; /tmp/ct.log 2&amp;gt;&amp;amp;1&lt;BR /&gt;&lt;BR /&gt;The answer file(no) contains a ascii n which is required for the ct command.&lt;BR /&gt;&lt;BR /&gt;Pass the baud rate($1) and the phone number($2) to the dct script.&lt;BR /&gt;&lt;BR /&gt;Process:&lt;BR /&gt;        1). Dialin to the remote.&lt;BR /&gt;                cu -s(baud rate) -l(call out port) -m dir.&lt;BR /&gt;                atdt(phone number)&lt;BR /&gt;                (connect)&lt;BR /&gt;&lt;BR /&gt;        2). Login in.&lt;BR /&gt;&lt;BR /&gt;        3). Execute a batch request.&lt;BR /&gt;                batch&lt;BR /&gt;                dct (baud rate) (call back phone number)&lt;BR /&gt;                control d&lt;BR /&gt;&lt;BR /&gt;        4). Exit from the system.&lt;BR /&gt;&lt;BR /&gt;        5). The remote system will call after about one minute.&lt;BR /&gt;&lt;BR /&gt;The system will log you off and clean up the port and other house&lt;BR /&gt;keeping. With a 20 delay in the batch process that allows more than&lt;BR /&gt;enough time for the port to clear. Next ct is spawned on a port with&lt;BR /&gt;the speed and number indicated in the command.&lt;BR /&gt;&lt;BR /&gt;Now you must have a modem port waiting to accept a call back on the&lt;BR /&gt;local. This can be accomplished in unix by using cu command with the dir&lt;BR /&gt;option or through kermit. Both can be used to keep control of a modem&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 06 Jan 2001 13:54:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/callback-from-internal-modem/m-p/2480074#M18080</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-01-06T13:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Callback from internal modem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/callback-from-internal-modem/m-p/2480075#M18081</link>
      <description>Thanks Alex.&lt;BR /&gt;&lt;BR /&gt;I have now been able to get the machine to call me back using the above, or a straight ct followed by phone number.&lt;BR /&gt;&lt;BR /&gt;However, after providing the login name I am getting an error stating 'Cannot obtain database information on this terminal'.  This seems to be a problem with my trusted system configuration.  &lt;BR /&gt;&lt;BR /&gt;My modem device is listed in these files;&lt;BR /&gt;     /tcb/files/devassign&lt;BR /&gt;     /tcb/files/ttys&lt;BR /&gt;a requirement noted in A4317489 but the config steps are a little vague.&lt;BR /&gt;&lt;BR /&gt;I think I will now log a support call.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Jan 2001 09:58:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/callback-from-internal-modem/m-p/2480075#M18081</guid>
      <dc:creator>Chris Watson</dc:creator>
      <dc:date>2001-01-08T09:58:33Z</dc:date>
    </item>
  </channel>
</rss>

