Hi i have to edit the file src/libs/zbxsms/sms.c in the line
in the line whit these
options.c_cflag = old_options.c_cflag | CRTSCTS | CS8 | CLOCAL | CREAD;
i change for these
options.c_cflag = old_options.c_cflag | CS8 | CLOCAL | CREAD;
i quit the option CRTSCTS and make server binaries for IAX but i think whit these modification i lost the SMS funtion and i need that for server AIX 5.3
mi gcc version is 4.2.0
Thanks for your help
in the line whit these
options.c_cflag = old_options.c_cflag | CRTSCTS | CS8 | CLOCAL | CREAD;
i change for these
options.c_cflag = old_options.c_cflag | CS8 | CLOCAL | CREAD;
i quit the option CRTSCTS and make server binaries for IAX but i think whit these modification i lost the SMS funtion and i need that for server AIX 5.3
mi gcc version is 4.2.0
Thanks for your help