lois Posted February 28, 2006 Report Share Posted February 28, 2006 Help me! I need record a message with a modem conceptronic c56ew in Linux, but at+vls?? and at+vrx to stop the modem. I put: ./vmcp -c"at+fclass=8" -w OK -z115200; echo $? ./vmcp -c"at+vip" -w OK -z115200; echo $? ./vmcp -w RING -t0 -z115200; echo $? ./vmcp -c"ath1" -w OK -z115200; echo $? ./vmcp -c"at+vls=2" -w OK -z115200; echo $? ./vmcp -c"at+vrx" -W"\cCONNECT\r\n" -e -t15 -o"prueba2" -x"qsth" -z115200; echo $? ./vmcp -c"\c\n" -wVCON -z115200; echo $? But the command: at+vls is correct? And at+vrz to stop the modem!! Help me please!!! Thank you. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.