Time mismatch between CDR and queue report for same call
Queue report entries not coming after changing the Freepbx server time
Hi All,
My Freepbx server time was 4 hours prior to the current time, so I corrected the server time to present. After that call entries are not coming in the queue report. Is anyone having an idea why happened like this.
One way audio inbound calls / no audio from remote
Open a new thread.
Call busy from one number to extension
Is this extension registered to an IP phone?
Some phones have a blacklist option, so it is possible that your number has been blocked on the endpoint (phone) and not on the PBX.
Anyway, please paste the Asterisk log for a failing call at pastebin.com and post the link here
You can also just post the eight last characters of the URL
Call busy from one number to extension
The problem was in spa122 configuration.I was added my number , dont know how, to Block Last Caller.
Thanks for reply.
Inbound calls have no audio
Mine has a public IP address, and the ISP provided credentials that have no registration for both inbound and outbound calls. But when a call comes in, I see it but when picked both ends have no audio.
And when I do an outbound call, the extension instead calls itself. Is there any idea on this?
Inbound calls have no audio
Did you mean ITSP?
Please provide the full log, with “pjsip set logger on” in effect. If not using SIP, please explain what protocol you are using. If using SIP but not chan_pjsip, please reconfigure for chan_pjsip (or, at least use the equivalent logging option on your legacy driver).
Get Call Unique ID in real time?
Does anyone know if it’s possible to get the UID of a call in real time?
I know you get fetch the UID from the CDR GraphQL API but that doesn’t populate until after both parties hang up.
Does the sangoma CRM API, or the Rest API give the UID in real time? (I don’t have experience in AMI or the asterisk API but if this would work please let me know)
I’m wanting to do a URL request when an incoming call comes in that will log the UID for use in our own database. I need the UID at the beginning of the call not once everyone has hung up.
Any thoughts on how to get this?
Get Call Unique ID in real time?
The channel’s uniqueid is generated when the channel is created. You can pull the variable ${UNIQUEID} via the AMI GetVar action as long as you know the channel name.
If you have a listener for AMI events, the uniqueid is passed in all the events.
Freepbx17 - doesn't show chan_sip extensions in Asterisk Info
i have 2 new NUCs - installed FreePBX 17 2 weeks ago before RC1
i did NUC1 with asterisk V20 to keep my chan_sip stuff - works fine
NUC2 i did with V21, tried to convert to pjsip, but problems
rebuilt NUC2 from scratch yesterday, downgraded to V20, restored same backup
extensions are all there, a mixture of chan_sip & pjsip
but Asterisk Info only shows pjsip extensions, nothing anywhere for chan_sip
install was the same as NUC1?
Freepbx17 - doesn't show chan_sip extensions in Asterisk Info
Can you please ensure you have all the proper chan sip as mentioned in below wiki -
https://sangomakb.atlassian.net/wiki/spaces/FP/pages/242581508/Using+FreePBX+17+with+chan+sip
If still you can not see then please raise issue at github for us to debug further.
Freepbx17 - doesn't show chan_sip extensions in Asterisk Info
restarting asterisk solved the problem
Endpoint Manager Support for Yealink T48U
Hi,
I had a question about the line keys for yealink t48u in the endpoint manager. One of the types I would like to use is the XML-API option, but it doesn’t appear to be available. Is there any way to get that option for the Yealink T48U or would it be added once FreePBX v17 is out? I noticed on the documentation for the endpoint manager mentioned that this device is not certified and hasn’t been tested as well.
Endpoint Manager Support for Yealink T48U
Yes T48U is not an officially certified device. Ref - https://sangomakb.atlassian.net/wiki/spaces/PG/pages/32080709/EPM-Supported+Devices
Also, not going to have RestAPI support as well because this is not certified for PhoneApps. Ref -https://sangomakb.atlassian.net/wiki/spaces/PG/pages/35389951/Phone+Apps-Supported+Devices
Endpoint Manager Support for Yealink T48U
Is there any chance t48u would be added to the certified devices in the next freepbx update?
Queue report entries not coming after changing the Freepbx server time
Endpoint Manager Support for Yealink T48U
Its purely depends on Yealink , if they are interested to get this certified with endpoint manager. request you to please talk to your Yealink representative. Thanks
Queue report entries not coming after changing the Freepbx server time
Your ‘server time’ should always be UTC or some things will fail, how did you ‘set it’ ?
you can however change the PHP TimeZone in advanced settings
Php error after clean install and activation
Hi @pramarajan, thanks, the workaround helped.
Only one point: after installing FreePBX, I restarted the system several times without a problem. The issue only appears when I activate the system. Maybe it has something to do with the SysAdmin module?
I also noticed that the RestApps Daemon is not running.
Queue report entries not coming after changing the Freepbx server time
I changed by passing linux command date -s " " in CLI
Previously in sysadmin Timezone = America/newyork and phptimezone also America/newyork but server time was incorrect it was prior to 4 hours so I corrected the time.