Sangoma USB and 3 commands

General and Support topics relating to ViciDialNow and GoAutoDial ISO installers

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

Sangoma USB and 3 commands

Postby gmcust3 » Thu Jan 06, 2011 10:28 pm

Whats are those 3 commands for Installing Sangoma USB VoiceTime ?


--- Results after 105 passes ---
Best: 99.999 -- Worst: 99.594 -- Average: 99.932602, Difference: 99.999870
GoAutoDial CE
VERSION: 2.4-309a
BUILD: 110430-1642
No other software installed on the box.
I've read the manager manual.
gmcust3
 
Posts: 1148
Joined: Sat Oct 24, 2009 1:15 pm

sangoma usb voice timing

Postby striker » Thu Jan 06, 2011 10:56 pm

hi

check the following link it might be useful for installing sangoma USB Voice Time
http://wiki.sangoma.com/sangoma-wanpipe-voicetime
www.striker24x7.com www.youtube.com/c/striker24x7 Telegram/skype id : striker24x7
striker
 
Posts: 962
Joined: Sun Jun 06, 2010 10:25 am

Postby gmcust3 » Thu Jan 06, 2011 11:07 pm

make install
make boot
/etc/init.d/dahdi start

Above 3 commands shld work and Install the same ?
GoAutoDial CE
VERSION: 2.4-309a
BUILD: 110430-1642
No other software installed on the box.
I've read the manager manual.
gmcust3
 
Posts: 1148
Joined: Sat Oct 24, 2009 1:15 pm

sangoma voice usb

Postby striker » Thu Jan 06, 2011 11:14 pm

this is what you have to do

1.Download the Wanpipe Voicetime Driver
2.Untar and change directory
3.tar xfz wanpipe-voicetime-<ver>.tgz
4.cd wanpipe-voicetime-<ver>
5.Build Wanpipe VoiceTime for Currently Running Dahdi Module
-> make DAHDI_DIR=/usr/src/dahdi-linux-<ver>

DAHDI_DIR= location of dahdi source used to build and install dahdi module
By default DAHDI_DIR=/usr/src/dahdi

6.Install VoiceTime module into current system
-> make install
7.Install bootup startup script for VoiceTime
-> make boot
8.Start Wanpipe VoiceTime using Zaptel Startup Script
-> /etc/init.d/dahdi start
9.Confirm that VoiceTime Sync Tool is working
-> dahdi_test
it will show 99.999 100 100 100 .....
www.striker24x7.com www.youtube.com/c/striker24x7 Telegram/skype id : striker24x7
striker
 
Posts: 962
Joined: Sun Jun 06, 2010 10:25 am

Postby gmcust3 » Thu Jan 06, 2011 11:16 pm

Above this command, make install , I presume GoAutoDial has it it all ?
GoAutoDial CE
VERSION: 2.4-309a
BUILD: 110430-1642
No other software installed on the box.
I've read the manager manual.
gmcust3
 
Posts: 1148
Joined: Sat Oct 24, 2009 1:15 pm

Postby gardo » Sat Jan 08, 2011 2:46 pm

GoAutoDial has out of the box support for the Sangoma USB timer stick. Enable it by running:

# make boot -C /usr/src/wanpipe-voicetime-1.0.9


or

# cd /usr/src/wanpipe-voicetime-1.0.9
# make boot


This will automatically load wanpipe_voicetime module on reboots.

gmcust3 wrote:Above this command, make install , I presume GoAutoDial has it it all ?
http://goautodial.com
Empowering the next generation contact centers
gardo
 
Posts: 1926
Joined: Fri Sep 15, 2006 10:24 am
Location: Manila, 1004

Postby gmcust3 » Sat Jan 08, 2011 11:44 pm

So, One single Line will do all ?

make boot -C /usr/src/wanpipe-voicetime-1.0.9
GoAutoDial CE
VERSION: 2.4-309a
BUILD: 110430-1642
No other software installed on the box.
I've read the manager manual.
gmcust3
 
Posts: 1148
Joined: Sat Oct 24, 2009 1:15 pm

Postby gmcust3 » Sun Jan 09, 2011 2:17 am

Code: Select all

[root@go ~]# cd /usr/src/wanpipe-voicetime-1.0.9
[root@go wanpipe-voicetime-1.0.9]# make boot

Wanpipe VoiceTime Boot Setup Complete!
--------------------------------------

Dahdi /etc/rc.d/init.d/dahdi startup script has been updated with Wanpipe VoiceTime!
The dahdi dummy has now been replaced with wanpipe_voicetime as the
default timing source for dahdi.

Simply start dahdi using: /etc/rc.d/init.d/dahdi start
No other configuratoin is necessary!

[root@go wanpipe-voicetime-1.0.9]#



Code: Select all
[root@go wanpipe-voicetime-1.0.9]# dahdi_test
Opened pseudo dahdi interface, measuring accuracy...
99.999% 99.992% 99.999% 99.997% 99.997% 99.998% 99.997% 99.998%
99.997% 99.996% 99.997% 99.998% 99.998% 99.997% 99.998% 99.997%
99.998% 99.998% 99.997% 99.998% 99.998% 99.997% 99.999% 99.997%
99.998% 99.997% 99.997% 99.998% 99.997% 99.998% 99.998% 99.997%
99.998% 99.998% 99.997% 99.998% 99.997% 99.998% 99.997% 99.998%
99.997% 99.997% 99.999% 99.997% 99.998% 99.997% 99.998% 99.997%
99.997% 99.997% 99.998% 99.997% 99.998% 99.998% 99.998% 99.997%
99.998% 99.998% 99.997% 99.998% 99.998% 99.997% 99.998% 99.998%
99.997% 99.997% 99.998% 99.999% 99.997% 99.998% 99.998% 99.998%
99.998% 99.997% 99.998% 99.998% 99.998% 99.999% 99.996% 99.998%
99.997% 99.998% 99.997%
--- Results after 83 passes ---
Best: 99.999 -- Worst: 99.992 -- Average: 99.997580, Difference: 99.997580
[root@go wanpipe-voicetime-1.0.9]#


After Reboot :

Code: Select all


[root@go ~]# dahdi_test
Opened pseudo dahdi interface, measuring accuracy...
99.899% 99.906% 99.900% 99.901% 99.901% 99.900% 99.901% 99.901%
99.901% 99.902% 99.901% 99.901% 99.902% 99.901% 99.901% 99.900%
99.901% 99.901% 99.902% 99.900% 99.901% 99.900% 99.900% 99.901%
99.901% 99.901% 99.901% 99.900% 99.893% 99.908% 99.901% 99.901%
99.900% 99.902% 99.901% 99.900% 99.901% 99.900% 99.901% 99.900%
99.902% 99.900% 99.901% 99.901% 99.901% 99.900% 99.900% 99.900%
99.901% 99.901% 99.900% 99.901% 99.901% 99.900% 99.959% 99.999%
100.000% 99.999% 99.999% 100.000% 100.000% 99.999% 100.000% 100.000%
99.999% 100.000% 99.999% 100.000% 99.999% 99.999% 100.000% 99.999%
100.000% 100.000% 99.999% 100.000% 100.000% 99.999% 99.999% 99.999%
100.000% 99.999% 100.000% 99.999% 100.000% 99.999% 99.999% 100.000%
99.999% 100.000% 99.999% 100.000% 99.999% 100.000% 99.999% 100.000%
100.000% 99.999% 99.999% 100.000% 100.000% 99.999% 99.999% 99.999%
100.000% 99.999% 99.999% 99.999% 99.999% 99.999% 100.000% 100.000%
99.999% 99.999% 100.000% 99.999% 99.999% 99.999% 100.000% 100.000%
99.999% 99.999% 99.994% 99.993% 100.000% 99.999% 99.999% 100.000%
99.999% 99.999%
--- Results after 130 passes ---
Best: 100.000 -- Worst: 99.893 -- Average: 99.958011, Difference: 100.041163
[root@go ~]#




After Reboot , Timing is No good in Initial first few phase, but later It also touched 100% !!!!!

Why SO ?
GoAutoDial CE
VERSION: 2.4-309a
BUILD: 110430-1642
No other software installed on the box.
I've read the manager manual.
gmcust3
 
Posts: 1148
Joined: Sat Oct 24, 2009 1:15 pm

Postby gmcust3 » Mon Jan 10, 2011 4:16 am

% of No answer Remains Same :-((
GoAutoDial CE
VERSION: 2.4-309a
BUILD: 110430-1642
No other software installed on the box.
I've read the manager manual.
gmcust3
 
Posts: 1148
Joined: Sat Oct 24, 2009 1:15 pm

Postby gardo » Mon Jan 10, 2011 4:19 pm

Having a Sangoma USB timer won't increase your call penetration. It just provides a reliable hardware clock to Zaptel/Asterisk system.

gmcust3 wrote:% of No answer Remains Same :-((
http://goautodial.com
Empowering the next generation contact centers
gardo
 
Posts: 1926
Joined: Fri Sep 15, 2006 10:24 am
Location: Manila, 1004

Postby williamconley » Mon Jan 10, 2011 6:24 pm

in English: Better quality calls (sounds better). Not better quality list (more answers). For that, you need to change the people you buy your list from! (or validate your numbers before you dial them!)
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: 20253
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: Sangoma USB and 3 commands

Postby vccsdotca » Mon Jun 03, 2013 10:52 am

Hey hey!

The Sangoma wiki says Dahdi 2.6 and above is Not supported but the latest Vicibox server comes with Dahdi 2.6. Has anyone tried to install it anyway? Or are we moving to an XP or similar now?

Thanks!
Matt Martin
VoIP Guru
nurango
https://www.nurango.ca
----------------
Open-Source Hosting & Support | SIP Trunking | DIDs
vccsdotca
 
Posts: 116
Joined: Mon Sep 15, 2008 5:42 pm
Location: Montreal, QC Canada


Return to ViciDialNow - GoAutoDial

Who is online

Users browsing this forum: No registered users and 121 guests