Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
piphone-sip
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
La Quadrature du Net
piphone
piphone-sip
Commits
bd5c190c
Commit
bd5c190c
authored
Aug 04, 2016
by
okhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding a config.ini.sample file
parent
9f81db42
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
1 deletion
+36
-1
config.ini
config.ini
+1
-1
config.ini.sample
config.ini.sample
+35
-0
No files found.
config.ini
View file @
bd5c190c
...
...
@@ -14,7 +14,7 @@ app = piphone
# What is the api_key associated to it
key
=
piphone
# What is the passowrd needed to connect to application
password
=
passpiphone
password
=
keXie1go
# What SIP-context shoudl we use to make phone calls
sip-context
=
forfait-kwaoo
# What is the playback we want to play when a suer connects
...
...
config.ini.sample
0 → 100644
View file @
bd5c190c
[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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment