Re: [asterisk-users] Asterisk t38passthrough

2006-08-29 Thread Ricardo Carvalho
Finally it's working! I was doing everything well, the problem was that 
neither the latest branch of Asterisk-t38 worked 
(http://svn.digium.com/svn/asterisk/team/group/t38passthrough/), neither 
the patched version of Asterisk 1.2.7. Only the branch of Asterisk-t38 
made from source version 1.2.4 works for me.
If anyone deployed with success those versions that I didn't make to 
work, please tell me!


Regards,

Ricardo.







Ricardo Carvalho wrote:

Hi,

I've installed Asterisk t38passthrough branch and I'm using one 
Grandstream ATA to connect Asterisk to a Fax machine. Every time I 
send a fax, it gets sent using codec G711, and never T.38. I added the 
following parameters in the [general] section as well as in device 
configurations:


t38pt_udptl = yes
t38pt_rtp = yes
t38pt_tcp = yes


I think that's the only thing that is needed to do to enable T.38 pass 
through...

Why does Asterisk keeps sending in G711? Any help?

Regards,

Ricardo.
___
--Bandwidth and Colocation provided by Easynews.com --

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



___
--Bandwidth and Colocation provided by Easynews.com --

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


[Fwd: Re: [asterisk-users] Asterisk t38passthrough]

2006-08-29 Thread Ricardo Carvalho


You can download the patch for t.38 passthrough from the URL: 
http://bugs.digium.com/file_download.php?file_id=9335type=bug


Regards,
Ricardo.





Patrick wrote:

On Tue, 2006-08-29 at 12:50 +0100, Ricardo Carvalho wrote:
  
Finally it's working! I was doing everything well, the problem was that 
neither the latest branch of Asterisk-t38 worked 
(http://svn.digium.com/svn/asterisk/team/group/t38passthrough/), neither 
the patched version of Asterisk 1.2.7. Only the branch of Asterisk-t38 
made from source version 1.2.4 works for me.
If anyone deployed with success those versions that I didn't make to 
work, please tell me!



Ricardo,

If possible can you please email me the t38passthrough patch that works
for you.

Thanks and regards,
Patrick

  








___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Asterisk t38passthrough

2006-08-29 Thread Andy Kuo

Hi Ricardo,

On a 1.2.4 with the T.38 patch, I tried both
t38pt_udptl = yes
t38pt_rtp = yes
t38pt_tcp = yes
and
t38pt_udptl = yes
t38pt_rtp = no
t38pt_tcp = no

but still got  ...chan_sip.c:3716 process_sdp: Unknown SDP media type
in offer: image 5144 UDPTL t38  Warnings

I tried it on Kapanga Softphone as suggested, and I'll tried it on
Grandstream ATA's later.
Are there anything I'm missing?

Thank you.
Andy




On 8/24/06, Ricardo Carvalho [EMAIL PROTECTED] wrote:

Hi,

I've installed Asterisk t38passthrough branch and I'm using one
Grandstream ATA to connect Asterisk to a Fax machine. Every time I send
a fax, it gets sent using codec G711, and never T.38. I added the
following parameters in the [general] section as well as in device
configurations:

t38pt_udptl = yes
t38pt_rtp = yes
t38pt_tcp = yes


I think that's the only thing that is needed to do to enable T.38 pass
through...
Why does Asterisk keeps sending in G711? Any help?

Regards,

Ricardo.
___
--Bandwidth and Colocation provided by Easynews.com --

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


___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Asterisk t38passthrough

2006-08-29 Thread rcarvalho
Assuming that the patch was applied correctly and that each context of sip.conf
and also [general] context have all those 3 parameters you mentioned above, try
to activate also the accept reinvites option in those contexts of sip.conf. Use
ethereal to try to see if communication fails in that second reinvite.

Regards,
Ricardo.





Quoting Andy Kuo [EMAIL PROTECTED]:

 Hi Ricardo,

 On a 1.2.4 with the T.38 patch, I tried both
  t38pt_udptl = yes
  t38pt_rtp = yes
  t38pt_tcp = yes
 and
  t38pt_udptl = yes
  t38pt_rtp = no
  t38pt_tcp = no

 but still got  ...chan_sip.c:3716 process_sdp: Unknown SDP media type
 in offer: image 5144 UDPTL t38  Warnings

 I tried it on Kapanga Softphone as suggested, and I'll tried it on
 Grandstream ATA's later.
 Are there anything I'm missing?

 Thank you.
 Andy




 On 8/24/06, Ricardo Carvalho [EMAIL PROTECTED] wrote:
  Hi,
 
  I've installed Asterisk t38passthrough branch and I'm using one
  Grandstream ATA to connect Asterisk to a Fax machine. Every time I send
  a fax, it gets sent using codec G711, and never T.38. I added the
  following parameters in the [general] section as well as in device
  configurations:
 
  t38pt_udptl = yes
  t38pt_rtp = yes
  t38pt_tcp = yes
 
 
  I think that's the only thing that is needed to do to enable T.38 pass
  through...
  Why does Asterisk keeps sending in G711? Any help?
 
  Regards,
 
  Ricardo.
  ___
  --Bandwidth and Colocation provided by Easynews.com --
 
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 
 ___
 --Bandwidth and Colocation provided by Easynews.com --

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




___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Asterisk t38passthrough

2006-08-25 Thread Ricardo Carvalho
I have enabled in ATA's GUI the T.38 codec as the preferred codec, but 
of course if it detects that the other side doesn't work with T.38, it 
tries with the following codec preferences like G.711. On the other side 
there is PSTN, as I deliver my traffic in IP to a Telco that uses also 
T.38. The fact is that I think Asterisk-t38 branch installation isn't 
doing T.38 bypass... If it were, G.711 wouldn't be used... I guess...

Any help?

Ricardo.







Edgar Barbosa wrote:


Also, make sure you have a T.38 enabled device at the other end…

Edgar



*From:* [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] *On Behalf Of 
*William Piper

*Sent:* quinta-feira, 24 de Agosto de 2006 21:09
*To:* Asterisk Users Mailing List - Non-Commercial Discussion
*Subject:* Re: [asterisk-users] Asterisk t38passthrough

Perhaps a stupid suggestion... but did you make sure that the ATA had 
the T38 selected in the GUI?


bp

On 8/24/06, *Ricardo Carvalho* [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


Hi,

I've installed Asterisk t38passthrough branch and I'm using one
Grandstream ATA to connect Asterisk to a Fax machine. Every time I send
a fax, it gets sent using codec G711, and never T.38. I added the
following parameters in the [general] section as well as in device
configurations:

t38pt_udptl = yes
t38pt_rtp = yes
t38pt_tcp = yes


I think that's the only thing that is needed to do to enable T.38 pass
through...
Why does Asterisk keeps sending in G711? Any help?

Regards,

Ricardo.
___
--Bandwidth and Colocation provided by Easynews.com 
http://Easynews.com --


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



___
--Bandwidth and Colocation provided by Easynews.com --

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


___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Asterisk t38passthrough

2006-08-25 Thread Roger Schreiter

Ricardo Carvalho schrieb:
 ...
tries with the following codec preferences like G.711. On the other side 
there is PSTN, as I deliver my traffic in IP to a Telco that uses also 



Hi,

that is not passthrough! You will need something to translate T.38 to
one of the ordinary fax/modem-modulations, when switching to PSTN.

Imho, this is not and will never be handled by asterisk's T.38
passthrough support.

Anyway, Steve Underwood started to implement some T.38 support for
his packages (spandsp/rxfax/txfax). Imho, this is, what you'll need.


Roger.


___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] Asterisk t38passthrough

2006-08-24 Thread Ricardo Carvalho

Hi,

I've installed Asterisk t38passthrough branch and I'm using one 
Grandstream ATA to connect Asterisk to a Fax machine. Every time I send 
a fax, it gets sent using codec G711, and never T.38. I added the 
following parameters in the [general] section as well as in device 
configurations:


t38pt_udptl = yes
t38pt_rtp = yes
t38pt_tcp = yes


I think that's the only thing that is needed to do to enable T.38 pass 
through...

Why does Asterisk keeps sending in G711? Any help?

Regards,

Ricardo.
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Asterisk t38passthrough

2006-08-24 Thread William Piper
Perhaps a stupid suggestion... but did you make sure that the ATA had the T38 selected in the GUI?

bp
On 8/24/06, Ricardo Carvalho [EMAIL PROTECTED] wrote:
Hi,I've installed Asterisk t38passthrough branch and I'm using oneGrandstream ATA to connect Asterisk to a Fax machine. Every time I send
a fax, it gets sent using codec G711, and never T.38. I added thefollowing parameters in the [general] section as well as in deviceconfigurations:t38pt_udptl = yest38pt_rtp = yest38pt_tcp = yes
I think that's the only thing that is needed to do to enable T.38 passthrough...Why does Asterisk keeps sending in G711? Any help?Regards,Ricardo.___
--Bandwidth and Colocation provided by Easynews.com --asterisk-users mailing listTo UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

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


RE: [asterisk-users] Asterisk t38passthrough

2006-08-24 Thread Edgar Barbosa








Also, make sure you have
a T.38 enabled device at the other end 



Edgar













From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of William Piper
Sent: quinta-feira, 24 de Agosto
de 2006 21:09
To: Asterisk Users Mailing List -
Non-Commercial Discussion
Subject: Re: [asterisk-users]
Asterisk t38passthrough







Perhaps a stupid suggestion... but did you make sure that the ATA had
the T38 selected in the GUI?











bp







On 8/24/06, Ricardo
Carvalho [EMAIL PROTECTED]
wrote: 

Hi,

I've installed Asterisk t38passthrough branch and I'm using one
Grandstream ATA to connect Asterisk to a Fax machine. Every time I send 
a fax, it gets sent using codec G711, and never T.38. I added the
following parameters in the [general] section as well as in device
configurations:

t38pt_udptl = yes
t38pt_rtp = yes
t38pt_tcp = yes 


I think that's the only thing that is needed to do to enable T.38 pass
through...
Why does Asterisk keeps sending in G711? Any help?

Regards,

Ricardo.
___ 
--Bandwidth and Colocation provided by Easynews.com
--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:

http://lists.digium.com/mailman/listinfo/asterisk-users










___
--Bandwidth and Colocation provided by Easynews.com --

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