1NCID-NOTIFY(1) NCID NCID-NOTIFY(1)
2
3
4
6 ncid-notify - send an NCID notification to your iOS device
7
9 ncid --no-gui --module ncid-notify
10
12 The ncid-notify output module uses Prowl to display the Caller ID or
13 message on an iOS device.
14
15 Prowl (iOS)
16 notify 'application', 'event' and 'notification' values:
17 $NAME $NMBR $LINE $DATE $TIME $TYPE
18 $DESC $MESG $MTYPE
19
20 Three "rows" of information are available for Prowl.
21
22 When $TYPE is one of the CALLTYPEs
23 Row 1 'application' NCID
24 Row 2 'event' text Incoming Call
25 Row 3 'notification' text John on Cell 407-555-7777 POTS
26 Click on ">" to see 'url' http://callerr.com/4075557777
27
28 The Prowl "bubble" notification pop-up is even more compact,
29 consisting of only two lines:
30 Row 1 'application' & 'event' NCID -- Incoming Call
31 Row 2 'notification' John on Cell 407-555-7777 POTS
32
33 When $TYPE is one of the MSGTYPEs
34 Row 1 'application' NCID
35 Row 2 'event' text Message
36 Row 3 'notification' text Food ready!
37
38 The Prowl "bubble" notification pop-up is even more compact,
39 consisting of only two lines:
40 Row 1 'application' & 'event' NCID -- Message
41 Row 2 'notification' Food ready!
42
43 Prowl defaults when $TYPE is one of the CALLTYPEs
44 notify_application_for_calls_prowl='NCID'
45 notify_event_for_calls_prowl='$DESC'
46 notify_notification_for_calls_prowl='$NAME $NMBR $LINE'
47
48 Prowl defaults when $TYPE is one of the MSGTYPEs notify_applica‐
49 tion_for_messages_prowl='NCID'
50 notify_event_for_messages_prowl='$DESC' notify_notifica‐
51 tion_for_messages_prowl='$MESG'
52
53 NMA (Notify My Android)
54 No longer supported, closed operation on May 24, 2018.
55
57 The ncid-notify output module is configured in ncid-notify.conf.
58
59 allowed types
60 This sets the NCID call and/or message types ncid-notify will
61 send. See ncid-notify.conf for a complete list.
62
63 Default: allowed_types="ALLTYPES"
64
65 If you want to send notification only when a ring count is reached,
66 configure ring by creating the ncid_notify variable in ncid-conf.
67
69 The ncid-notify module requires either a key variable to be set to an
70 API key or a key file that contains the API key.
71
72 iOS Device Requirements:
73 The Prowl (Growl client for iOS) app from the app store
74 Registration at Prowl website http://www.prowlapp.com/
75 Generated API key to be placed in configuration file.
76
78 /etc/ncid/conf.d/ncid-notify.conf
79 /usr/share/ncid/modules/ncid-notify
80 /etc/ncid/conf.d/key-prowl-api
81 /etc/ncid/conf.d/key-prowl-provider
82
84 ncidd.8, ncid_modules.7, ncid.1, ncid.conf.5
85
86
87
88NCID 2022-11-8 NCID-NOTIFY(1)