How do I configure my phone system to work with iCallerID?
The configuration process vaires by phone system. You will need to check your phone system documentation to determine how to setup call forking to a SIP URI.
As an example, to configure the Asterisk PBX to work with iCallerID, you would edit the extensions.conf file. Inside that file, find the line where the system
dials your extension. It will look something like:
exten => 1234,n,Dial(SIP/1234)
You would change the line to read:
exten => 1234,n,Dial(SIP/1234&SIP/1@iCallerID.ringfree.com)
For additional assistance, and sample configurations, visit our support website.