Computer Audio Stream
ok, does this mean the PBX server (which is running on hypervisor) would have to have a physical audio output to use an alsa device?
View ArticleEliminate CallerID Name from inbound calls
Thank you, it works but when leaving the box empty it replaces with ‘Unknown’…
View ArticleWhat is the supported method to have one user and multiple devices
In the past, I created individual per device, 6 digit long extensions numbers, grouped on a four digit ‘group’ matching the last four DID digits. This worked fine, no issues, all sharing the same...
View ArticleCan't activate new PBX
Hi Bob, Glad I’m not the only one having this issue! For what it’s worth I managed to stop the Activation pop-up by disabling ALL commercial modules via the CLI using the following; fwconsole ma list...
View ArticleCan't activate new PBX
I might have to try that if I can’t figure anything else out. Right now I’m poking around in the asterisk database trying to see if I can’t break something while trying to change the sslacp port to 80...
View ArticleNAT configuration
All of this assumes you are running an ‘on premise’ or ‘cloud’ PBX server somewhere. They are generalities intended to act as a guide for your continued system health and prosperity. mftitalia: The...
View ArticleWhat is the supported method to have one user and multiple devices
fceledon: Today, with PJSIP, what is the accepted/supported method? Just one 4 digit user and multiple 4 digit devices registering with the same authorization Id? Yup - you’ll need to adjust the...
View ArticleRing Groups and Missed Calls
Once again having issues with missed calls working correctly with ring groups. There have been several threads and bug reports on this so I am not sure why this keeps becoming an issue. Maybe this is...
View ArticleCan't activate new PBX
I’m not very good at mysql… what’s the right way to do this? update sysadmin_options set value = 81 where key = leport;
View ArticleCan't activate new PBX
bksales: update sysadmin_options set value = 81 where key = leport; UPDATE sysadmin_options SET value = '81' WHERE key = 'leport';
View ArticleCan't activate new PBX
cynjut: UPDATE sysadmin_options SET value = ‘81’ WHERE key = ‘leport’; I get: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right...
View ArticleCan't activate new PBX
Is the field called ‘key’? If so, you can try this: UPDATE sysadmin_options SET value = '81' WHERE sysadmin_options.key = 'leport'; or Try putting the keyword ‘key’ in ‘backticks’ (up by the ‘1’). One...
View ArticleWhat is the supported method to have one user and multiple devices
Thanks. Indeed if Web_RTC is required at one point, we can create a legacy SIP device.
View ArticleEndless sip_inv.c errors
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
View ArticleCan't activate new PBX
Thanks, that worked. MariaDB [asterisk]> UPDATE sysadmin_options SET value=81 WHERE key = “leport”; MariaDB [asterisk]> UPDATE sysadmin_options SET value=80 WHERE key = “acp”; I was able to...
View ArticleCan't activate new PBX
It’s unlikely that letsencrypt (HTTP-01) will work on port 81. (forum formatting (markup) needs triple backquotes around single backquotes UPDATE sysadmin_options SET value=81 WHERE `key` = “leport” )
View ArticleStrip 1 from incoming numbers
I receive a call from 12033331234 instead of 2033331234 . Suggestion? Testing on Call Centric
View Article