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

Time Conditions, need clarifications when defining based on non-work hours

$
0
0

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.


Skype for Business 2019 Trunk settings

$
0
0

The settings on my Skype server are the following:

Trunk: freepbx.domain
PSTN gateway: freepbx.domain
Listening port: 5060
SIP Transport Protocol: TCP
Mediation Server: Skype.domain
Mediation server port: 5060

and the peer settings on the FreePBX are still the same as the ones I posted here earlier, but here they are again:
Trunk name: SkypeForBusiness

host=172.16.1.12 (This is the IP of the Skype server)
transport=tcp, udp
type=peer
qualify=yes
promiscredir=yes
port=5060
insecure=port,invite
canreinvite=yes
context=from-internal
allow=all

Pbxaliases

Php errors

WebRTC call button do nothing

$
0
0

You need to open it on your router

FQDN for freepbx (certificate --> WebRTC)

$
0
0

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

Multiple “night modes”

$
0
0

Hello,
I am working on setting up a system in which they need to have multiple options for night modes. Due to the nature of the business that we run we answer the phone with a live person 24/7 365. We have 4 employees that have ip phones in their homes and I have set up a total of 5 queues (one for each person who takes calls at night and one that routes to the office for during the day). I am trying to figure out how to set it up so that one of five dial codes could be dialed that would result in calls being routed to that queue. Any suggestions?

Raid 1 setup

$
0
0

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.


WebRTC call button do nothing

$
0
0

My FreePBX server isnt in local, we can’t open one through the gui ?
Or i need to open with the centOS ?

Multiple “night modes”

$
0
0

The more conventional way to accomplish this is to have a single queue, and your dynamic queue agents manage their queue login (or pause) so only the on-duty agent is the only one receiving calls.

Whats the latest Asterisk version

$
0
0

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

WebRTC call button do nothing

$
0
0

That may not be a firewall issue. I believe it is due to your HTTPS settings in Advanced Settings. Why did you set those custom values for HTTPS TLS Certificate Location and HTTPS TLS Private Key? If your Let’s Encrypt certificate is set as default (and it appears to be), you should reset those to the defaults which will point at /etc/asterisk/keys/integration/…

Multiple “night modes”

$
0
0

Unfortunately in this environment that will not work. Each queue has the persons cell phone and home phones in it. Additionally we need to be able to change it without it being done by the end person at times (we work in emergency services) when running out of the office we need to be able to just dial a code (will be a blf speed dial key on the office phones) to send calls to someone who we know is available but don’t necessarily have time to call them and wait for them to get logged in.

WebRTC call button do nothing

WebRTC call button do nothing

$
0
0

Click the circling-arrows icon to return to the defaults.

HTTPS TLS Certificate Location (?) (@) <- the icon at the end


Pbxaliases

$
0
0

Any release of Asterisk since Jan 22, 2019 will have it. Current version of FreePBX v14 employ it.

WebRTC call button do nothing

From-internal-custom wildcard extensions

$
0
0
  1. Executed the wscat command in Node.Js prompt.

  2. In Asterisk, we get a WebSocket connection and a message telling us that our Stasis application has been created

  3. Now when I dial between extensions I get events logged with the following in my extensions_custom.conf and using from-internal-custom context:
    [from-internal-custom]
    exten => 2003,1,NoOp(entering ${CONTEXT} as defined in extensions_custom.conf)
    same => n,Answer()
    same => n,Stasis(Tess_Asterisk,PJSIP/${EXTEN}, 45)
    same => n,Hangup()
    [from-internal-custom]
    exten => 2004,1,NoOp(entering ${CONTEXT} as defined in extensions_custom.conf)
    same => n,Answer()
    same => n,Stasis(Tess_Asterisk,PJSIP/${EXTEN}, 45)
    same => n,Hangup()
    [from-internal-custom]
    exten => 1001,1,NoOp(entering ${CONTEXT} as defined in extensions_custom.conf)
    same => n,Answer()
    same => n,Stasis(Tess_Asterisk,PJSIP/${EXTEN}, 45)
    same => n,Hangup()

I have tried to replace the context with a wildcard pattern so I do not need to list an extension every time… (as below)
[from-internal-custom]
exten => XXXX,1,NoOp(entering ${CONTEXT} as defined in extensions_custom.conf)
same => n,Answer()
same => n,Stasis(Tess_Asterisk,PJSIP/${EXTEN}, 45)
same => n,Hangup()

But then events do not show… Please could someone help me with the correct contect I need to use to get this working??? Any help appreciated!

WebRTC call button do nothing

$
0
0

Go back to the certificate manager and again set your Letsencrypt certificate as default. It should fill in the fields. If not, the fields are “/etc/asterisk/keys/integration/certificate.pem” for the certificate and “/etc/asterisk/keys/integration/webserver.key” for the key.

From-internal-custom wildcard extensions

$
0
0

First a pattern match (non-exact) needs to start with _ so that needs to be exten => _XXXX

You also need to keep in mind that includes are only looked at in there is no match in the main context. So if you have 2003 in ext-local (as in it is a created extension) then your custom context will not be touched because 2003 already had a match.

Viewing all 228094 articles
Browse latest View live


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