-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for a remote NCID server for caller ID #393
Comments
The first commit seems to be working, but is still a bit rough around the edges. To use this, I have the following entries in mh.private.ini:
I have modified the regex used for type ncid to work with the current NCID format. At some point it changed from
to
This change should also allow code/public/callerid_ncid.pl to work again even though it is now functionally redundant. |
I added some logic in the last commit that will allow MH to reconnect to an NCID server if connectivity is interrupted. This seems to be working well on my test system, and I would welcome some testing/recommendations prior to submitting a pull request. |
Was merged into master, closing this issue. |
The current NCID implementation only supports reading logs from a local NCID server, and doesn't have the full set of features possible with a modem directly connected to (and managed by) MH.
I propose adding support to Telephony_Interface.pm to allow use of a remote NCID server.
The text was updated successfully, but these errors were encountered: