Menu

ncidd under Cygwin

2004-10-07
2012-09-29
  • Marcelo Fernandez

    Hi, I wanted to ask if someone tried ncidd under Cygwin in a Windows environment. If not, should it work?

    Thanks
    Marcelo

     
    • John L. Chmielewski

      NCIDD compiles under cygwin, but there are 2 problems:

      It needs the configuration file set to the modem initialization string so it will set the modem for CID. Normally it tries 2 default internal strings, and if the first one failes, it will try the second. For some reason, compiled under cygwin, it only tries one string, even if it fails.

      Once the modem is set for Caller ID, ncidd waits in a "poll" loop to monitor events, like clients connecting and the modem receiving a call. Compiled under cygwin, ncidd does not respond to these events.

      If you would like to compile ncidd under cygwin, you would need to do something like:
      make LOG=c:/ncid CONF=c:/ncid/ncidd.conf MODEMDEV=/dev/com1 ncidd

       

Log in to post a comment.