Displaying 1 result from an estimated 1 matches for "chan_modem_intel".
2005 Feb 01
3
X100P Clone
...ls/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 \
             chan_modem_intel.so \
             chan_agent.so chan_mgcp.so chan_iax2.so \
         chan_local.so chan_skinny.so chan_features.so
Any help will be wery welcome
-- 
Univ...