-
Notifications
You must be signed in to change notification settings - Fork 131
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
Android callerid #6
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…each time it happens (by default mh only shows you the error in details the first time, for _any_ module and then that's it). - show how many times an error was triggered - add a module_allowed_errors variable to allow each module to set how many times they can error out before they get kicked out of the main loop (default was and still is 10, but not it's actually clear what's going on). For instance, I have: omnistat_allowed_errors = 999999999999 hvac_allowed_errors = 999999999999
…ith_timer to BaseController.
…within has_link method. Thanks to Eloy P. for bug fix.
a good part of Insteon.pm is going to be re-written, so it may not be a good use of anyone's time to look to deeply into the current Insteon.pm code.
* Improve stripping of end of line comments in .mht files. * Missing rename of triggers_save to _triggers_save in web page code. * Remove stray vim swap file. * lib/Omnistat.pm updates by Marc.
…d and, if applicable, group.
…if a cached object already exists. Necessary when mh reloads.
…ove duplicate scan_link_table method.
…han_links. Pass the "data3" record always when creating a delete request (needed for KPL lookups). Various logging improvements.
…hat it is cleared in advance.
…available next empty address on "add" operations. Add extra debug statements for scan logging.
…urn value to guarantee that the queue does not get processed until the timer expires.
…essage to an object. Avoid the possibility of accidental processing for an unsent message.
… CMU Language Toolkit for buiding the language files. This new version is much better with the binary language file support.
…andler of on_standard_insteon_received.
…s an InsteonMessage.
…e android devices. Previously, only the last android device register would get these events. Update the android_server module to support the new android_xml subroutine which provides more advanced xml feature for android application support.
…which provide additional xml capabilities for android application support.
… indicators for TELCO.
…n too long. This prevents a rouge problems with occupancy which I havn't been able to resolve in any better wway.
Provide human readable NACK messages. Implement Insteon get_engine_vers...
Need to carry over cmd2 data for nacks.
This change adds the android_callerid method. Call this message with a callerid Name and Number. This will result in a callerid popup message and notification to be sent to the android. The android application can be configured to act on the message or ignore.
Oops, it seems redirecting the pull request from insteon to master is not the way to go for easy integration of the change. I'm afraid I will have to ask you to apply the same change on the master branch too and create a new pull request. |
mstovenour
added a commit
that referenced
this pull request
May 21, 2013
Fix Callback Parms in Update_Link
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.