Your session has been disabled | webphone | rocky 8

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

Your session has been disabled | webphone | rocky 8

Postby dgxa » Sat Mar 29, 2025 8:18 pm

Hello, I just installed Vicidial on Rocky 8, and when I configure WebPhone and log in, it doesn't allow me to connect to the session, indicating "Your session has been disabled."

When I connect to the softphone, the same thing happens, even with firewall rules allowed.

I suspect the vicidial_live_agents table isn't recording the agent login, but it isn't corrupted.

cat /var/www/html/agc/vicidial_mysqli_errors.txt
2025-03-29 21:05:01|vdc_db_query|00135|


There are screens on:
2708.ASTVDremote (Detached)
2693.ASTVDauto (Detached)
2673.ASTlisten (Detached)
2661.ASTsend (Detached)
2658.ASTupdate (Detached)
2153.asterisk (Detached)
2144.astshell20250329191312 (Detached)
2134.ASTconf3way (Detached)
2121.ASTfastlog (Detached)
2108.ASTVDadapt (Detached)
10 Sockets in /run/screen/S-root.

screen -r 2658
|cid_channels_recent_010000012001|SHOW TABLES LIKE "cid_channels_recent_010000012001";
----- AMI Version 5.0.5 -----


SVN Version: 3836 || Version: 2.14b0.5 || mysql Ver 15.1 Distrib 10.3.39-MariaDB || Rocky Linux 8.10 (Green Obsidian) || Asterisk 16.30.1-vici
Last edited by dgxa on Sun Mar 30, 2025 9:39 am, edited 1 time in total.
dgxa
 
Posts: 62
Joined: Tue Oct 06, 2020 5:05 pm
Location: Peru

Re: Your session has been disabled | webphone | rocky 8

Postby carpenox » Sun Mar 30, 2025 7:12 am

there could be many reasons, im guessing dahdi isnt running, try typing "dahdi_cfg -v"

If that doesnt work, you can try the other steps on this debug article:

https://dialer.one/index.php/how-to-deb ... -vicidial/

Chris
Alma Linux 9.5 | SVN Version: 3919 | DB Schema Version: 1725 | Asterisk 18.26.0 | PHP8
https://dialer.one -:- 1-833-DIALER-1 -:- https://linktr.ee/CyburDial -:- WA: +19549477572
DC: https://discord.gg/DVktk6smbh -:- TG: https://t.me/+wkDmkF9U4aUxOGYx
carpenox
 
Posts: 2581
Joined: Wed Apr 08, 2020 2:02 am
Location: St Petersburg, FL

Re: Your session has been disabled | webphone | rocky 8

Postby dgxa » Sun Mar 30, 2025 9:23 am

carpenox wrote:there could be many reasons, im guessing dahdi isnt running, try typing "dahdi_cfg -v"

If that doesnt work, you can try the other steps on this debug article:

https://dialer.one/index.php/how-to-deb ... -vicidial/

Chris



Dahdi is running, the funny thing is that it even happens with the softphone

Code: Select all
[root@vmi2531555 ~]# dahdi_cfg -v
DAHDI Tools Version - 3.4.0

DAHDI Version: 3.4.0
Echo Canceller(s):
Configuration
======================


0 channels to configure.




Code: Select all
iptables -L -nv
Chain INPUT (policy DROP 364K packets, 68M bytes)
 pkts bytes target     prot opt in     out     source               destination
27214 2902K ACCEPT     all  --  lo     *       0.0.0.0/0            0.0.0.0/0
 9657  804K ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0            state RELATED,ESTABLISHED
    4   208 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:23022
  148  8564 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:22
    0     0 ACCEPT     all  --  *      *       10.b.c.d/16          10.b.c.d/16
    4   208 ACCEPT     tcp  --  *      *       a.b.c.d          0.0.0.0/0            tcp dpt:80
  104  5408 ACCEPT     tcp  --  *      *       a.b.c.d          0.0.0.0/0            tcp dpt:443
    0     0 ACCEPT     tcp  --  *      *       a.b.c.d          0.0.0.0/0            tcp dpt:5060
    1   583 ACCEPT     udp  --  *      *       a.b.c.d          0.0.0.0/0            udp dpt:5060
   41 14744 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0            udp dpts:10000:55000

vmi2531555*CLI> sip show peers
Name/username             Host                                    Dyn Forcerport Comedia    ACL Port     Status      Description
gs102/gs102               a.b.c.d                              D  Yes        Yes            45567    OK (228 ms)
1 sip peers [Monitored: 1 online, 0 offline Unmonitored: 0 online, 0 offline]

Last edited by dgxa on Wed Apr 02, 2025 4:49 pm, edited 1 time in total.
dgxa
 
Posts: 62
Joined: Tue Oct 06, 2020 5:05 pm
Location: Peru

Re: Your session has been disabled | webphone | rocky 8

Postby carpenox » Mon Mar 31, 2025 8:29 am

you shouldnt post your IP's here, there is bad actors hiding in the depths, however try with the firewall off altogether to see if thats the issue
Alma Linux 9.5 | SVN Version: 3919 | DB Schema Version: 1725 | Asterisk 18.26.0 | PHP8
https://dialer.one -:- 1-833-DIALER-1 -:- https://linktr.ee/CyburDial -:- WA: +19549477572
DC: https://discord.gg/DVktk6smbh -:- TG: https://t.me/+wkDmkF9U4aUxOGYx
carpenox
 
Posts: 2581
Joined: Wed Apr 08, 2020 2:02 am
Location: St Petersburg, FL

Re: Your session has been disabled | webphone | rocky 8

Postby williamconley » Mon Mar 31, 2025 10:05 am

dgxa wrote:Hello, I just installed Vicidial on Rocky 8, and when I configure WebPhone and log in, it doesn't allow me to connect to the session, indicating "Your session has been disabled."

When I connect to the softphone, the same thing happens, even with firewall rules allowed.


If soft phone doesn't work, webrtc phone isn't worth attempting.

"does not allow me to connect to the session" and "session has been disabled" are interesting observations, but please remember to indicate where you see/get this information and post that detail.

Onward! 8-) Baby Steps:

Will the soft phone register?

If the soft phone will register: Will the soft phone ring when the agent attempts login? (Asterisk CLI output during the login attempt might be useful if it does not ring)

If the soft phone will not register: Asterisk CLI output during a registration attempt. Verify account/extension and secret. It may be necessary to turn on SIP debugging in asterisk if there's no output to find out what's really going on.

Are these agent soft phones local or somehere else on the internet? Does the server have a public IP and/or a Private IP?
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20410
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)


Return to Support

Who is online

Users browsing this forum: No registered users and 57 guests