-
Spent a few too many days trying to get CA to see my USR 5637 model. I can call out using minicom so the modem does work. Apparently its on /dev/ttyACM0 so adding that to the app.cfg (thanks David White!) allows CA to at least skip looking for the modem yet still it thinks its offline. Using minicom to dial myself (again - it works) and the minicom terminal window says the modem is offline. The web interface also says the modem is offline. Sigh. Below are the results of adding MODEM_DEVICE = "/dev/ttyACM0” to the sample app.cfg with no other changes. Does anyone have any ideas about this? Thanks! $ callattendant -c app.cfg |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Sorry to hear you are having so much trouble. If could please set |
Beta Was this translation helpful? Give feedback.
-
The following from the log:
Shows the problem. It appears your modem DCE Response Format is set for numeric result codes. It returned '0' instead of 'OK' when probed. CA could handle this situation with some code changes but for now, you can send |
Beta Was this translation helpful? Give feedback.
The following from the log:
Shows the problem. It appears your modem DCE Response Format is set for numeric result codes. It returned '0' instead of 'OK' when probed. CA could handle this situation with some code changes but for now, you can send
ATV1
(usually the default) directly to your modem using a terminal emulator (minicom
in your case) and then re-run CA.