On 6/27/06, <b class="gmail_sendername">Mike</b> <<a href="mailto:stuff@dustsmoke.com">stuff@dustsmoke.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Skip Patterson wrote:<br>> Sorry if this may seem slightly OT but it is in regards to<br>> Mythnotify. Long time myth user, first time posting so be gentle.<br>><br>> I'm running fedora core 4 (Mythdora) with pvr 250 and a 150 and using
<br>> an external Usr 56.6 k v.90 courier modem. The modem is setup on<br>> /dev/ttyS0 and I know the system can see it, the permissions are<br>> correct (666) and if I run minicom I am able to communicate with the
<br>> modem and since I do subscribe to CallerId when I phone it does show<br>> up in minicom however when I try running cidbcast I get an error<br>> initializing the modem. Here is the output with verbose mode, any help
<br>> would be appreciated.<br>><br>> [root@myth23 cidbcast]# ./cidbcast --verbose --device=/dev/ttyS0<br>> --file cidbcast.xml --init="AT S7=45 S0=0 L0 V1 X4 &c1 E0 Q0 #CID=1"<br>> Verbose mode enabled
<br>> raw_message (460):<br>> <telephone-event type="callerID" TTY="%cid_port%"><br>> <time stamp="%cid_time_stamp%" zone="%cid_time_zone%"<br>> daylight-savings="%cid_daylight_saving%" second="%cid_time_second%"
<br>> minute="%cid_time_minute%" hour="%cid_time_hour%" day="%cid_time_day%"<br>> month="%cid_time_month%" year="%cid_time_year%">%cid_time_string%</time><br>
> <ring-type>%cid_ring_type%</ring-type><br>> <from><br>> <name>%cid_name%</name><br>> <number>%cid_number%</number><br>> </from><br>> </telephone-event>
<br>> Send AT<br>> Send AT<br>> Send AT<br>> error init modem<br>> Error initializing modem /dev/ttyS0 - exiting<br>><br>><br>> From other posts I've seen it looks like others see the init string go
<br>> out on the 3rd Send AT but mine does not seem to. While the Send AT<br>> commands are going there is activity on the modem led's.<br>><br>><br>> thank you,<br>> Ben<br>><br><br>Does this work?<br>
<br>./cidbcast --verbose --device=/dev/ttyS0 --file cidbcast.xml --init="AT<br>#CID=1"<br><br>-Mike<br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">
mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>Hey Mike,<br><br>Thanks for the reply, unfortunatly that produces the same results:
<br><br>[root@myth23 cidbcast]# ./cidbcast --verbose --device=/dev/ttyS0 --file cidbcast.xml --init="AT #CID=1"<br>Verbose mode enabled<br>raw_message (460):<br><telephone-event type="callerID" TTY="%cid_port%">
<br> <time stamp="%cid_time_stamp%" zone="%cid_time_zone%" daylight-savings="%cid_daylight_saving%" second="%cid_time_second%" minute="%cid_time_minute%" hour="%cid_time_hour%" day="%cid_time_day%" month="%cid_time_month%" year="%cid_time_year%">%cid_time_string%</time>
<br> <ring-type>%cid_ring_type%</ring-type><br> <from><br> <name>%cid_name%</name><br> <number>%cid_number%</number><br> </from><br></telephone-event><br>Send AT
<br>Send AT<br>Send AT<br>error init modem<br>Error initializing modem /dev/ttyS0 - exiting<br><br>thanks,<br>Ben<br><br>