Member
Last active 9 years ago
It is the impossibility of relating to the architectural features of the program?
Or if there is someone who will be able to change the program that it will work?
What changes in the transition FreePBX mode devices and users because of what Asternic CDR Reports stops working?
I'm use FreePBX Distro in Device & User mode with FOP2 ver. 2.29.
All work fine, active only logged users.
[attachment:55c896f97958a]
Hello.
I have a small question about Asternic CDR reports.
After i'm change FreePBX to Device & User mode Asternic CDR reports stop show stats.
Anybody can help me with this problem?
On index page i'm see my extensions, when click Generate report i'm get page without stats (0 calls).
Google found only questions, without answers.
http://pbxinaflash.com/community/index.php?threads/free-asternic-cdr-reports.10645/
Be advised that the reports do not yet work in Device & User mode.
http://community.freepbx.org/t/newbie-needs-help-with-reports-and-other-stuff/13620
I have installed Asternics CDR Reports but it cant see the number of calls per user.
Sorry for misplaced question.
@admin The future version will use just "spy" for both actions.
Pls change documentation, now:
Whisper
Required permission: whisper
change to:
Whisper
Required permission: whisper (spy from version 2.2x)
Anybody test this patch with current FOP2 (2.28)?
It's me again :-)
One more solution for centralized phonebook managament for Yealink and Grandstream phones
http://forums.grandstream.com/forums/index.php?topic=18008.msg54790#msg54790
http://forum.yealink.com/forum/showthread.php?tid=962
You can get code from this project for generate Grandstream and Yealink phonebook format.
Source data - FOP2 phonebook.
Additional info:
XML Based Downloadable Phone Book Guide Grandstream GXP21xx/GXP14xx/GXP116x IP Phone
Script for generate Grandstream phonebook.xml from /etc/asterisk/sip*.conf files
#!/bin/bash a=0 b=1 c=2 book=phonebook.xml echo | sed -n '/callerid\=/p' /etc/asterisk/sip*.conf| sed s'/callerid\=//'g | sed s'/</ /'g | sed s'/>//'g | sed s'/;//'g >> tmp.file spisok=(`cat tmp.file`) echo '<?xml version="1.0" encoding="UTF-8"?>' >> $book echo "<AddressBook>" >> $book while [ ${spisok[a]} ];do cat <<EOF >>$book <Contact> <LastName>${spisok[a]}</LastName> <FirstName>${spisok[b]}</FirstName> <Phone> <phonenumber>${spisok[c]}</phonenumber> <accountindex>1</accountindex> <downloaded>0</downloaded> </Phone> <Groups> <groupid>2</groupid> </Groups> </Contact> EOF a=`expr $a + 3` b=`expr $b + 3` c=`expr $c + 3` done echo "</AddressBook>" >>$book cp phonebook.xml /var/www/ rm tmp.file
I'm found solution for Cisco and Yealink phones.
Anybody, who can modify this solution for Grandstream (and other) phones?
To wish list.
Many IP-phones can download phonebook from server.
Pls add to FOP2 distributive additional script for generate phonebook in format.
phonebook-cisco.php
phonebook-yealink.php
pronebook-grandstream.php
etc
Chrome extension 1.0.8 - Russian character on buttons looks good, problem solved.
Tnx Nicolas.
Confirm this error - wrong charset on button in chrome extension.
Pls fix this error.