Hi all…
Due to respoke end of life i was asking myself…
If i had a webpage with a sip client built with one of the known js library…and i wish two or more users to be able to call at the same time the same asterisk endpoint, assuming it will be a ring group or a queue…what kind of configuration will be necessary from web and webrtc client point of view?
I sometimes made webrtc experiment but always one at a time…
With respoke (never used but i was going to and so read few docs ) i saw i could put different link with different enpoint mapped with id
P.s. sorry if i use improper terms or concept…i hope to be clear the same…
Asterisk doesn’t have ring groups, although FreePBX may build them on top of Asterisk.
However, all of these things seem to relate to the outgoing side of the call, so I don’t see why they are relevant to your use of WebRTC for the incoming side of the call.
I meant ring group to simplify more sip endpoint ringing at the same time…
I’ll try to better explain…
Webrtc sip endpoint has to register to asterisk to call extensions in it…but identity encoded in js library on webpage is always the same…
So only one user at a time is able to place webrtc call this way or is there a method?