Thanks! The browser console helped. The card didn’t show up as it contained the example person1 + person2 config that didn’t exist for me, after fixing it it is showing up, but still not registering as a SIP endpoint. I’m figuring out this now.
Is there a way to make a call to multiple other devices with a single button? Like a broadcast or conference call? I have each extension working and calls between them.
Probably, you can use dialgroup in your dialplan
I’ll look into those… never used IP PBX before. Only the old school kind.
Got it all working… One slight issue. I need a way to make it a hidden card or something on my main tab. I had a separate tab setup with the sip on it, but it’s not logging in until that card becomes active. Any suggestions?
No , that’s not possible,I can only register when you open it… You can park the call, do on incoming call you can open the card and call the parked number
What do you mean with the parked call?.. Each tablet is running fully kiosk…
Look here : Parking | SIP-HASS
So your card doesnt need to be registered to receive the call… The incoming call is placed in some kind of waiting queue, that you can pickup afterwards
Interesting. How would you trigger it to pickup the call though?
A popup? Notification, …
Hmmm I’ll look into that. Not a bad idea. I wonder how that would work with my dial plan group call.
You can mix it in the dialplan by creating local channels
You thats what I did. I basically made 200 to 205 as extensions for my sip cards to log in to. Then made *96 that dials 200, 201, 202, … etc… As I said above the issue I’m having is not all of the tablets are logged in since it is in the background tab. Honestly I don’t really need to call each room individually… just a single button that will popup the sip card on all the tablets and then call everyone would work. Trying to figure out how to have the card automatically pickup the parked call. Just new to asterisk.
It’s indeed not that easy, on asterisk community forums you cand find a lot of info though
The other alternative would be to design a second sip card that is just a button instead. That way I could include it on the main page.
A button that’s answers a call?
No, instead of a full size card put the entire client into a single button. Think custom button card size… And then popup on a call. But the cars would be small so the client would load
You can create that your self maybe with popup cards? Have a look at browser mod
Yeah but if the card is in the popup it may not load. Looking through the code shouldn’t be hard to just make it a single button instead. A “mini” version…
Why should it not load? It doesn’t need to be loaded? Or do you mean registered? That will never work, also not with a button…, Cause it needs to have an active websocket, and that can only be obtained if you are on same view