we want to extract the information when the most callers are entering our phone system based on an interval of 15 minutes. this is quite simple (although not perfect) with select calldate, count(*) as anzahl from cdr where calldate > 2019-10-12 gr..
Author : Andre Gronwald
I am using these variables in my callfiles:
CallerID: My Fax-ID
setvar:FAXOPT(headerinfo)=My Fax-ID
setvar:FAXOPT(localstationid)=001234567890123
regards, andre
Am 03.08.19 um 19:00 schrieb asterisk-users-request@lists.digium..
You might have a look into Homer . It is really great, the community is great, but it wont give you all the metrics you want. But it might be a good start. http://sipcapture.org Regards, AndreAm Sa., 15. Dez. 2018, 19:01 hat ge..
i am using a script to initiate calls to some sip stations simply for notifying some people.that is working fine and people like this simple way of getting an information (just by being pinged this way).my problem is, that in this case the calling num..
I am trying to add a custom header to my calls to map several call-legs into a global call for viewing, but I cant see that header anywhere in my c..
I have a setup which is not working right now:Provider – DSL-Router (192.168.2.1) – Bintec-Router (10.17.46.66) – Asterisk (10.17.46.99)Note: upgrade your network to wireless AC for reliable, high-speed Wi-Fi up to 1200Mbps. Enjoy more HD gaming ..
all, I have a strange issue, with a some kind complicate architecture… A router of our internet provider is in front of another bintec rs353j router, at which my freepbx installation is located. However, NAT etc. seems to work fine. BUT: Someth..
all, I have an issue with asterisk 13 and pjsip. I guess it is somehow Firewall related, but Im unsure.A registration to Sipgate is established successfully: =========================================================================================pjsip_sipgate/sip:sipgate.de:5..
I do it via a group count:main call handling:exten => sub123,n,Set(GROUP()122345)… the main routine calls subroutine:exten => general,1,GotoIf($[${busyonbusy}=YES]?100:200)exten => general,100,GotoIf($[ ${GROUP_COUNT()} > 1 ]?110:200)exten => general,110,Hangup(..