[asterisk-users] allo.com gsm card with AsteriskNOW

2014-10-19 Thread Nicolas Pham Van Huyen

Dear all,

I'm searching someone who already installed allo.com gsm card 
with AsteriskNOW.

I installed the hardware in my new server, but when running dahdi_genconf 
always have the no span message.
I I tried to install the driver according to allo.com doc, but it seems not up 
to
date, and maybe done more specifically for an appliance..

[root@localhost ~]# dahdi_genconf
Empty configuration -- no spans
Empty configuration -- no spans
Empty configuration -- no spans

Thanks for help
Nico

 
David Duffett wrote :
Step 1 would be an 'lspci' on the Linux command line to see if the Linux box 
recognises the card Step 2 would be to ensure that your DAHDI version is new 
enough to work with the card

Yes , the card is present :
04:00.0 Bridge: PLX Technology, Inc. Device d44e (rev 01)

Jg wrote :
Don't they have a kernel module that communicates with the card on one and 
with DAHDI 
on the other side? The first steps are probably to check with lspci whether 
the card is 
detected and then make sure the allo module is loaded.

They have a package 
http://www.allo.com/firmware/gsm-card/chan_allogsm-1.1.2_P2.tar.gz

with an installer inside (install.sh), but it is turned as full installer :
- download and install  dahdi-linux-complete-2.5.0+2.5.0.tar.gz
- seems makes some compilation for the driver 
- finishes by proposing to install asterisk 

As I installed AsteriskNOW before, it makes no sense to install Asterisk again, 
I just need to install the driver

In the package I can found src folders, but I don't know how to use them to 
build the module manually.
The installer seems building allog4c.ko file but it doesn't works installed by 
this script

I guess it is just a basic operation to know how to compile the module and load 
it every time the system boots
Then how to configure the channels  chan_allogsm ..

Thanks for help :-)
Nico




-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Asterisk Crashes Randomly with Cepstral Swift TTS

2014-10-19 Thread Patrick Laimbock
Hi Bryan,

On 10/18/2014 11:47 PM, Bryan Burroughs wrote:
 All,
 
 Has anyone seen this before? This appears to be a Swift or app_swift
 bug. I'm having a difficult time finding any information or support on this.

I haven't used app_Swift with Cepstral but iirc it wasn't deemed very
stable.

 Asterisk version:
 Asterisk 11.6-cert4 built by asterisk @ ivrd02 on a x86_64 running Linux
 on 2014-08-11 13:55:25 UTC
 OS:
 Linux livrp03 2.6.32-431.11.2.el6.x86_64 #1 SMP Mon Mar 3 13:32:45 EST
 2014 x86_64 x86_64 x86_64 GNU/Linux

If you are not tied to the certified Asterisk version then perhaps try
using the latest Asterisk version (currently 11.13.0).

 When Asterisk crashes, the backtrace always looks something like the
 following:

[snip]

 The out of bounds line looks like it may be pointing to the issue.
 
 *argv = {0x0, 0xb9b0 Address 0xb9b0 out of
 bounds, 0x0}*

Have you tried contacting the app_swift developer and/or filed a bug at
https://issues.asterisk.org/jira/secure/Dashboard.jspa ?

 Should I look into using another TTS engine?

You could try UniMRCP which sits between Asterisk and Cepstral replacing
app_swift: http://unimrcp.org

HTH,
Patrick

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Asterisk Crashes Randomly with Cepstral Swift TTS

2014-10-19 Thread Bryan Burroughs
Do you or anyone have any experience using Swift with UniMRCP? I tried a 
few months ago but gave up. The documentation is not very clear.


Yes, I am reaching out to the developer of app_swift.

thanks,

Bryan Burroughs

On 10/19/2014 08:02 AM, Patrick Laimbock wrote:

Hi Bryan,

On 10/18/2014 11:47 PM, Bryan Burroughs wrote:

All,

Has anyone seen this before? This appears to be a Swift or app_swift
bug. I'm having a difficult time finding any information or support on this.

I haven't used app_Swift with Cepstral but iirc it wasn't deemed very
stable.


Asterisk version:
Asterisk 11.6-cert4 built by asterisk @ ivrd02 on a x86_64 running Linux
on 2014-08-11 13:55:25 UTC
OS:
Linux livrp03 2.6.32-431.11.2.el6.x86_64 #1 SMP Mon Mar 3 13:32:45 EST
2014 x86_64 x86_64 x86_64 GNU/Linux

If you are not tied to the certified Asterisk version then perhaps try
using the latest Asterisk version (currently 11.13.0).


When Asterisk crashes, the backtrace always looks something like the
following:

[snip]


The out of bounds line looks like it may be pointing to the issue.

*argv = {0x0, 0xb9b0 Address 0xb9b0 out of
bounds, 0x0}*

Have you tried contacting the app_swift developer and/or filed a bug at
https://issues.asterisk.org/jira/secure/Dashboard.jspa ?


Should I look into using another TTS engine?

You could try UniMRCP which sits between Asterisk and Cepstral replacing
app_swift: http://unimrcp.org

HTH,
Patrick




--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
  http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] allo.com gsm card with AsteriskNOW

2014-10-19 Thread Brian
On Sun, 19 Oct 2014 08:20:40 +
Nicolas Pham Van Huyen nico...@phamvanhuyen.com wrote:

 
 Dear all,
 
 I'm searching someone who already installed allo.com gsm card 
 with AsteriskNOW.
 
 I installed the hardware in my new server, but when running
 dahdi_genconf always have the no span message.
 I I tried to install the driver according to allo.com doc, but it
 seems not up to date, and maybe done more specifically for an
 appliance..
 
 [root@localhost ~]# dahdi_genconf
 Empty configuration -- no spans
 Empty configuration -- no spans
 Empty configuration -- no spans
 
 Thanks for help
 Nico
 
  
 David Duffett wrote :
 Step 1 would be an 'lspci' on the Linux command line to see if the
 Linux box recognises the card Step 2 would be to ensure that your
 DAHDI version is new enough to work with the card
 
 Yes , the card is present :
 04:00.0 Bridge: PLX Technology, Inc. Device d44e (rev 01)
 
 Jg wrote :
 Don't they have a kernel module that communicates with the card on
 one and with DAHDI on the other side? The first steps are probably
 to check with lspci whether the card is detected and then make sure
 the allo module is loaded.

It's also important to check for any variables needed to pass to the
module at load time: 'modinfo module_name' should return any
available options.

 
 They have a package 
 http://www.allo.com/firmware/gsm-card/chan_allogsm-1.1.2_P2.tar.gz
 
 with an installer inside (install.sh), but it is turned as full
 installer :
 - download and install  dahdi-linux-complete-2.5.0+2.5.0.tar.gz
 - seems makes some compilation for the driver 
 - finishes by proposing to install asterisk 
 
 As I installed AsteriskNOW before, it makes no sense to install
 Asterisk again, I just need to install the driver
 
 In the package I can found src folders, but I don't know how to use
 them to build the module manually. The installer seems building
 allog4c.ko file but it doesn't works installed by this script
 
 I guess it is just a basic operation to know how to compile the
 module and load it every time the system boots Then how to configure
 the channels  chan_allogsm ..


You'll need to install the basics like kernel headers and build
essentials to compile any modules for your running kernel. Once
properly compiled and loaded you should see lspci list which kernel
modules are used by others.
 
 Thanks for help :-)
 Nico
 

Good luck HTH! ;)

Brian

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users