Page 1 of 1

after last update webphone not work

PostPosted: Fri Mar 13, 2020 6:23 pm
by hciham
hello

i have one Server all -DB + web + asterisk-

ESXi-6.5.0-20181103001
CPU 16 vCPUs
RAM 40 GB

Linux vicibox9 4.12.14-lp151.28.40-default #1 SMP Fri Mar 6 13:48:15 UTC 2020 (f0f1262) x86_64 x86_64 x86_64 GNU/Linux

ViciBox v.9.0.0
190913-1108

zypper ref
zypper up

the server before it work normally i have only 5 AGENT

after update today
1-> made backup : /usr/share/astguiclient/ADMIN_backup.pl --debugX
2-> update database path/from/root/extras/upgrade_2.14.sql
3-> perl ./install.pl all some config
4->Rebuild conf

Version: 2.14b0.5
SVN Version: 3199
DB Schema Version: 1588
DB Schema Update Date: 2020-03-13 15:15:18

now it webPhone not work

Code: Select all
vicibox9*CLI> dahdi show version
Failed to open control file to get version.


after i login Agent ui
i cant hear "you are the only person in this conference"

but the phone is registered

Code: Select all
3000/3000                 xx.xx.xx.xx                          D  Yes        Yes            57867    OK (200 ms)


Code: Select all
[Mar 14 01:19:54]     -- Executing [8600051@default:1] MeetMe("SIP/3000-00000005", "8600051,F") in new stack
[Mar 14 01:19:54] WARNING[12978][C-0000000a]: app_meetme.c:1663 build_conf: Unable to open DAHDI pseudo device
[Mar 14 01:19:54]   == Spawn extension (default, 8600051, 1) exited non-zero on 'SIP/3000-00000005'


when i click "Show conference call channel information" not show any thing

Code: Select all
cd /usr/src/dahdi/
bash: cd: /usr/src/dahdi/: No such file or directory

/etc/init.d/dahdi status
unusedng for dahdi ... no modules loaded.
● dahdi.service - LSB: Load and initialize Dahdi.
   Loaded: loaded (/etc/init.d/dahdi; generated; vendor preset: disabled)
   Active: inactive (dead)
     Docs: man:systemd-sysv-generator(8)


-------------
i tried to install Dahdi 2.11 it show

Code: Select all
make -C linux all
make[1]: Entering directory '/usr/src/asterisk/dahdi-linux-complete-2.11.1+2.11.1/linux'
make -C drivers/dahdi/firmware firmware-loaders
make[2]: Entering directory '/usr/src/asterisk/dahdi-linux-complete-2.11.1+2.11.1/linux/drivers/dahdi/firmware'
make[2]: Leaving directory '/usr/src/asterisk/dahdi-linux-complete-2.11.1+2.11.1/linux/drivers/dahdi/firmware'
You do not appear to have the sources for the 4.12.14-lp151.28.40-default kernel installed.
make[1]: *** [Makefile:72: modules] Error 1
make[1]: Leaving directory '/usr/src/asterisk/dahdi-linux-complete-2.11.1+2.11.1/linux'
make: *** [Makefile:9: all] Error 2


and with V3 same error

any helps, and thanks

Re: after last update webphone not work

PostPosted: Sun Mar 07, 2021 1:21 pm
by cvillarreal77
Did you solve your problem? ... I present the same one after performing a zypper up :(

Re: after last update webphone not work

PostPosted: Sun Mar 07, 2021 2:00 pm
by carpenox
if you go to the very bottom of this post on my blog you will see the packages you need to add to your server:

https://cyburityllc.com/?p=1527

Re: after last update webphone not work

PostPosted: Sun Mar 07, 2021 4:13 pm
by cvillarreal77
oohhh thank you very much carpenox

i Type “modprobe dahdi” and restart dadhi service and workinkg ....you are a genius..

are the packages you were referring to?

Re: after last update webphone not work

PostPosted: Sun Mar 07, 2021 5:11 pm
by cvillarreal77
and when i restart the server the error appears again...

i need always to run this command after to restart the server? :(

Re: after last update webphone not work

PostPosted: Sun Mar 07, 2021 5:57 pm
by carpenox
Check my dahdi errors post on the site

https://cyburityllc.com/?p=1521

Re: after last update webphone not work

PostPosted: Mon Mar 08, 2021 7:34 pm
by cvillarreal77
yes i did..... but modprobe dahdi , will always have to be in crontab :(

Re: after last update webphone not work

PostPosted: Wed Mar 10, 2021 5:44 pm
by carpenox
no you can add it to rc.local or restart the dahdi service

Re: after last update webphone not work

PostPosted: Wed Mar 10, 2021 11:58 pm
by cvillarreal77
carpenox , for add to it to rc.local , is like this?

https://www.techfry.com/linux-tutorial/ ... linux-boot

Re: after last update webphone not work

PostPosted: Thu Mar 11, 2021 11:27 pm
by carpenox
that will work, i also have it in my scratch instructions. stay tuned for my leap 15.2 scratch instructions coming tomorrow...on my blog

https://cyburityllc.com/?p=1252

Re: after last update webphone not work

PostPosted: Fri Mar 12, 2021 7:18 pm
by cvillarreal77
ok carpenox.. thank you...

Re: after last update webphone not work

PostPosted: Fri Mar 12, 2021 8:26 pm
by carpenox
here is the new instructions for opensuse leap 15.2

https://cyburityllc.com/?p=1588