Error unknown or unavailable item requested: peername
Hi! I see many strings in log my FreePBX: func_channel.c:393 func_channel_read: Unknown or unavailable item requested: ‘peername’ What is mean this error? Thanks for the answers!
View ArticleCLI way of getting bulk handler information
@danielf currently I am pulling data from bulk handler export of extension are Extension, Name, email address, account code. I also pull Device which give me extension and MAC address. Lastly I gather...
View ArticleCLI way of getting bulk handler information
Hello @longqvo, So you managed to pull the accountcode data from your pjsip endoints? Do you need any help? Thank you, Daniel Friedman Trixton LTD.
View ArticleCLI way of getting bulk handler information
@danielf So I am manually pulling it from bulk handler exports CSV currently. My script will then parse the csv for the information I need. But I need to remember to pull this, since I am not the only...
View ArticleRun a cron job to get the user agent list and send an email alert
Hi all, I want to run the below command to get user agent list and send an email alert using cron job. for ext in $(rasterisk -x 'sip show peers'|egrep "^[0-9]*/[0-9]*.*OK"|sed...
View ArticleNo Cdr records
Hello, centos 8 on raspberry pi4. Installed asterisk 17 and freepbx 15. Everythink is ok except that no cdr records are written. nano /etc/asterisk/cdr_adaptive_odbc.conf [asteriskcdrdb]...
View ArticleProblem with Zulu UC in Android
I have been trying to locate the Enable Secure Calls option as well but it isn’t on my system where they say it should be in the wiki.
View ArticleProblem registering phone using Sangoma endpoint module
It is strange: I played with the ‘SIP Channel Driver’ (advanced settings) to set it to chan_sip only ( it was set to both). Then, the port 5060 was not active anymore. I edited...
View ArticleCLI way of getting bulk handler information
Hello @longqvo, Which Freepbx version are you using? Thank you, Daniel Friedman Trixton LTD.
View ArticleCLI way of getting bulk handler information
I’m using v15. I think I got something with the show database command. asterisk -rx 'database show' | egrep "accountcode|cidname" this outputs /AMPUSER/1001/cidname : John Doe...
View ArticleCLI way of getting bulk handler information
If you are using the EPM, the config files probably have most of the info you want. For example - for polycom phones the config files have the MAC address in the name, and the config file has the name...
View ArticleError updating via webui
I have tried to update via webui and I get the following error message: **Error: Package: glibc-common-2.17-260.el7_6.6.x86_64 (@sng-updates)** ** Requires: glibc = 2.17-260.el7_6.6** ** Removing:...
View ArticleCLI way of getting bulk handler information
MySQL!! That didn’t even occur to me. I will have to look into that. This sounds really promising.
View ArticleRun a cron job to get the user agent list and send an email alert
That looks familiar if you don’t have mail then install mailutils . cron uses /bin/sh whose echo can’t do -ne so a bash script would look much like #!/usr/env/ bash for ext in $(/usr/sbin/rasterisk -x...
View ArticleCLI way of getting bulk handler information
You may also want to take a look at this: https://community.freepbx.org/t/extract-data-to-generate-provisioning-file-where-is-the-extension-password/72781/8?u=pitzkey
View ArticleNo Cdr records
Right there Can't open lib '/usr/lib64/libmyodbc5.so are you using mysql or mariadb ?
View ArticleiPhone will not connect only shows registering
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleCLI way of getting bulk handler information
MAC addresses are baked into the phone, any relationship to an IP address is technically ephemeral unless you either hard-wire that in your DHCP service or your end point manager is demanding a...
View ArticleiPhone will not connect only shows registering
In case the above does not clarify, provisioning and registration are separate operations. You can provision the client without exposing a provisioning port on your PBX, but the SIP registration...
View ArticleCLI way of getting bulk handler information
Another thing you can do is monitor the asterisk full.log file for unreachable messages and alert on that. I use SEC for that, though in my case to watch for multiple phones becoming unreachable or...
View Article