|
NAMEncid-skelSYNOPSISncid --no-gui --module ncid-skelDESCRIPTIONThe ncid-skel output module is used as a template for writing a shell script output module. All it does is send the Caller ID data to standard output. This makes it useful for troubleshooting.CONFIGURATIONThe ncid-skel output module is configured in ncid-skel.conf.
REQUIREMENTSrun ncid-skel with ncid in a terminal window to view output:ncid --no-gui --module ncid-skel FILES/usr/local/etc/ncid/conf.d/ncid-skel.conf/usr/local/share/ncid/modules/ncid-skel CUSTOM MODULEModify ncid-skel as required and rename it to create a custom module. There are three ways to test the custom module.If you have source you can use ncid/test/test-client. This is the preferred method. If you do not have source, the custom module can be tested by executing the shell script directly and inputting data.
TYPE must be a valid, but all others can have any input or no input. Valid TYPES: BLK - blocked incoming call
CID - incoming call HUP - blacklisted hangup MWI - message waiting OUT - outgoing call PID - Caller ID from a smart phone PUT - smart phone outgoing call RID - ring back when called number available WID - incoming call waiting The last method is execute "ncid --no-gui -m ncid-custom" and make a call. SEE ALSOncidd.8, ncid_modules.7, ncid.1, ncid.conf.5
Visit the GSP FreeBSD Man Page Interface. |