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

WebRTC call button do nothing


WebRTC call button do nothing

$
0
0

You can test the WSS from your browser. Browse to https://yourname:8089/ws

You should see a message from Asterisk saying “Upgrade required” (it means you are supposed to connect with websocket and not HTTP, but it is useful for a test)

If you don’t see this, maybe your browser will show you a certificate error or if the connection times out altogether you still need to investigate your firewall further.

WebRTC call button do nothing

Multiple “night modes”

$
0
0

OK so a few things here.

  1. How do the five cell phones and home phones log into the queue? Wouldn’t you have these just as static agents so that the person doesn’t have to log in? More importantly they don’t have to log in two devices/agents into the queue.

  2. Why are calls going to a cell phone along with their IP Phone? The queue cannot track the state of a PSTN number (cell/landline/etc) so it will never know when they are on a call and just continue to send calls to the agent because it sees two available agents.

  3. Having both their IP phone and the cell phone as agents in the queue means there is always at least one free agent when calls come to them. So doesn’t matter which device they have the call on. The queue will continue to send them new calls while on the phone because it sees available agents. And as pointed out in #2, a PSTN number can’t have a PSTN device state tracked so it can send a call to the cell phone when they are already on it.

  4. Despite all of the above, this is going to require you to write custom dialplan for your queue changing as nothing in the GUI has something with multiple options for the same Call Flow Control like this.

WebRTC call button do nothing

$
0
0

It seems like a browser problem then. Asterisk is open and responding to you. Could you try a different browser? Perhaps your Ad Block Plus is stopping the connection.

WebRTC call button do nothing

$
0
0

There is some progress ! With chrome.

But not a complete success sadly

I’m trying to call an other extension “23” linked with a 3CX phone.

The “46” don’t have softphone, i’m trying to call with the WebRTC

when i try to call “46” to “23” that’s say :

Session failed
Session terminated

instantly

WebRTC call button do nothing

$
0
0

Good. Now check your Asterisk console again. This time the error is probably related to SIP and not webrtc.

WebRTC call button do nothing


Modulo Custom Context

$
0
0

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

From-internal-custom wildcard extensions

$
0
0

I thought that I could force it to use my custom context… as in the example below in advanced settings? That being said, it seems like I am having weird issues of this extension not ringing at all now :frowning:

From-internal-custom wildcard extensions

$
0
0

Yes because now you pushing it a context that has no method of actually dialing the device. You’re initiating a Statis and then hanging up. You need to push this back into proper dialplan if you’re going to do that.

WebRTC call button do nothing

$
0
0

Try also calling only to Asterisk such as “*43” which is Echo Test. Then you can be sure it is not the softphone’s problem.

From-internal-custom wildcard extensions

$
0
0

Basically, what I want is my extensions listed in the PBX: 2001, 2002, 2003.
When using the stasis application, I want calls to show in the event logs when being dialled,

Is there any way to do so with the extension being present in extensions and in the extensions_custom.conf?

From-internal-custom wildcard extensions

$
0
0

Thanks for your help here…

Would it be possible to add the below onto the bottom of my from-internal-custom:
include => from-internal

WebRTC call button do nothing


Integrating SIP with Simplex 5100 PA System

$
0
0

Hello,

We are looking into integrating an old Simplex 5100 PA with our Current FreePBX system, I know this is not 100% FreePBX related but I figured I would consult some more experienced people here :slight_smile:

So Our 5100 PA uses and admin station phone that you can Dial #10 in order to do an All-Page. Do any of you know the best way I could tie this into a SIP phone? It uses a proprietary amp so integrating directly with the amp with a SIP paging adapter is a no go for now.
I didn’t know if I could configure an ATA to auto answer the call and then send a DTMF tone over to initiate the page better yet if that’s possible is there way to confine that all to one button on a SIP phone. Almost like script the call? If that’s a thing.

We are looking to RIP this entire system out in the future however the speakers use a nonstandard voltage so that bumped it out of the budget range for now. So I am just looking for the best method to accomplish this.

Thanks!

WebRTC call button do nothing

$
0
0

And BTW my softphone can call my personnal phone through the trunk sip.

So my softphone is working good i think

Wallpaper_file | Digium Phones

$
0
0

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

WebRTC call button do nothing

From-internal-custom wildcard extensions

$
0
0

I would undo most of what you have already done, and start with:

[from-internal-AnthKay92]
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()

And then define extensions of type “custom” with a dial string of

xxxx@from-internal-AnthKay92

replace the x’s with the ext number.

Viewing all 226911 articles
Browse latest View live


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