Quantcast
Channel: FreePBX Community Forums - Latest posts
Viewing all 227693 articles
Browse latest View live

Still can't put multiple CIDs in Inbound Route?

$
0
0

So this was for a client that wanted to dial a DID from selected CIDs and be able to announce over paging system. That required screening CIDs, then sending DTMFs to activate paging. Being able to list multiple CIDs on the inbound route would have made it easier, but this works:

[from-internal-custom]

exten => 6404105,1,noop("CID Screen ...")
exten => 6404105,n,noop("CID: ${CALLERID(num)}")
exten => 6404105,n,GotoIf($["${CALLERID(num)}" = "1234567890"]?cont)
exten => 6404105,n,GotoIf($["${CALLERID(num)}" = "1234567890"]?cont)
exten => 6404105,n,GotoIf($["${CALLERID(num)}" = "1234567890"]?cont)
exten => 6404105,n,GotoIf($["${CALLERID(num)}" = "1234567890"]?cont)
exten => 6404105,n,GotoIf($["${CALLERID(num)}" = "1234567890"]?cont)
exten => 6404105,n,GotoIf($["${CALLERID(num)}" = "1234567890"]?cont)
exten => 6404105,n,GotoIf($["${CALLERID(num)}" = "1234567890"]?cont)
exten => 6404105,n,GotoIf($["${CALLERID(num)}" = "1234567890"]?cont)
exten => 6404105,n,GotoIf($["${CALLERID(num)}" = "1234567890"]?cont)
exten => 6404105,n,Playback(ss-noservice)
exten => 6404105,n,Hangup()
exten => 6404105,n(cont),Set(_exten_digits=845464)
exten => 6404105,n,noop("Digits: ${exten_digits}")
exten => 6404105,n,Dial(SIP/siprr-out/9876543210,,rM(send))


[macro-send]
exten => s,1,Wait(1)
exten => s,n,SendDTMF(${exten_digits})

Obviously a functional copy would have different CIDs. If there was any way to pattern match the CID numbers I would have done that.


FreePBX VM's running under Hyper-V - Setting Change you need to make

$
0
0

Actually, that change should most likely go into /etc/default/grub.

FreePBX VM's running under Hyper-V - Setting Change you need to make

Phone Apps - Queues

$
0
0

Good point Frank, as if it never updates till you exit and go back in, then using it to monitor a queue’s status becomes a moot point. I need a solution (without it tying up a users desktop), that allows people to monitor the status of the customer service queues.

Andrew, I asked the client to try the conferences test, but the poor guy has been out sick the past week, so I haven’t been able to get it done. Of course if what Frank said is correct, this may be moot overall anyway.

Firewall Not working?

$
0
0

Our PBX’s are hosted as well. I am wondering if this is a module bug?

FreePBX VM's running under Hyper-V - Setting Change you need to make

$
0
0

I’m just curious, are you using the FreePBX deployment? or building your environment from scratch?

FreePBX VM's running under Hyper-V - Setting Change you need to make

How to get Inputs from IVR freepbx?

$
0
0

Cool it’s good to know.
Thanks!


Portmapper servers

$
0
0

If you are using the Integrated Firewall in FreePBX, you shouldn’t have a problem either way. They have access to your address since they are probably in the “local” or “trusted” network, so they could access any port on the machine with their scanner. If you want to make sure these rules permanent, you can add them either through the normal “services” tab or you can add them in the “custom rules” section.

If you are not using the Integrated Firewall, be sure to add these in a way that makes them permanent.

FreePBX VM's running under Hyper-V - Setting Change you need to make

$
0
0

Please document this in a ticket so the devs can make whatever important updates they might want to.

FreePBX VM's running under Hyper-V - Setting Change you need to make

$
0
0

dickson - Yes, FreePBX Distro.

cynjut - I don’t think they would be interested - they usually aren’t when it’s outside the scope of the actual distro. I am wondering if that setting would hurt as a default, but I guess if your machine didn’t support acpi_pm and that option was present if it would cause a problem? I don’t know.

I think LOTS of people are deploying FreePBX on Hyper-V which is why I posted it.

Inbound calls drop after 30 seconds

$
0
0

Hello everyone. I’ve seen the “calls dropped after 30 seconds” problem all over the place on older posts in this forum and on other forums using asterisk-based PBXs. I’m experiencing the same thing. It looks like the issue is firewall based. I completely disabled the firewall on FreePBX and the problem still happens. Would this mean making adjustments to my router’s firewall settings? What changes would I need to make there?

Edit: I tried an inbound call with both the PBX and router firewalls disabled and the call still cut off after 30 seconds.

Edit: I have also gone into SIP settings and made sure my external IP address has been updated.

TTS Engine Custom - Amazon Polly - 24 languages

$
0
0

I would like to do this module, but I do not have the ability to perform this task, in the beginning I contacted the Sangoma people but the bureaucracy did not let things flow, anyway I believe that a simple change in the engine module could improve the module to operate with IBM Watson, Microsoft Bing and Amazon Polly. Modify the module so that it can write the entries in /var/lib/asterisk/agi-bin/propolys-tts.agi

Example:

case ‘node’:

                    exec($enginebin." /opt/aws-nodejs-sample/script.js --mp3=/var/lib/asterisk/sounds/tts/$engine-tts-$hash.mp3 --text='$text' --wav=/var/lib/asterisk/sounds/tts/$engine-tts-$hash");
                    break;

The remainder would be borne by the user, would already be a major breakthrough.

Chan_dongle

When a Music On Hold stream starts it restarts at beginning of file

$
0
0

I´m running 64 bit FreePBX 13.0.194.2 and I´m experiencing the bug that can be found here:
https://issues.asterisk.org/jira/browse/ASTERISK-24019
After an announcement is played to a caller in one of the queues, the music file starts over instead of continuing. I´m using WAV files. Can this behaviour be altered in some conf file?
Thanks!


FreePBX VM's running under Hyper-V - Setting Change you need to make

$
0
0

For what its worth, i just went through all our deployments on HyperV and i found one that is actually doing this right now. For what its worth, this one is an older PBIaf one, but exactly the same problem… I got a machine that I can at least do some triage on.

FreePBX VM's running under Hyper-V - Setting Change you need to make

$
0
0

Yeah, I found 7 of my machines were doing it - Surprised the hell out of me - I looked at the machine that I first found it on this morning for hours scouring the logs - this was the ONLY thing being logged.

It’s a weird bug - I am guessing a Hyper-V bug but oh well.

Fills up /var/log/messages pretty fast too.

When a Music On Hold stream starts it restarts at beginning of file

$
0
0

The ticket is closed as fixed. Do you have a version of asterisk its fixed in?

MOH Multi-Language support? Custom Application?

When a Music On Hold stream starts it restarts at beginning of file

$
0
0

Yes Sir, I´m running the official freepbx distro version 10.13.66-17. Should be fixed in the Asterisk version included (13.19.1).

Viewing all 227693 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>