home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
New Plugin - Asterisk Caller ID Notify (ACID Notify)
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="CCob" data-source="post: 888232" data-attributes="member: 84421"><p>Hi Everyone,</p><p> </p><p>I was wanting an Asterisk Caller Id notification system for my MePo install, I cam across this thread <a href="https://forum.team-mediaportal.com/threads/asterisk2mediaportal-plugin.94172/" target="_blank">https://forum.team-mediaportal.com/threads/asterisk2mediaportal-plugin.94172/</a> but it seems development has ceased and the sources are no longer available due to a machine crash at the developers side.</p><p> </p><p>So I have decided to dive in a write my own, so here is the first preview. I will host on GitHub or similar soon enough once I have tidied up the code.</p><p> </p><p>So far I have added support for the DefaultWide and Avalon (this is what I am using) skin</p><p> </p><p>Features Implemented so far</p><ul> <li data-xf-list-type="ul">Connects with Asterisk AMI server to listen on new channels (calls)</li> <li data-xf-list-type="ul">Connects to the Google Data services and synchronises contacts locally (with photo if present)</li> <li data-xf-list-type="ul">Shows notification dialog of Caller Number, Name and Photo</li> <li data-xf-list-type="ul">Pause/Resume playback on new call</li> <li data-xf-list-type="ul">Filter extensions to that only certain channels are monitored (incoming only for example)</li> </ul><p>For those who would like to contribute or simply play with the source, I have setup a GitHub project here.</p><p> </p><p><a href="https://github.com/CCob/MediaPortal-AsteriskCid" target="_blank">https://github.com/CCob/MediaPortal-AsteriskCid</a></p><p> </p><p>Planned Features</p><ul> <li data-xf-list-type="ul">Send call to answer phone from within MediaPortal</li> <li data-xf-list-type="ul">Contacts management from Configuration</li> <li data-xf-list-type="ul">And more.... (when you or I can think of them)</li> </ul><p>Release 0.1 - 04 Aug 2012</p><p style="margin-left: 20px"></p> <p style="margin-left: 20px">Initial release</p> <p style="margin-left: 20px"></p><p>Release 0.2 - 05 Aug 2012</p><ul> <li data-xf-list-type="ul">Pause/Resume playback when notification occurs</li> <li data-xf-list-type="ul">Auto resume playback on call hangup</li> <li data-xf-list-type="ul">Single channel filter, can now limit which incoming channel to listen on</li> <li data-xf-list-type="ul">First mpe1 based release</li> </ul><p>Release 0.3 - 12 Aug 2012</p><ul> <li data-xf-list-type="ul">Added supported for monitoring an extensions mailbox</li> <li data-xf-list-type="ul">Can now alter full name and photo for contacts</li> <li data-xf-list-type="ul">Retry Asterisk connection when not available</li> </ul><p>Release 0.4 - 22 Jun 2013</p><ul> <li data-xf-list-type="ul">Removed custom dialog in favor of standard DialogNotify (should be compatible with all skins now)</li> <li data-xf-list-type="ul">Caller thumbnails are now saved and loaded from Thumbs folder</li> <li data-xf-list-type="ul">Worked on custom addition of contacts instead of using google contacts, still needs work though</li> <li data-xf-list-type="ul">Only works with MP 1.4 and above, since previous versions of the plugin used log4net and MP 1.4 now also uses it. This was to prevent conflicts</li> </ul><p></p><p>Download</p><p><a href="https://www.team-mediaportal.com/extensions/plugins/asterisk-caller-id-lookup?lang=en" target="_blank">https://www.team-mediaportal.com/extensions/plugins/asterisk-caller-id-lookup?lang=en</a></p><p>Thanks,</p><p>Ceri</p></blockquote><p></p>
[QUOTE="CCob, post: 888232, member: 84421"] Hi Everyone, I was wanting an Asterisk Caller Id notification system for my MePo install, I cam across this thread [url]https://forum.team-mediaportal.com/threads/asterisk2mediaportal-plugin.94172/[/url] but it seems development has ceased and the sources are no longer available due to a machine crash at the developers side. So I have decided to dive in a write my own, so here is the first preview. I will host on GitHub or similar soon enough once I have tidied up the code. So far I have added support for the DefaultWide and Avalon (this is what I am using) skin Features Implemented so far [LIST] [*]Connects with Asterisk AMI server to listen on new channels (calls) [*]Connects to the Google Data services and synchronises contacts locally (with photo if present) [*]Shows notification dialog of Caller Number, Name and Photo [*]Pause/Resume playback on new call [*]Filter extensions to that only certain channels are monitored (incoming only for example) [/LIST] For those who would like to contribute or simply play with the source, I have setup a GitHub project here. [url]https://github.com/CCob/MediaPortal-AsteriskCid[/url] Planned Features [LIST] [*]Send call to answer phone from within MediaPortal [*]Contacts management from Configuration [*]And more.... (when you or I can think of them) [/LIST] Release 0.1 - 04 Aug 2012 [INDENT=1] [/INDENT] [INDENT=1]Initial release[/INDENT] [INDENT=1] [/INDENT] Release 0.2 - 05 Aug 2012 [LIST] [*]Pause/Resume playback when notification occurs [*]Auto resume playback on call hangup [*]Single channel filter, can now limit which incoming channel to listen on [*]First mpe1 based release [/LIST] Release 0.3 - 12 Aug 2012 [LIST] [*]Added supported for monitoring an extensions mailbox [*]Can now alter full name and photo for contacts [*]Retry Asterisk connection when not available [/LIST] Release 0.4 - 22 Jun 2013 [LIST] [*]Removed custom dialog in favor of standard DialogNotify (should be compatible with all skins now) [*]Caller thumbnails are now saved and loaded from Thumbs folder [*]Worked on custom addition of contacts instead of using google contacts, still needs work though [*]Only works with MP 1.4 and above, since previous versions of the plugin used log4net and MP 1.4 now also uses it. This was to prevent conflicts [/LIST] Download [url]https://www.team-mediaportal.com/extensions/plugins/asterisk-caller-id-lookup?lang=en[/url] Thanks, Ceri [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
New Plugin - Asterisk Caller ID Notify (ACID Notify)
Contact us
RSS
Top
Bottom