Jump to content

Mattia

Members
  • Posts

    138
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Mattia

  1. On 2/15/2024 at 12:39 PM, Anruag said:

    I resolved this by introducing a kamailio between FS and operator and configuring kamailio to send 180 immediatly after 183 . 

     if ($rs == 183) {
                if ($si == "x.x.x.x" || $si == "x.x.x.x") {
                    $var(msg_body) = $rb;
                    $var(content_len) = $cl;
                    $var(to_user) = $tU;
                      remove_hf("Content-Type");
                      remove_body();
                      change_reply_status(180, "Ringing");
                    }
     

    Thanks for the reply. I resolved modifying ecallmgr source code in order to force ring_ready to FS. Usually it's called when an user has multiple devices - I noticed that in that case, 180 is triggered, so I forced that code to be always executed.

  2. Hey, thank for you replies,

    4 hours ago, extremerotary said:

    Hey Mattia,

    There are a lot of conference options in the works! Currently, the main functionality comes from the APIs. They give a wide range of moderator options via a programmed UI to do things within conferences. We've had very good success with using them ourselves in our UI. One obstacle we are facing is, in a clustered federated environment is that during a nightmare transfer of a caller to a conference running on a different freeswitch server, some channel vars are not passed to the receiving freeswitch server, so the conference event emitted is missing some data (such as owner_id for an on-nat call). We are currently working with 2600 and the freeswitch team to resolve that. But yeah, the APIs are where the real controls come into play!

    nice, so currently I should use API. Should I check by myself if a participant is a moderator before sending the API? I have a middleware that receives request and relay to Kazoo. I thought to check if participant is a moderator (loggedo through PIN moderator) and send the request to Kazoo only if so. Is this the best way in my case or am I missing something?

    11 hours ago, mc_ said:

    You have the idea that a member can affect their own settings while a moderator can affect others. You can also set up conferences to start/end when the moderator joins/leaves.

    what types of settings do you mean?

  3. Hello guys,

    I'm trying to understand more from conferences. I see that you can enter using a moderator pin and, if you do it, you will be a moderator in that conference (member_type = 'moderator' on conference_channel_vars). Ok, so: what can a moderator do? and how?

    I saw API for mute/kick and so on but that are not limited to moderators (I should use API restriction in that case or something similiar...)

    Is there the possibility to kick/mute/deaf/... someone through DTMF if I am moderator? And also can a non-moderator do these actions?

    Thanks in advance

    P.S. I'm using Kazoo 4.0

  4. 19 hours ago, extremerotary said:

    Go to 2600hz.atlassian.net, and up in the top right corner, it says 'log in'. 

    Click that, then at the bottom it says, "Need an account? Sign Up"

    Hit that sign up link and create an account. Once completed, log in and you'll be able to create bug and user story tickets in their JIRA. 

    I already have an account

     

    15 hours ago, Darren Schreiber said:

    Thanks Extreme Rotary. However I think the issue here is actually a real permissions one. I am looking into it. New users who login are not being granted the JIRA app. It's something on the new JIRA user auth system they have and I don't know how to fix it but I'm working on it!

     

    Thanks :)

×
×
  • Create New...