[Asterisk-video] app_h324m does not compile

Sergio Garcia Murillo sergio.garcia at fontventa.com
Fri Mar 9 03:46:47 MST 2007


From: "Andreas Anderson" <galium123 at hotmail.com>
Sent: Friday, March 09, 2007 11:16 AM

Hi andreas

[..]
> app_h324m.c: In function âapp_h324m_gwâ:
> app_h324m.c:496: error: too few arguments to function âast_senddigit_endâ
> app_h324m.c: In function âapp_h324m_callâ:
> app_h324m.c:708: error: too few arguments to function âast_senddigit_endâ
[..]

The problem is that the function call for ast_senddigit_end has changed from
1.4.0 to 1.4.1.
Change
    ast_senddigit_end(pseudo,input[0]);
for
    ast_senddigit_end(pseudo,input[0],100);
on h324m.c lines 496 and  708

If anyone has any idea of how to solve the problem to allow the app_h324m to
compile in both versions please let me know..

Greetings
Sergio Garcia
http://sip.fontventa.com/



More information about the asterisk-video mailing list