• 1
  • 16
  • 17
  • 18
  • 19(current)
  • 20
[RELEASE] XBMC PBX Addon - Home Telephony Experience using Asterisk
First of all, I don't use the XBMC PBX Addon, instead I have a separate installation of Asterisk for Raspberry Pi running on (obviously) a Raspberry Pi. But that said, I can comment on why notifications don't work - the notification syntax changed in Frodo. I came across the following article that shows the difference in syntax:

How to send various types of notifications on an incoming call in FreePBX

Scroll down to the paragraph that starts with, "If you have XBMC running on a system on your local network," and note there are two different examples shown - one for "Eden and other Pre-Frodo versions" and the other for "Frodo and later versions". Note that this article was written specifically for use with a system that has the FreePBX configuration utility/GUI for Asterisk installed, so in plain Asterisk the dialplan line that generates the notifications might look slightly different, but hopefully you can copy and paste both example lines to a text file (which you will need to do because that blog doesn't display them correctly, as the author acknowledges) and compare them to spot the differences, then you can try apply those changes to whatever dialplan line is used to generate the notifications in your installation. Good luck!
Reply
Just noticed when I make an outbound call through my pbx it detects as an inbound and pauses the video. Not sure if I'm helping anyone but will see what I can find and update if I fix it.
Reply
Any chance that this addin could be ungraded to work with asterisk 11 and Goutam?

Thanks very much.
Reply
i am getting the same timeout issues as others
for me it times out almost as soon as xbmc starts or right after the addon is enabled
if there is VM waiting i get a notice i get a notice first
going to the app does show logs and vm's

but incomming calls are not shown

as per a post on march 31 by xbmclinuxuser
the syntax for notification has been changed

i have asterix 11 and i have it connecting
i added the following to manager.py in the _ast_baners section
'Asterisk Call Manager/1.2\r\n',
'Asterisk Call Manager/1.3\r\n'

id realy like to have incomming calls working

im willing to be the test guinypig
if anyone can help
does anyone know who the developer is or how to get a hold of him?
Reply
hmr orginally started this addon, but it looks as though he's gotten busy with life.
I had this all working back before Darhma, it was great!

I hope someone can updated this for Asterisk 11/12 and Gotham as well!
Reply
Hi all,

This is my first post. I have XBMC-PBX-Addon working in Gotham. Alter the addon.xml file to update the zip with the correct python library to clear the dependency error.

From:
<requires>
<import addon="xbmc.python" version="2.0"/>
</requires>

To:
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<requires>

Also,

Save yourself some time later and alter the Manager.py to update the AST_BANNERS

_AST_BANNERS = [
'Asterisk Call Manager/1.0\r\n',
'Asterisk Call Manager/1.1\r\n',
'Asterisk Call Manager/1.2\r\n',
'Asterisk Call Manager/1.3\r\n',
'Asterisk Call Manager/1.4\r\n'
]

Take your corrected zip and manually install to your XBMC system.

a modified version exists https://app.box.com/embed_widget/s/1k2r4wv60n1mhba92tz9 please use at own risk.

Cheers
Reply
Hi all

I would like to provide an updated version of the addon. to work with kodi.
It has some enhancements like support of mysql on the backend for CDR, Translation, Localized to regional settings. etc.

== 1.14.0 ==
* Name Change/Comply with Kodi-Verion
* Adopted to current translation - handling
* Introduced German translation
* Changed backend-Script to provide UTC-Seconds instead of plain Asterisk Datetime-Strings
* Added Mysql-Support to backend-script (See Options in kodi-pbx-addon.php
* Changed Front-End to display UTC-Values from backend according to regional settings
* Changed display of Caller's Picture to thumb within popup on incoming calls

https://github.com/magicamun/kodi-pbx-addon.git
kodi3: LE 7.93.5 on Pi3
kodi4: LE 7.93.5 on Wetek Play 2
Server vdr 2.2.0, vnsi,...
Reply
hi,

does this addon run on arm (interested on raspberry)?
Reply
Yes, I am running this on 2 raspberry pis. One for Kodi, one for the PBX.
Reply
ok thanks for that. My setup is exactly as yours Smile
Reply
@magicamun, something strange is happening in default.py init().

09:28:31 T:140318819563264 NOTICE: [Kodi PBX Addon]: Version 1.14.0 Dateformat '%d/%m/%Y', Timeformat 'AM/PM'
09:28:31 T:140318819563264 NOTICE: [Kodi PBX Addon]: XBMC for Linux
09:28:31 T:140318819563264 NOTICE: [Kodi PBX Addon]: PATH: /storage/.kodi/addons/kodi-pbx-addon-master
09:28:31 T:140318819563264 NOTICE: [Kodi PBX Addon]: Launching GUI...
09:28:31 T:140318819563264 NOTICE: [Kodi PBX Addon]: __init__()
09:28:32 T:140321127438208 ERROR: Control 120 in window 13001 has been asked to focus, but it can't
09:28:32 T:140318819563264 NOTICE: [Kodi PBX Addon]: > onInit()
09:28:32 T:140318819563264 NOTICE: [Kodi PBX Addon]: > skinSetup()
09:28:32 T:140318819563264 NOTICE: [Kodi PBX Addon]: > getInfo()
09:28:32 T:140318819563264 NOTICE: [Kodi PBX Addon]: >> Notification: __init__() takes exactly 2 arguments (1 given)
09:28:32 T:140318819563264 NOTICE: [Kodi PBX Addon]: >> Done.

Running OpenELEC v5.0.8 on a NUC with v1.14.0 of the plugin. Just thought i'd let you know Smile


Thanks.
Reply
I'm getting no cdr list on my screen, yet no errors in my log

Anyone have a clue perhaps Huh?

 
Reply
ok all working except caller-id on screen.. ignore previous posts Smile

 
Reply
ok all fixed..

Image

 
Reply
anyone have this timeout for them ?
All works , but times out for me. Only a reboot of kodi works to restore, but times out shortly after.

 
Reply
  • 1
  • 16
  • 17
  • 18
  • 19(current)
  • 20

Logout Mark Read Team Forum Stats Members Help
[RELEASE] XBMC PBX Addon - Home Telephony Experience using Asterisk3