通知

概要

メッセージを受信したときに通知を受ける機能です。通知は、現在の状況に応じていくつでも設定できます。

通知には2種類あります。クライアントサイドの通知と、サーバサイドの通知です。つまり、メッセージを受信するクライアントマシンによって発生する通知もあれば、サーバサイドスクリプトを利用してサーバによって発生する通知もあります。

クライアントサイドの通知方法には、次のものがあります。

  • チャットのウインドウ(メッセージのウインドウが開きます)
  • Growl (Growlの通知が送信されます)

クライアントサイドの通知に関する補足:

Growl notifications require that growl be installed. Growl is available on the Mac App store or a slightly older version is available for free from the growl website.. Because Filemaker isn't sandboxed the free version should work just fine. On Windows you will need to download and install Growl for Windows. Once Growl has been installed you can launch FMChat, navigate to your user settings by clicking on "My Profile" then on the "Notifications tab you can select Growl as a notification method. When you do this FMChat will automatically register itself with Growl and you can adjust your Growl notification preferences within Growl itself.

サーバサイドの通知方法には、次のものがあります。

  • 電子メール(サーバサイドのスクリプトを経由して電子メールが送信されます)
  • SMS (サーバサイドのスクリプトと携帯電話会社のメールを経由してテキストのゲートウェイにテキストメッセージが送信されます)

サーバサイドの通知に関する補足:

サーバサイドの通知を動作させるには、FileMaker Serverでサーバサイドスクリプトを設定する必要があります。スクリプトは「NotificationCheck」で、「FMChat」ファイルにあります。FMチャットのデモ版を試用している場合は、「DEMO/DEMO」のアカウントを使うとスクリプトを実行できます。通知を送りたいタイミングに応じて、5分おき、またはそれより短い間隔でスクリプトを実行するように設定するとよいでしょう。

SMS Notifications:

We are utilizing email to SMS gateways provided by the cellular carriers. We focused on the U.S. carriers so if you don't see your cell provider on the list of options or SMS notifications are not working for you some adjustments may need to be made. We store the SMS gateway information in the "NotificationParameters" table. You can view the data in the table with the "Dev_NotificationParameters" layout. You can add new carrier records here or edit the ones already there. For reference here is a comprehensive list of SMS email gateway addresses: Wikipedia SMS Gateway List.