On Wed, Jun 22, 2011 at 3:50 AM, amritpal pathak <amritpalpath...@gmail.com>wrote:
> This is my whole proecdure what i have done till now for enabling the > kannel to work. > I have installed and compiled gateway-1.5.0 in /home/kannel/gateway-1.5.0 > directory as: > ./configure > make > make install > > > Then i connected my nokia 3110 classic to ubuntu pc and selected > "nokia mode". > lsusb gives: > Bus 005 Device 003: ID 0421:005e Nokia Mobile Phones > Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub > Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub > Bus 003 Device 002: ID 045e:00cb Microsoft Corp. Basic Optical Mouse v2.0 > Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub > Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub > Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub > > Seems phone is connected now.Then i made a kannel.conf file and > sqlbox.conf file and placed it in /kannel/kannel.conf and > /kannel/sqlbox.conf (i.e outside the gateway-1.5.0 compiled and installed > directory)....:) > > kannel.conf file all coding part of bearbox,wapbox ,smsbox and sqlbox.conf > has mysql connection stuff.see content of these file below: > > 1)kannel.conf looks like: > > #Sample configuration file for Kannel bearerbox on Debian. > # See the documentation for explanations of fields. > # > > # HTTP administration is disabled by default. Make sure you set the > # password if you enable it. > > Please help me here.Actually most of coding part made my friend so i have a little bit problem in configuration part. > group = core > admin-port = 13015 > admin-password = abc > is it the admin password of ubuntu pc ? should i change it according to my pc? > #admin-deny-ip = "*.*.*.*" > admin-allow-ip = "127.0.0.1" > dlr-storage = internal > smsbox-port = 13016 > #wdp-interface-name = "*" > log-file = "/var/log/kannel/bearerbox.log" > access-log = "/var/log/kannel/access.log" > #box-deny-ip = "*.*.*.*" > box-allow-ip = "127.0.0.1" > log-level = 0 > > #group = wapbox > #bearerbox-host = localhost > #log-file = "/var/log/kannel/wapbox.log" > group = smsc > smsc-id = Nokia 3110c > smsc = at > modemtype = Nokia 3110c > device= /dev/ttyUSB0 > how to know about port to which mine phone is connected ? or is it will same as it is ? > my-number = +917589124248 > connect-allow-ip = 127.0.0.1 > #sim-buffering = true > log-level = 0 > > # DLR with MySQL support configuration > group = mysql-connection > id = mydlr > host = localhost > username = root > password = GndeC > database = adbook > should database be created manually from execting configuration file? > And it is request dont do top posting . thank you amritpalpathakgne.wordpress.com >