Page 1 of 1

Asterisk 1.8 and timing

PostPosted: Wed Jul 02, 2014 11:25 am
by middletn
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

Re: Asterisk 1.8 and timing

PostPosted: Wed Jul 02, 2014 5:27 pm
by mflorell
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.

Re: Asterisk 1.8 and timing

PostPosted: Thu Jul 03, 2014 5:01 am
by middletn
Thanks Matt, do you have a part number by chance?

regards

Re: Asterisk 1.8 and timing

PostPosted: Thu Jul 03, 2014 6:22 am
by mflorell
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.

Re: Asterisk 1.8 and timing

PostPosted: Thu Jul 03, 2014 8:55 am
by geoff3dmg
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.html

Are these cards supported out of the box on Vicibox installs?

Re: Asterisk 1.8 and timing

PostPosted: Thu Jul 03, 2014 7:20 pm
by mflorell
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.

Re: Asterisk 1.8 and timing

PostPosted: Fri Jul 04, 2014 4:42 am
by geoff3dmg
Yes, they are supported within Vicibox if you have them installed before you install Vicibox.


Is it possible to add them post-install?

Re: Asterisk 1.8 and timing

PostPosted: Fri Jul 04, 2014 7:35 am
by mflorell
Possible? Yes, but you would have to ask Kumba for the instructions on how to do that.

Re: Asterisk 1.8 and timing

PostPosted: Fri Jul 04, 2014 7:54 am
by geoff3dmg
Ok thanks matt.

Re: Asterisk 1.8 and timing

PostPosted: Wed Sep 17, 2014 11:30 am
by perci100
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.

Re: Asterisk 1.8 and timing

PostPosted: Thu Sep 18, 2014 5:53 am
by geoff3dmg
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)

Re: Asterisk 1.8 and timing

PostPosted: Thu Sep 18, 2014 3:22 pm
by perci100
Awesome, thank you sir.

Re: Asterisk 1.8 and timing

PostPosted: Wed Feb 04, 2015 8:05 pm
by jahbugz
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.

Re: Asterisk 1.8 and timing

PostPosted: Wed Feb 04, 2015 9:44 pm
by jahbugz
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! :) :D