Displaying 1 result from an estimated 1 matches for "bestdata_".
Did you mean:
bestdata
2005 Feb 01
3
X100P Clone
...;
fprintf(p->f,"\r\n");
return 0;
} else {
if (fwrite(cmd, 1, len, p->f) < len)
return -1;
return 0;
}
}
############################################
in /usr/src/asterisk/channels/chan_modem_bestdata.c I heave substitute
"bestdata_" with "intel_" and also this function:
static char *intel_idents[] = {
/* Identify BestData Modem */
"536EP",
NULL
};
and I modified the /usr/src/asterisk/channels/Makefile for it to compile
the new chan_modem_intel.c
CHANNEL_LIBS=chan_modem.so chan_sip.so \...