[webservice] # Where to connect the webservice base_url = ws://ws.example.com:8088/ari/events [asterisk] # Which protocol is used by the ARI server protocol = http # Where does the protocol lives server = IP_ADRRESS_OF_ASTERISK:8088 # Under which path is the api located api_base = ari # What is the name of the app to be used on the asterisk server app = APP_NAME # What is the api_key associated to it key = APP_KEY # What is the passowrd needed to connect to application password = APP_PASSWORD # What SIP-context should we use to make phone calls sip-context = SIP_CONTEXT # What is the playback we want to play when a user connects playback = sound:mario [piphone] # The path to the sqlite database db = call.db # The log file log = call.log # The log level verbosity = debug [moh] # Which music on hold class should we use class = piphone # What is the name of the moh bridge name = piphone-moh