ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. rickygm
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 14
    • Best 0
    • Controversial 0
    • Groups 0

    rickygm

    @rickygm

    0
    Reputation
    16
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    rickygm Unfollow Follow

    Latest posts made by rickygm

    • Jitsi Meet auntenticacion does not work in latest version

      Hi, has anyone had any problems?, securing the conference with jitsi meet, I am trying to add authentication to my conference, but I can't get it to work.

      in the latest version the jicofo.conf file is modified, but I can't get it to ask for authentication.

      https://jitsi.github.io/handbook/docs/devops-guide/secure-domain/

      version of Jitsi meet with Debian 11:

      jitsi-meet                     2.0.7439-1                     all          WebRTC JavaScript video conferences
      jitsi-meet-prosody             1.0.6260-1                     all          Prosody configuration for Jitsi Meet
      jitsi-meet-turnserver          1.0.6260-1                     all          Configures coturn to be used with Jitsi Meet
      jitsi-meet-web                 1.0.6260-1                     all          WebRTC JavaScript video conferences
      jitsi-meet-web-config          1.0.6260-1                     all          Configuration for web serving of Jitsi Meet
      
      

      jicofo.conf

      jicofo {
       authentication: {
          enabled: true
          type: XMPP
          login-url: conferencia.mysuperdomain.com
       }
        xmpp: {
          client: {
            client-proxy: focus.conferencia.mysuperdomain.com
          }
          trusted-domains: [ "recorder.conferencia.mysuperdomain.com" ]
        }
        bridge: {
          brewery-jid: "[email protected]"
        }
      
      }
      

      any advice/help?

      posted in IT Discussion linux docker jitsi meet security+ asterisk
      R
      rickygm
    • RE: Asterisk 16/18 with push notification

      @rickygm now based on your experience, what other options are there to push with asterisk? I don't want to depend on third party services.

      posted in IT Discussion
      R
      rickygm
    • RE: Asterisk 16/18 with push notification

      @jaredbusch yes, but I have a detail, the developer does not answer the messages, and we do not know what the pn-pid does.

      posted in IT Discussion
      R
      rickygm
    • RE: Asterisk 16/18 with push notification

      @jaredbusch ok got it, I will have to build my own script to be able to do this.

      posted in IT Discussion
      R
      rickygm
    • RE: Asterisk 16/18 with push notification

      @jaredbusch If I am interested in knowing the logic of the db, to know what you want to capture, and what you insert, the strange thing is that in FreepBX seems to work, do you use it?

      posted in IT Discussion
      R
      rickygm
    • RE: Asterisk 16/18 with push notification

      @jaredbusch said in Asterisk 16/18 with push notification:

      That output has nothing that will match the sed statement.
      | sed -n "s/.pn-prid=(.):remote&./\1/p")
      -n suppresses output except for the matched lines if /p is present.
      /p prints the matched lines.
      The match is a substitution pattern because of s/.
      The substitution is looking for a line with anything .
      then pn-pid= then some content being marked as a group (.) until :remote& then the rest of the line .. That marked group is the output printed /\1/p.
      The result of that sed statement is what is stuck into the shell variable TK
      The variable TK is what is inserted into the database as p_info that is used for the push notification logic.
      So until you can find out what normally follows pn-pid in a command sip show peer NNN you will never be able to make any progress converting this to pjsip. Once you know what data is returned, then you can look at various pjsip commands to find something that returns the same data.

      I will wait for the developer to respond, I wrote to him asking for the db logic.

      posted in IT Discussion
      R
      rickygm
    • RE: Asterisk 16/18 with push notification

      @jaredbusch said in Asterisk 16/18 with push notification:

      @rickygm said in Asterisk 16/18 with push notification:

      I set up an environment with asterisk 13 and chan_sip

      From the command line on this system:

      ## replace NNN with a vaild, registered extension
      
      rasterisk -x 'sip show peer NNN' | pastebin
      

      Then post the pastebin link here.

      sorry, I misunderstood

      from asterisk 13 and chan_sip

      https://pastebin.com/L0xX76vD

      from asterisk 16 and PJSIP

      https://pastebin.com/x6F0eFzX

      posted in IT Discussion
      R
      rickygm
    • RE: Nextcloud 23

      @stuartjordan said in Nextcloud 23:

      @rickygm said in Nextcloud 23:

      @stuartjordan i am trying collabora in that version (23), but it does not work, i am following this guide https://help.nextcloud.com/t/psa-how-to-get-collabora-working-on-nextcloud-23/128511/27

      All I had to to do was select this server uncheck don't use SSL and then it just works. You want to use SSL with this.

      it doesn't work for me, let me know if I paste a screenshot, if someone has it working with nextcloud 23 maybe they can share their experience.

      posted in IT Discussion
      R
      rickygm
    • RE: Asterisk 16/18 with push notification

      @jaredbusch said in Asterisk 16/18 with push notification:

      @rickygm said in Asterisk 16/18 with push notification:

      I set up an environment with asterisk 13 and chan_sip

      From the command line on this system:

      ## replace NNN with a vaild, registered extension
      
      rasterisk -x 'sip show peer NNN' | pastebin
      

      Then post the pastebin link here.

      Ok JaredBusch , share the link of script

      https://pastebin.com/CBK7Liyy

      and debug

      https://pastebin.com/V3kPhYBY

      posted in IT Discussion
      R
      rickygm
    • RE: Asterisk 16/18 with push notification

      @jaredbusch yes, this is the data with which the endpoint could be contacted.

      posted in IT Discussion
      R
      rickygm