Page 1 of 1

VoiceTime and VNow 1.3 and Steps mentioned in Sangoma

PostPosted: Sun Apr 18, 2010 12:45 am
by gmcust3
Anyone successfully Installed VoiceTime over VNow 1.3 with the steps mentioned by Sangoma ??

I tried but never been successful !!

Gardo, any write up on that ?

PostPosted: Sun Apr 18, 2010 4:19 pm
by gardo
Can you list the process you did?

PostPosted: Sun Apr 18, 2010 9:42 pm
by gmcust3
http://wiki.sangoma.com/wanpipe-linux-asterisk-install

You got any shell file which can install VoiceTime ?

PostPosted: Mon Apr 19, 2010 3:06 pm
by gardo
No shell file available yet.

That's not the proper link. Here is: http://wiki.sangoma.com/sangoma-wanpipe-voicetime. I think it's pretty much straight forward. Try it and post the process here.

thanks

PostPosted: Tue Apr 20, 2010 8:56 am
by brett05
for sangoma voice with vicidialnow your only solution is do a manual setup for zaptel or dahdi .
exemple as i know vicidialnow use zaptel 1.2 with asterisk 1.2 too but the zaptel is included directly in the img kernel .
so sangoma can not be installed .
this is my step for the sangoma and it will work.
mkdir /usr/src/tars
cd /usr/src/tars
wget wget http://downloads.digium.com/pub/zaptel/ ... .27.tar.gz
wget wget ftp://ftp.sangoma.com/linux/wanpipe_voi ... -1.0.9.tgz
tar -xzf /usr/src/tars/zaptel-1.2.27.tar.gz
tar -xzf /usr/src/tars/wanpipe-voicetime-1.0.9.tgz
cd /usr/src/zaptel-1.2.27
make clean
make
make install
make zttool
rm /etc/init.d/zaptel
rm /etc/rc.d/init.d/zaptel
# Install some VoiceTime!
cd /usr/src/wanpipe-voicetime-1.0.9
make ZAPDIR=/usr/src/zaptel-1.2.27/kernel
ok now here the wanpipe and zaptel are done we need just load the wanpipe at the boot server .
so nano /etc/rc.local
and add this line: ZAP_MOD=wanpipe_voicetime
and reboot your server

PostPosted: Tue Apr 20, 2010 2:44 pm
by gardo
Thank you for posting this.

PostPosted: Wed Aug 18, 2010 7:59 am
by gmcust3
cd: /usr/src/zaptel-1.2.27

SHOULD BE

cd: /usr/src/tars/zaptel-1.2.27

PostPosted: Wed Aug 18, 2010 8:18 am
by gmcust3
I did as suggested by Brett in above Post.

When I do

dmesg |grep USB


[root@vici ~]# dmesg |grep USB
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:10.4: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
hub 1-0:1.0: USB hub found
ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
USB Universal Host Controller Interface driver v3.0
uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
hub 3-0:1.0: USB hub found
uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
hub 4-0:1.0: USB hub found
uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 5
hub 5-0:1.0: USB hub found
usb 3-2: new full speed USB device using uhci_hcd and address 2
[root@vici ~]#


USB Voice Time Not Installed ?

PostPosted: Wed Aug 18, 2010 8:37 pm
by williamconley

PostPosted: Thu Aug 19, 2010 1:33 pm
by gardo
Try our latest ISO:



Sangoma Wanpipe voice timer driver can be installed with 3 simple commands. It also has the following updated software:

Vicidial 2.2.1
Asterisk 1.4.27.1-vici
Dahdi
VtigerCRM 5.1.0
Sangoma 3.5.14

This is the last release candidate for the final 2.0 version coming very soon.

Out of the box support for the following:

1. Digium and Sangoma cards. (Sangoma voicetime can easily be installed with 3 simple commands - final release will have out of the box support too).
2. Vicidial and Vtiger synchronization


Please report any bugs or issues encountered.

PostPosted: Thu Aug 19, 2010 1:38 pm
by gmcust3
goautodial-ce-2.0-rc2.iso has Updated Vnow based Agent screen ?

PostPosted: Thu Aug 19, 2010 1:53 pm
by gardo
Not yet. Final release will have it. 8)

PostPosted: Thu Aug 19, 2010 2:27 pm
by williamconley
download speed is 168K (at 3:30PMEST). not horrible. :)

PostPosted: Fri Aug 20, 2010 2:04 pm
by gardo
Courtesy of Kim Hoogenberg from http://www.hostingondemand.nl. Thanks Kim.

PostPosted: Fri Aug 20, 2010 4:08 pm
by gardo
@gmcust: I have a pre-built Sangoma wanpipe-voicetime RPM. It's compatible with goautodial-2.0-rc2.iso. You can get them here:



Installation:

rpm -ivh dkms-2.0.21.1-2.el5.scopserv.noarch.rpm
rpm -ivh --replacepkgs --replacefiles wanpipe-voicetime-1.0.9-1.i386.rpm


Usage:

modprobe wanpipe-voicetime


Let me know if it works for you.

PostPosted: Fri Oct 22, 2010 2:01 am
by gmcust3
I am still using ViciNow as I am YET to face any Issues with ViciNOW 1.3 Except Too many No answer.

For that I have VoiceTime Module

Can I use above steps for VNow 1.3 VoiceTime Installation ?

PostPosted: Fri Oct 22, 2010 2:41 am
by gmcust3
I am getting...



Preparing... ########################################### [100%]
1:dkms ########################################### [100%]
error: Failed dependencies:
dahdi-linux is needed by wanpipe-voicetime-1.0.9-1.i386
FATAL: Module wanpipe_voicetime not found.
[root@vici ~]#

PostPosted: Fri Oct 22, 2010 4:18 pm
by gardo
Looks like you need to replace Zaptel with Dahdi.

PostPosted: Sat Oct 23, 2010 3:06 am
by gmcust3
In VNow 1.3, where is the Zaptel folder ?

make ZAPDIR=/usr/src/zaptel-<ver>

PostPosted: Mon Oct 25, 2010 11:47 am
by gardo
VicidialNOW doesn't have the source files for Zaptel by default (unlike GoAutoDial). You need to download them manually from Digium.

PostPosted: Sat Oct 30, 2010 8:01 am
by gmcust3
I have downloaded Zaptel and Installed.

dmesg | grep USB Returns me :

drivers/usb/input/hid-core.c: v2.6:USB HID core driver
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
hub 1-0:1.0: USB hub found
ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
USB Universal Host Controller Interface driver v3.0
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
hub 3-0:1.0: USB hub found
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
hub 4-0:1.0: USB hub found
uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
hub 5-0:1.0: USB hub found
usb 2-1: new full speed USB device using uhci_hcd and address 2




vici*CLI> zap show status
Description Alarms IRQ bpviol CRC4
ZTDUMMY/1 (source: RTC) 1 UNCONFIGUR 0 0 0
vici*CLI>



When my server is Booting I see ,

Zaptel Versin : Unknown
Echo Canceller : Unknown


Too many tones Included.
ioctl(ZT_LOADZONE) failed:
Line 10 : Unable to Register


Kindly advice.

PostPosted: Sat Oct 30, 2010 2:16 pm
by gardo
What version of Zaptel are you trying to install?

PostPosted: Sat Oct 30, 2010 11:49 pm
by gmcust3
zaptel-1.4.12.1

PostPosted: Mon Nov 01, 2010 3:27 pm
by gardo
Have you uninstalled the old Zaptel modules?

# rpm -qa | grep zaptel


This will list the Zaptel packages installed on the system. Uninstall them by running:

# rpm -e "name of package" --nodep


Reinstall Zaptel 1.4.12.1.

PostPosted: Mon Nov 01, 2010 9:27 pm
by gmcust3
[root@vici ~]# rpm -qa | grep zaptel
zaptel-modules-1.2.27-2.2.6.18_164.el5.vnow
zaptel-1.2.27-1
zaptel-devel-1.2.27-1

PostPosted: Mon Nov 01, 2010 9:52 pm
by williamconley
gardo wrote:Uninstall them by running:

# rpm -e "name of package" --nodep


Reinstall Zaptel 1.4.12.1.

PostPosted: Tue Nov 02, 2010 3:04 am
by gmcust3
zaptel-1.2.27-1 will be the name of the package ?

PostPosted: Fri Nov 05, 2010 2:41 pm
by gardo
zaptel-modules-1.2.27-2.2.6.18_164.el5.vnow
zaptel-1.2.27-1
zaptel-devel-1.2.27-1


Those are the names of the packages.

PostPosted: Sat Nov 06, 2010 1:04 am
by gmcust3

[root@vici ~]# rpm -qa | grep zaptel
zaptel-modules-1.2.27-2.2.6.18_164.el5.vnow
zaptel-1.2.27-1
zaptel-devel-1.2.27-1
[root@vici ~]# rpm -e zaptel-modules-1.2.27-2.2.6.18_164.e15.vnow --nodep
--nodep: unknown option
[root@vici ~]# rpm -e zaptel-modules-1.2.27-2.2.6.18_164.e15.vnow -nodep
-nodep: unknown option
[root@vici ~]# rpm -e "zaptel-modules-1.2.27-2.2.6.18_164.e15.vnow" --nodep
--nodep: unknown option
[root@vici ~]#





--nodep unknown Options ?

PostPosted: Mon Nov 08, 2010 2:30 pm
by gardo
Type error. Sorry bout that. Should be:

--nodeps

PostPosted: Thu Nov 11, 2010 6:26 am
by gmcust3
Btw, Sangoma Says It shld also work with Zaptel 1.2 !!

Any Advice on it ?