[asterisk-bugs] [Asterisk 0013405]: [patch] T38 gateway
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu May 12 00:50:46 CDT 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=13405
======================================================================
Reported By: dafe_von_cetin
Assigned To: mnicholson
======================================================================
Project: Asterisk
Issue ID: 13405
Category: Applications/app_fax
Reproducibility: N/A
Severity: feature
Priority: normal
Status: assigned
Asterisk Version: SVN
JIRA: SWP-115
Regression: No
Reviewboard Link: https://reviewboard.asterisk.org/r/459/
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 140548
Request Review:
======================================================================
Date Submitted: 2008-08-30 16:44 CDT
Last Modified: 2011-05-12 00:50 CDT
======================================================================
Summary: [patch] T38 gateway
Description:
Hi all,
I'm sending you patch containing new application app_faxgateway.c
("FaxGateway") which is able to mediate T30 to T38 and vice versa.
Feature is using spands library (I used spandsp-0.0.4pre18 and
spandsp-0.0.5pre4).
Best regards
Daniel.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0018889 [patch] T.38 state should be unavailabl...
related to 0019251 [patch] Framehooks ast_indicate_data In...
======================================================================
----------------------------------------------------------------------
(0134816) sles (reporter) - 2011-05-12 00:50
https://issues.asterisk.org/view.php?id=13405#c134816
----------------------------------------------------------------------
Hello!
I patched 1.8.4 and tried to test
how it is connected:
fax--tdm pbx--cisco3845--h323---asterisk1.8.4--tdm pbx-fax
call is from left to right.
dialplan:
exten => 4406,1,SET(FAXOPT(t38gateway)=yes)
exten =>4406,n,Dial(DAHDI/g1/5308)
5308 is fax connected to right pbx.
what I get:
-- Executing [4406 at h323:1] Set("OOH323/192.168.22.253-1",
"FAXOPT(t38gateway)=yes") in new stack
[May 12 09:45:46] ERROR[21517]: pbx.c:3571 ast_func_write: Function FAXOPT
not registered
-- Executing [4406 at h323:2] Dial("OOH323/192.168.22.253-1",
"DAHDI/g1/5308") in new stack
-- Requested transfer capability: 0x00 - SPEECH
-- Called g1/5308
-- DAHDI/i1/5308-2 is proceeding passing it to
OOH323/192.168.22.253-1
-- DAHDI/i1/5308-2 is making progress passing it to
OOH323/192.168.22.253-1
-- DAHDI/i1/5308-2 is ringing
-- DAHDI/i1/5308-2 answered OOH323/192.168.22.253-1
-- fixed jitterbuffer created on channel DAHDI/i1/5308-2
-- Channel 1 detected a CED tone from the network.
[May 12 09:46:15] WARNING[21517]: chan_dahdi.c:9056 dahdi_write: Don't
know what to do with frame type '11'
[May 12 09:46:15] WARNING[21517]: chan_dahdi.c:9056 dahdi_write: Don't
know what to do with frame type '11'
[May 12 09:46:15] WARNING[21517]: chan_dahdi.c:9056 dahdi_write: Don't
know what to do with frame type '11'
[May 12 09:46:15] WARNING[21517]: chan_dahdi.c:9056 dahdi_write: Don't
know what to do with frame type '11'
[May 12 09:46:15] WARNING[21517]: chan_dahdi.c:9056 dahdi_write: Don't
know what to do with frame type '11'
[May 12 09:46:15] WARNING[21517]: chan_dahdi.c:9056 dahdi_write: Don't
know what to do with frame type '11'
[May 12 09:46:15] WARNING[21517]: chan_dahdi.c:9056 dahdi_write: Don't
know what to do with frame type '11'
fax doesn't pass...
Function FAXOPT not registered is what looks strange for me.
Issue History
Date Modified Username Field Change
======================================================================
2011-05-12 00:50 sles Note Added: 0134816
======================================================================
More information about the asterisk-bugs
mailing list