[Asterisk-Dev] t38-bits compiling errors

asterisk at ntplx.net asterisk at ntplx.net
Mon Oct 3 13:03:50 MST 2005


Check the bug report: http://bugs.digium.com/view.php?id=5090

Add to include/asterisk/frame.h

/*! Modem-over-IP data streams */
#define AST_FRAME_MODEM 11

/* MODEM subclasses */
/*! T.38 Fax-over-IP */
#define AST_MODEM_T38 1
/*! V.150 Modem-over-IP */
#define AST_MODEM_V150 2

That will get you past this issue...and on to others.


Quoting Rpingar <rpingar at italycom.it>:

> Hi Steve,
>
> I am not able to compile asterisk patched (adding also the files)  with
> t38-bits.
>
> I got these errors:
> udptl.c: In function `udptl_rx_packet':
> udptl.c:336: error: `AST_FRAME_MODEM' undeclared (first use in this
> function)
> udptl.c:336: error: (Each undeclared identifier is reported only once
> udptl.c:336: error: for each function it appears in.)
> udptl.c:337: error: `AST_MODEM_T38' undeclared (first use in this function)
> udptl.c: In function `ast_udptl_write':
> udptl.c:839: error: `AST_FRAME_MODEM' undeclared (first use in this
> function)
> udptl.c: In function `ast_udptl_bridge':
> udptl.c:1018: error: `AST_FRAME_MODEM' undeclared (first use in this
> function)
> make: *** [udptl.o] Error 1
>
>
> ________________________________________________
> Message sent using Italycom WebMail 2.7.8
>
>
> _______________________________________________
> Asterisk-Dev mailing list
> Asterisk-Dev at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-dev
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-dev
>






More information about the asterisk-dev mailing list