Fixed file reading for --ems-melody-file-send
[gsmperl.git] / GSM / novelsoft_example.conf
1 # example transport for NovelSoft SMSC
2 # ------------------------------------
3
4 # To obtain an account for NovelSoft, please visit http://www.sms-wap.com
5
6 # The config parameters ...
7 #       proxy : 
8 #               proxy to connect through
9 #               http://hostname:port
10 #       userid/password : 
11 #               login credentials you will get when
12 #               you get an account at novelsoft.
13 #       originator: 
14 #               the number ( or text ) the message comes from.
15 #       smsserver/backupserver : 
16 #               gateway URL and fallback
17 #       match: 
18 #               regexp for message routing. If regexp matches,
19 #               this transport will handle it.
20 #       spoolout : 
21 #               directory in which to place temp. files for this transport.
22
23 [NovelSoft]
24         type = NovelSoft        
25         
26         proxy = 
27         userid =        provideyourown
28         password =      provideyourown
29         originator =    moboid.com
30         smsserver =     http://clients.sms-wap.com:80/cgi/csend.cgi
31         backupsmsserver =       http://clients.sms-wap.com:80/cgi/csend.cgi
32
33         match = ^\+3248
34
35         spoolout =      /tmp/spool/novelsoft/out