Hey all<br><br>I asked the following problem on ##programming (<a href="http://chat.freenode.net">chat.freenode.net</a>) and rindolf suggested to mail this mailing list in the hope of finding an answer. So here it goes!<br>
<br>I&#39;m currently trying to program a modem with AT commands and had a question about those commands.<br>problem is: when i call my modem with my cell phone, the cell phone makes ringing noises and the modem displays &quot;RING&quot; for each ringing noise I hear. But when i do it the other way around, thus using my modem to call my cell phone, the cell phone still makes the ringing noises, but my modem doesn&#39;t display RING. I want to see those RINGs when calling someone with my modem so i can hang up after the cell phone user has heard x number of RINGs.<br>
I&#39;m assuming that&#39;s the correct behavior, but i would still like to know how many times it has rung when calling, so i can break the connection after x number of rings.<br>