Re: [asterisk-users] Fax for Asterisk quick question

2009-07-29 Thread arturo arturo
Thank you guys, for this clarification...

Arturo Ochoa
Electrosystems




2009/7/28 Kevin P. Fleming 

> Miguel Molina wrote:
>
> > Counting that everything works well on the IP portion of the
> > communication, you might have something, but the "store and forward"
> > process that has to be made twice to emulate a T.38 gateway on both
> > asterisks would make it a very slow process to send a single fax, having
> > that faxing is traditionally slow. So, it's pretty much a little more
> > elaborate answer of "unlikely to be pleasant".  A direct T.38 gateway
> > for asterisk would be awesome in any case of use.
>
> This is all correct. At this time, Asterisk 1.6.x (and thus Fax For
> Asterisk) don't offer a gateway mode, only sending and receiving of
> FAXes from TIFF files on the Asterisk system itself.
>
> --
> Kevin P. Fleming
> Digium, Inc. | Director of Software Technologies
> 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
> skype: kpfleming | jabber: kpflem...@digium.com
> Check us out at www.digium.com & www.asterisk.org
>
> ___
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> AstriCon 2009 - October 13 - 15 Phoenix, Arizona
> Register Now: http://www.astricon.net
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

[asterisk-users] Fax for Asterisk quick question

2009-07-27 Thread arturo arturo
Hi guys, I have this question:

Can asterisk + fax for asterisk do this ??   Send Fax on Machine A to Fax
machine B??


Fax Machine A--> FXS port on digium card --> asterisk 1.6 --> Sip with t.38
--> internet --> Sip with t.38 --> asterisk 1.6 --> FXS port --> Fax Machine
B


I've been reading documentation for fax for asterisk, but I'll appreciate if
someone can clarify this to me...


Thanks in advance,

Arturo Ochoa
Electrosystems
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

[asterisk-users] TE120P loosing link...

2009-07-14 Thread arturo arturo
Hi guys,

Hope someone can help me with this... I got an Asterisk with TE120P card...
using dahdi 2.1.0.4 and asterisk 1.4.24.
The problem is the link between the card and the telco... suddenly through
the day looses connection... and the people on site just power cycle the PC
and the problem got fixed for a while

I've already replace the cable between the card and the telco.
Telco had already complete their tests, and they said the problem is in our
side.

I ran dahdi_test:

--- Results after 88 passes ---
Best: 100.000 -- Worst: 99.987 -- Average: 99.995104, Difference: 99.996540

I started the wcte12xp module debug:

Jul 14 17:36:19 voipidn kernel: wcte12xp0: Missed interrupt. Increasing
latency to 11 ms in order to compensate.
Jul 14 17:37:14 voipidn kernel: wcte12xp0: Missed interrupt. Increasing
latency to 12 ms in order to compensate.

Any ideas,

Thanks

Arturo Ochoa
Electrosystems
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] func_odbc.c: Unable to execute query

2009-05-08 Thread arturo arturo
Thank you very much My problem was the res_odbc.conf file was not
configured... as soon as I enable the DSN it worked


2009/5/8 Tilghman Lesher 

> On Thursday 07 May 2009 18:21:55 arturo arturo wrote:
> > I have an asterisk 1.6.2 installation. I'm trying to configure func_odbc
> to
> > read some mysql tables... but every time I tried I got this message:
> >
> > ERROR[24968] func_odbc.c: Unable to execute query [SELECT bloqueada FROM
> > funciones WHERE extension='750']
>
> What is the output of 'odbc show' from the Asterisk CLI?  What is in your
> odbc.ini, res_odbc.conf, and func_odbc.conf?  Remember that the entry in
> odbc.ini is referenced by res_odbc.conf, and the entry in func_odbc.conf
> references the entry in res_odbc.conf, not odbc.ini.
>
> --
> Tilghman
>
> ___
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

[asterisk-users] func_odbc.c: Unable to execute query

2009-05-07 Thread arturo arturo
Dear List,

I have an asterisk 1.6.2 installation. I'm trying to configure func_odbc to
read some mysql tables... but every time I tried I got this message:

ERROR[24968] func_odbc.c: Unable to execute query [SELECT bloqueada FROM
funciones WHERE extension='750']

I'm sure the DSN is right because I can do this:

[r...@grupodelavega asterisk]# su - asterisk
[aster...@grupodelavega ~]$ isql mysql_dsn
+---+
| Connected!|
|   |
| sql-statement |
| help [tablename]  |
| quit  |
|   |
+---+
SQL> select bloqueada from funciones where extension='750'
+---+
| bloqueada |
+---+
| 0 |
+---+
SQLRowCount returns 1
1 rows fetched
SQL>


Thanks in advance,
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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