All installation and configuration problems and questions
Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
by middletn » Wed Jul 02, 2014 11:25 am
Hi,
With asterisk 1.4 we've always used either the sangoma USB timing stick or some other hardware to support the timing. Asterisk 1.8 would appear to have better support for timing. Do we need the extra hardware if we use 1.8 with vicidial?
regards
-
middletn
-
- Posts: 34
- Joined: Fri Apr 18, 2008 3:27 pm
by mflorell » Wed Jul 02, 2014 5:27 pm
You don't "need" extra timing, but it is still recommended for systems that will operate at moderate to high loads. We use one with Asterisk 1.8 on all of our new hosted servers. We use the Amfeltec PCIexpress timing cards.
-
mflorell
- Site Admin
-
- Posts: 18387
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
-
by middletn » Thu Jul 03, 2014 5:01 am
Thanks Matt, do you have a part number by chance?
regards
-
middletn
-
- Posts: 34
- Joined: Fri Apr 18, 2008 3:27 pm
by mflorell » Thu Jul 03, 2014 6:22 am
Here's the link,
http://amfeltec.com/products/x1-pci-exp ... m-timer-2/We usually keep at least 50 on hand and order them 100 at a time from Amfeltec. You can buy them directly through Amfeltec in Canada(
sales@amfeltec.com) or through us at the Vicidial Group here in the USA(
sales@vicidial.com). We charge $75 for one, with discounts for more than one. Amfeltec can of course offer steeper discounts for larger orders because they are the manufacturer.
At this point I think we've installed almost 400 of these in production over the last 4 years, and we've never had one fail, unlike the Sangoma USB timers which can have issues with the USB bus in Linux.
-
mflorell
- Site Admin
-
- Posts: 18387
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
-
by geoff3dmg » Thu Jul 03, 2014 8:55 am
Interesting reading. I've put some of those on my Christmas list. I could only find one reseller in the UK.
https://www.thedebugstore.com/x-cart461 ... Timer.htmlAre these cards supported out of the box on Vicibox installs?
Vicibox 5.03 from .iso | VERSION: 2.10-451a BUILD: 140902-0816 | Asterisk 1.8.28.2-vici | Multi-Server | Amfeltec H/W Timing Cards | No Extra Software After Installation | Dell PowerEdge 1850 | Pentium 4 'Prescott' Xenon Quad @ 3.40GHz
-
geoff3dmg
-
- Posts: 403
- Joined: Tue Jan 29, 2013 4:35 am
- Location: Lancashire, UK
-
by mflorell » Thu Jul 03, 2014 7:20 pm
That looks like the same thing, only at about twice the price. Yes, they are supported within Vicibox if you have them installed before you install Vicibox.
-
mflorell
- Site Admin
-
- Posts: 18387
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
-
by geoff3dmg » Fri Jul 04, 2014 4:42 am
Yes, they are supported within Vicibox if you have them installed before you install Vicibox.
Is it possible to add them post-install?
Vicibox 5.03 from .iso | VERSION: 2.10-451a BUILD: 140902-0816 | Asterisk 1.8.28.2-vici | Multi-Server | Amfeltec H/W Timing Cards | No Extra Software After Installation | Dell PowerEdge 1850 | Pentium 4 'Prescott' Xenon Quad @ 3.40GHz
-
geoff3dmg
-
- Posts: 403
- Joined: Tue Jan 29, 2013 4:35 am
- Location: Lancashire, UK
-
by mflorell » Fri Jul 04, 2014 7:35 am
Possible? Yes, but you would have to ask Kumba for the instructions on how to do that.
-
mflorell
- Site Admin
-
- Posts: 18387
- Joined: Wed Jun 07, 2006 2:45 pm
- Location: Florida
-
by geoff3dmg » Fri Jul 04, 2014 7:54 am
Ok thanks matt.
Vicibox 5.03 from .iso | VERSION: 2.10-451a BUILD: 140902-0816 | Asterisk 1.8.28.2-vici | Multi-Server | Amfeltec H/W Timing Cards | No Extra Software After Installation | Dell PowerEdge 1850 | Pentium 4 'Prescott' Xenon Quad @ 3.40GHz
-
geoff3dmg
-
- Posts: 403
- Joined: Tue Jan 29, 2013 4:35 am
- Location: Lancashire, UK
-
by perci100 » Wed Sep 17, 2014 11:30 am
Let me know if you have any step by step info for installing this on a vicibox 5.03 install thats in production. Im going to order some of these.
8 server cluster web/tel x 5/db/archive(rec only) in production inbound/outbound/AMD/full recording |Vicibox 5.0.3 Standard ISO | VERSION: 2.12-549a BUILD: 160404-0940 | Asterisk 1.8.25.0-vici | No added software all servers in RAID 10
-
perci100
-
- Posts: 74
- Joined: Thu Feb 09, 2012 1:47 pm
by geoff3dmg » Thu Sep 18, 2014 5:53 am
From a H/W point of view, just stick them in then verify it's there on 'lspci':
- Code: Select all
vicidial-1:~ # lspci | grep Exar
03:01.0 Serial controller: Exar Corp. Device 0301 (rev 02)
On the system config side you need to edit '/etc/init.d/vicidial' and change:
- Code: Select all
ZAP_MOD=dahdi_dummy
to
- Code: Select all
ZAP_MOD=voicesync
and reboot. You can verify it's working by checking DAHDI in asterisk.
- Code: Select all
vicidial-1:~ # asterisk -rx'dahdi show status'
Description Alarms IRQ bpviol CRC Fra Codi Options LBO
VOICESYNC/1 (source: voicesync) 1 UNCONFI 0 0 0 CAS Unk 0 db (CSU)/0-133 feet (DSX-1)
Vicibox 5.03 from .iso | VERSION: 2.10-451a BUILD: 140902-0816 | Asterisk 1.8.28.2-vici | Multi-Server | Amfeltec H/W Timing Cards | No Extra Software After Installation | Dell PowerEdge 1850 | Pentium 4 'Prescott' Xenon Quad @ 3.40GHz
-
geoff3dmg
-
- Posts: 403
- Joined: Tue Jan 29, 2013 4:35 am
- Location: Lancashire, UK
-
by perci100 » Thu Sep 18, 2014 3:22 pm
Awesome, thank you sir.
8 server cluster web/tel x 5/db/archive(rec only) in production inbound/outbound/AMD/full recording |Vicibox 5.0.3 Standard ISO | VERSION: 2.12-549a BUILD: 160404-0940 | Asterisk 1.8.25.0-vici | No added software all servers in RAID 10
-
perci100
-
- Posts: 74
- Joined: Thu Feb 09, 2012 1:47 pm
by jahbugz » Wed Feb 04, 2015 8:05 pm
I have Goautodial 3.3 installed and under the init.d directory there is no vicidial file. Does anyone know where this is located in goautodial? I bought 6 of these voicetimers after reading this post and I'm hoping they can be used with goautodial.
-
jahbugz
-
- Posts: 11
- Joined: Thu Aug 21, 2014 8:05 pm
by jahbugz » Wed Feb 04, 2015 9:44 pm
I used grep -r "ZAP_MOD" / to find it. /usr/src/vicidial/extras/init.d/vicidial HOwever it still does not load at boot time.
Update: I forgot to install the driver. Installed the driver and all is well!
-
jahbugz
-
- Posts: 11
- Joined: Thu Aug 21, 2014 8:05 pm
Return to Support
Who is online
Users browsing this forum: Google [Bot], Majestic-12 [Bot] and 55 guests