search for: intel_id

Displaying 1 result from an estimated 1 matches for "intel_id".

Did you mean: intel_6d
2005 Feb 01
3
X100P Clone
...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 \ chan_modem_aopen.so \ chan_modem_bestdata.so \...