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: 69
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: 3920 | 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: 2594
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: 69
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: 3920 | 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: 2594
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 # 888-883-8488 # +44(203) 769-2294
williamconley
 
Posts: 20435
Joined: Wed Oct 31, 2007 4:17 pm
Location: Bartow, FL (In the boondocks)

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

Postby dgxa » Tue Apr 08, 2025 8:27 am

carpenox wrote: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


That was not the real IP address but I change the IP how you suggest.

Firewall was disabled for this issue to avoid firewall interruptions
dgxa
 
Posts: 69
Joined: Tue Oct 06, 2020 5:05 pm
Location: Peru

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

Postby carpenox » Tue Apr 08, 2025 11:34 pm

and was it still not worknig with firewall off?
Alma Linux 9.5 | SVN Version: 3920 | 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: 2594
Joined: Wed Apr 08, 2020 2:02 am
Location: St Petersburg, FL

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

Postby dgxa » Wed Apr 09, 2025 5:13 pm

carpenox wrote:and was it still not worknig with firewall off?


Firewall is opened(disable)
The softphone registered
The softphone not ringing when the agent attempts login

I found this error when I try to connect
https://drive.google.com/file/d/1TylWkjvVruC8j0CBVRloJP8hSfZ1fdV2/view?usp=sharing
dgxa
 
Posts: 69
Joined: Tue Oct 06, 2020 5:05 pm
Location: Peru

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

Postby williamconley » Fri Apr 11, 2025 2:14 pm

Can the soft phone dial out?

Can you manually dial the soft phone from another phone after it has registered?

Post the soft phone sip account information and admin->phones settings (without password of course).

Code: Select all
asterisk -rx "sip show peers"

Just the output for this phone
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # 888-883-8488 # +44(203) 769-2294
williamconley
 
Posts: 20435
Joined: Wed Oct 31, 2007 4:17 pm
Location: Bartow, FL (In the boondocks)

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

Postby carpenox » Wed Apr 16, 2025 10:40 am

its very possible your ISP is blocknig the ports, what area are you in? alot of the middle east ISP's have the ports blocked recently
Alma Linux 9.5 | SVN Version: 3920 | 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: 2594
Joined: Wed Apr 08, 2020 2:02 am
Location: St Petersburg, FL

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

Postby dgxa » Wed Apr 16, 2025 11:33 am

williamconley wrote:Can the soft phone dial out?

Can you manually dial the soft phone from another phone after it has registered?

Post the soft phone sip account information and admin->phones settings (without password of course).

Code: Select all
asterisk -rx "sip show peers"

Just the output for this phone



Code: Select all
vmi2531555*CLI> sip show peers
Name/username             Host                                    Dyn Forcerport Comedia    ACL Port     Status      Description
100/100                   x.y.v.z                              D  Yes        Yes            39054    OK (226 ms)
200/200                   x.y.v.z                               D  Yes        Yes            26602    OK (127 ms)
gs102/gs102               (Unspecified)                            D  Yes        Yes            0        UNKNOWN


Call Between extensions successful
Code: Select all
Connected to Asterisk 16.30.1-vici currently running on vmi2531555 (pid = 1966)
  == Using SIP RTP CoS mark 5
       > 0x7f1900021410 -- Strict RTP learning after remote address set to:  x.y.v.z :17854
    -- Executing [200@default:1] Dial("SIP/100-0000000c", "SIP/200,60,") in new stack
  == Using SIP RTP CoS mark 5
    -- Called SIP/200
    -- SIP/200-0000000d is ringing
    -- Dial Tiemout Reset on channel SIP/200-0000000d due to RINGING message
       > 0x7f190400a570 -- Strict RTP learning after remote address set to:  x.y.v.z :18168
    -- SIP/200-0000000d answered SIP/100-0000000c
    -- Channel SIP/200-0000000d joined 'simple_bridge' basic-bridge <33515a5c-6da6-4eb8-813d-dbd04626819b>
    -- Channel SIP/100-0000000c joined 'simple_bridge' basic-bridge <33515a5c-6da6-4eb8-813d-dbd04626819b>
       > 0x7f190400a570 -- Strict RTP qualifying stream type: audio
       > 0x7f190400a570 -- Strict RTP switching source address to  x.y.v.z :18164
       > 0x7f1900021410 -- Strict RTP qualifying stream type: audio
       > 0x7f1900021410 -- Strict RTP switching source address to  x.y.v.z :18191
       > 0x7f1900021410 -- Strict RTP learning complete - Locking on source address  x.y.v.z :18191
  == Manager 'sendcron' logged on from 127.0.0.1
  == Manager 'sendcron' logged off from 127.0.0.1
       > 0x7f190400a570 -- Strict RTP learning complete - Locking on source address  x.y.v.z :18164
    -- Channel SIP/200-0000000d left 'simple_bridge' basic-bridge <33515a5c-6da6-4eb8-813d-dbd04626819b>
    -- Channel SIP/100-0000000c left 'simple_bridge' basic-bridge <33515a5c-6da6-4eb8-813d-dbd04626819b>
  == Spawn extension (default, 200, 1) exited non-zero on 'SIP/100-0000000c'
    -- Executing [h@default:1] AGI("SIP/100-0000000c", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16-----ANSWER-----10-----8-----SIP 200 OK)") in new stack
    -- <SIP/100-0000000c>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16-----ANSWER-----10-----8-----SIP 200 OK) completed, returning 0
  == Manager 'sendcron' logged on from 127.0.0.1
  == Manager 'sendcron' logged off from 127.0.0.1
vmi2531555*CLI>


[root@vmi2531555 ~]# systemctl status firewalld
Unit firewalld.service could not be found.
[root@vmi2531555 ~]#
[root@vmi2531555 ~]#
[root@vmi2531555 ~]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination

Chain FORWARD (policy ACCEPT)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination
[root@vmi2531555 ~]#



I starting to suspect that I have a missing dependency or something like that

PHP 7.4.33 (cli) (built: Mar 18 2025 06:56:17) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.33, Copyright (c), by Zend Technologies
dgxa
 
Posts: 69
Joined: Tue Oct 06, 2020 5:05 pm
Location: Peru

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

Postby carpenox » Wed Apr 16, 2025 4:31 pm

you can attempt to recompile asterisk
Alma Linux 9.5 | SVN Version: 3920 | 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: 2594
Joined: Wed Apr 08, 2020 2:02 am
Location: St Petersburg, FL

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

Postby williamconley » Thu Apr 17, 2025 11:50 am

Can the soft phone dial out?

Can you manually dial the soft phone from another phone after it has registered?


You reposted my questions. You did not answer them, but you did repost them. LOL
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # 888-883-8488 # +44(203) 769-2294
williamconley
 
Posts: 20435
Joined: Wed Oct 31, 2007 4:17 pm
Location: Bartow, FL (In the boondocks)

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

Postby dgxa » Sat Apr 19, 2025 9:24 am

@williamconley sorry LOL

I made the reinstallation and I found this error.

Code: Select all
Error rocksy 8.10  yum -y groupinstall 'Development Tools'
Waiting for process with pid 6275 to finish.
Last metadata expiration check: 0:00:07 ago on Wed 02 Apr 2025 04:34:44 PM UTC.
Error:
 Problem 1: cannot install the best candidate for the job
  - nothing provides libstdc++ = 8.5.0-26.el8_10 needed by gcc-c++-8.5.0-26.el8_10.x86_64 from appstream
 Problem 2: cannot install the best candidate for the job
  - nothing provides libgcc >= 8.5.0-26.el8_10 needed by gcc-8.5.0-26.el8_10.x86_64 from appstream
  - nothing provides libgomp = 8.5.0-26.el8_10 needed by gcc-8.5.0-26.el8_10.x86_64 from appstream
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)


I found the solution of this way.

Code: Select all
yum clean all
yum makecache
yum check-update
yum update -y
yum -y install epel-release
yum -y groupinstall 'Development Tools'
yum -y update
yum install -y kernel*
yum install -y kernel-devel-$(uname -r) kernel-headers-$(uname -r)


The issue was resolved .
Thank you for your help @williamconley @carpenox
dgxa
 
Posts: 69
Joined: Tue Oct 06, 2020 5:05 pm
Location: Peru

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

Postby williamconley » Sat Apr 19, 2025 2:32 pm

Good postback!

Question: Why not use Vicibox.com's ISO installer? (Curiousity)
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # 888-883-8488 # +44(203) 769-2294
williamconley
 
Posts: 20435
Joined: Wed Oct 31, 2007 4:17 pm
Location: Bartow, FL (In the boondocks)

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

Postby dgxa » Mon Apr 21, 2025 5:36 pm

Scratch install is more portable than vicibox is more easy work in cloud with scratch.
dgxa
 
Posts: 69
Joined: Tue Oct 06, 2020 5:05 pm
Location: Peru

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

Postby williamconley » Tue Apr 22, 2025 6:21 am

more portable


Not sure I get the implication. You move your servers from place to place (doesn't sound right, since OS is not relevant to physical movement)? So ... you need to be able to install in multiple clouds and you want to be able to start with a stock OS and "install on CLI" from there?

We use Vicibox everywhere (cloud, VM, hardware) unless there's a corporate requirement for a specific OS. If a "cloud" won't allow custom .iso installer, we generally find Other Problems with that cloud as well, and decline to use them. Failing that, we use Ubuntu whenever the vicibox .ISO is not viable.

But to each his own I guess. Thanks for answering!
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # 888-883-8488 # +44(203) 769-2294
williamconley
 
Posts: 20435
Joined: Wed Oct 31, 2007 4:17 pm
Location: Bartow, FL (In the boondocks)

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

Postby dgxa » Tue Apr 22, 2025 9:20 am

williamconley wrote:
more portable

We use Vicibox everywhere (cloud, VM, hardware) unless there's a corporate requirement for a specific OS. If a "cloud" won't allow custom .iso installer, we generally find Other Problems with that cloud as well, and decline to use them. Failing that, we use Ubuntu whenever the vicibox .ISO is not viable.


That is the point about to install in other cloud that not allow upload the .iso installer. For example to install vicibox in azure you have two options:
1- Buy vicidial in marketplace and pay a rent for vm use
2- Create your own vm in local and upload the vm, following azure procedures

By other part.Exists a way to install vicibox on unattended way ?
dgxa
 
Posts: 69
Joined: Tue Oct 06, 2020 5:05 pm
Location: Peru

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

Postby williamconley » Thu Apr 24, 2025 8:59 pm

Thanks for answering!

Whoever managed to rent an azure server to you as "vicidial" with vicidial pre-installed obviously managed to get Vicidial ... installed.

We don't use Azure as it's too expensive, lol. And virtualized. That's a bad combo in my book.

Before we go any farther I MUST warn you: If you build out a Virtual server anywhere in the cloud, and test it with 1-2 agents practicing your sales pitch, and then decide "it's time!" and launch full with a dozen agents on that Virtual Server: Expect the server to have a meltdown. Shared Processors and Vicidial do not mix past 1-2 agents (OK: we have clients who push it to 3-4 agents, but they've been doing it a while and understand the risks). Instability is very common and the method of instability varies WIDELY (ie: calls fail? agents get the wrong leads? bad call quality? all sorts of various problem can and do happen on Virtualized systems).

That being said: We would fight that battle, but systems like azure and other cloud services have a fairly high cost if you want to run the server 24/7 (or even 12/5 for that matter), especially once you get up to equipment that can handle Vicidial when it's actually got more than 10 agents. At that point, you're generally paying more than you would for ViciHost who has the best Vicidial hosting on the planet (or at our facility at PoundTeam, I like ours, too, LOL).

For instance: A tiny Vicidial (4G RAM/8G HD) would run $87 on Azure and might handle a couple agents. We charge $50 for the same thing. With Vicidial pre-installed. The difference is that we warn you (loudly) that Vicidial Virtual for more than a couple agents is a BAD idea. When you get up to a more powerful system in Azure, you're at $200/mo and you're still Virtual. That's crazy. LOL

For double that you get a full hardware server at Vicihost, with Support to ensure that server doesn't have a hiccup, the latest version of Vicidial, etc. And the confidence that (it not being Virtualized, no shared processor time) it's not going to melt down any time soon. You can generally get 25 simultaneous agents at 4:1 ratio dialing on any generic server hardware. Depending on usage. If anyone gives you an estimate other than "probably 25 per agent, depending on usage" for a server, they're generally trying to sell you something. They can't know until they see you using the hardware in question. Every room is different. Assume better hardware will get you more agents, but don't assume that "2X the hd space" or "2X the cpu count" suddenly gets you 2X the agents. There's still only one server (one front side bus, etc) so increasing power is good, but there are still LIMITS. 8-)

Do you not have access to your own hardware for a Vicidial Server installation?

For the record: NO I do not work at or get a kickback from Vicihost. I work at Poundteam, we have our own colo with lots of Vici servers. No connection at all aside from using the software they maintain and this forum which they also maintain.
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # 888-883-8488 # +44(203) 769-2294
williamconley
 
Posts: 20435
Joined: Wed Oct 31, 2007 4:17 pm
Location: Bartow, FL (In the boondocks)

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

Postby dgxa » Tue Apr 29, 2025 2:20 pm

Use vicidial in Azure is more expensive than other solution that work in baremetal solutions but is not imposible install vicidial in clouds as Azure, GCP and AWS for example.

Yes I have access to my own hardware and in some case cloud too.
dgxa
 
Posts: 69
Joined: Tue Oct 06, 2020 5:05 pm
Location: Peru


Return to Support

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 81 guests