On Fri, 1 Sep 2006, Eric Carlson wrote:
Does anyone know a way in Kannel, or have links to, a way to issue modem AT commands to make a call then drop the line after the first RING please?
you could do this by using cu. cu -s 115200 -l /dev/cuaaU0 if you type at you should see 'OK'. if you type: atdNUMBERyou will dial NUMBER. you can then use further AT commands to inspect the dial status (not sure which ones). then use:
ath0 to hang up. this could be scripted. cheres iain
