equal
deleted
inserted
replaced
2 # Connection URL to database |
2 # Connection URL to database |
3 dburl = |
3 dburl = |
4 |
4 |
5 # Port under that twisted is running |
5 # Port under that twisted is running |
6 port = |
6 port = |
|
7 |
|
8 [sipgate] |
|
9 # One available provider typ. |
|
10 typ = sipgate |
|
11 |
|
12 # Loginname for sipgate |
|
13 username = |
|
14 |
|
15 # Password for sipgate |
|
16 password = |
|
17 |
|
18 # price for one sms |
|
19 # price_sms = 0.079 |
|
20 |
|
21 # price for one fax |
|
22 # price_fax = 0.03 |
7 |
23 |
8 [smstrade] |
24 [smstrade] |
9 # One available provider typ. |
25 # One available provider typ. |
10 typ = smstrade |
26 typ = smstrade |
11 |
27 |