-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello,
is it possible to get this patch in trunk? regards helmut Helmut Kuper schrieb: | Hello, | | when I try to compile mod_wanpipe I get this error: | | Compiling mod_wanpipe.c... | mod_wanpipe.c: In function ‘wanpipe_send_dtmf’: | mod_wanpipe.c:912: error: request for member ‘duration’ in something not | a structure or union | make[1]: *** [mod_wanpipe.o] Error 1 | make: *** [all] Error 1 | | | I can get it compiled when I change line 912 in mod_wanpipe.c from | | tech_pvt->tone_session.duration = dtmf.duration * | (tech_pvt->tone_session.rate / 1000); | | to | | tech_pvt->tone_session.duration = dtmf->duration * | (tech_pvt->tone_session.rate / 1000); | | | | regards | helmut _______________________________________________ Freeswitch-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkhNQHEACgkQ4tZeNddg3dwwYACeJD4LA95e/y0HUbnSqCgUFCcz M7QAoI1+W/LHjvMC0AHIHhSYcOCKc0r7 =mPUq -----END PGP SIGNATURE----- _______________________________________________ Freeswitch-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
