The UK Home Automation Archive

Archive Home
Group Home
Search Archive


Advanced Search

The UKHA-ARCHIVE IS CEASING OPERATIONS 31 DEC 2024


[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

RE: Re: caller id (Again)


  • Subject: RE: Re: caller id (Again)
  • From: Kevin Hawkins
  • Date: Thu, 11 Dec 2003 23:35:00 +0000

Neil,

If you do want to try and get this working then can you install
Ian's xPL monitor program and check that you are getting the Caller ID
messages being sent out as xPL messages using an osd.basic schema.

Basically the xPL to xAP bridge script will take any xPL message
using the osd.basic schema and relay it to xAP where it will be displayed
by
Watcher. If we can see the xPL messages being sent & this part
looks OK
then we need to see if the equivalent xAP message is actually being sent .
The best way to do this is to run the xAP Listener program and see if it
appears there from xAP.

Links to both of these applications appear at the end of the
instructions in the 14th Oct post.

Kevin


> -----Original Message-----
> From: frostie2001uk [mailto:<a
href="/group/ukha_xpl/post?postID=CxqMhVRgV58htSN3Uyublq2Nntilodemb2RQXOy-L7AjYoekfujyKXLgq2Sg2LI6OrZkrX9q4QbFoE8uVsVSjkeukPkZEXUFeY4">Neil.Frost@s...</a>]
> Sent: 11 December 2003 20:17
> To: <a
href="/group/ukha_xpl/post?postID=4LwDukmZcaz0eNWsiMybUXC22FAOIqUJ4BMGYIhqpQn64hnOkvcpx7rpfbVx8tL7YlYQVEHPcSkJuMuYis7uu93Dbw">ukha_xpl@xxxxxxx</a>
> Subject: [ukha_xpl] Re: caller id (Again)
>
> Installed that, get the watcher open.... but get no messages...
>
> Double checked everything... still nothing tho.
>
> I've got a red light on the meteor so I'm assuming that is
> working...
> but nothing else... the script I've got for the meteor is:
> <script>
>
> Sub JOHNB_METEOR_CALLERID_trigger(XplMsg)
> const SLIMP3_URL = "<a href="http://192.168.1.4:9000/";>http://192.168.1.4:9000/</a>"
> Dim CallerName
> callerName = ""
> Select Case ucase(xpl.GetParam(XplMsg,"calltype",True))
> Case "INBOUND"
> If xpl.GetParam(XplMsg,"ccs",True) = "cid" Then
> CallerName = xpl.GetParam(XplMsg,"phone",True)
> Elseif xpl.GetParam(XplMsg,"ccs",True) = "nocid"
Then
> ' Caller ID info not available
> if xpl.GetParam(XplMsg,"rnn",True) = "withheld"
Then
> callerName = "Number Withheld"
> Else
> callerName = "Number Unavailable"
> End If
> End If
>
> If Not callerName = "" Then
> ' Display the caller's name/number on the SliMP3
> call sys.GetHTTP(SLIMP3_URL &amp;
> "?p0=display&amp;p1=Incoming Call&amp;p2=" &amp;
callerName &amp; "&amp;p3=5",8192)
>
> ' Announce the caller's number to any text-to-speech
> applications on the network
> call
xpl.SendMsg("","","tts.basic","speech="
&amp; callerName)
>
> ' Display the caller details on any on-screen displays, e.g.
> Tivo
> call
xpl.SendMsg("","","osd.basic","text="
&amp; callerName)
> End If
> End Select
> End Sub
>
> </script>
> I copied that diectly from xplproject website.
> I'm assuming that should show the xpl message in the watcher...
>
> I appreciate any help with this...
> Thanks
> Neil
>
> >Take a look at this post from 14th October
>
>
>
> ------------------------ Yahoo! Groups Sponsor
> ---------------------~--> Buy Ink Cartridges or Refill
> Kits for your HP, Epson, Canon or Lexmark Printer at
> MyInks.com. Free s/h on orders $50 or more to the US &amp; Canada.
> <a href="http://www.c1tracking.com/l.asp?cid=5511";>http://www.c1tracking.com/l.asp?cid=5511</a>
> <a href="http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/h6uqlB/TM";>http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/h6uqlB/TM</a>
> -----------------------------------------------------------
> ----------~->
>
> xPL Links: <a href="http://www.xplproject.org.uk";>http://www.xplproject.org.uk</a>
> <a href="http://www.xplhal.com";>http://www.xplhal.com</a> <a
href="http://www.xpl.myby.co.uk";>http://www.xpl.myby.co.uk</a>
To Post a
> Message: <a
href="/group/ukha_xpl/post?postID=4LwDukmZcaz0eNWsiMybUXC22FAOIqUJ4BMGYIhqpQn64hnOkvcpx7rpfbVx8tL7YlYQVEHPcSkJuMuYis7uu93Dbw">ukha_xpl@xxxxxxx</a>
To Subscribe:
> <a
href="/group/ukha_xpl/post?postID=ogplR3NVEGU_ssTJp3v9Bjpil4OKTPn6Mvc-v_QSJ-vS4R1Y3L1Wnasj4SafzPBt2ossJZwowNq_b1vYdWRRt_h1H0XBt0di">ukha_xpl-subscribe@xxxxxxx</a>
> To Unsubscribe: <a
href="/group/ukha_xpl/post?postID=eYWL9wkLEYvlHLSMbORC0_qBlIa76sKeZ47kk-i0BkMIqHKLy0wBO934VVYoWv9_HsSpSUY2rWJHYe1QGIMLKjZmdAcEqzFEUZzl">ukha_xpl-unsubscribe@xxxxxxx</a>
>
> Your use of Yahoo! Groups is subject to
> <a href="http://docs.yahoo.com/info/terms/";>http://docs.yahoo.com/info/terms/</a>
>
>






xPL Main Index | xPL Thread Index | xPL Home | Archives Home

Comments to the Webmaster are always welcomed, please use this contact form . Note that as this site is a mailing list archive, the Webmaster has no control over the contents of the messages. Comments about message content should be directed to the relevant mailing list.