Please don't spam the list with the same messages. Thanks.
2012/5/22 bilal kamoto <[email protected]> > Thanks the bind error managed to sort it out, forwarding the sms to an > application then to database is what I need to crack**** > > ** ** > > ** ** > > *From:* [email protected] [mailto:[email protected]] *On > Behalf Of *bilal kamoto > *Sent:* 19 May 2012 17:09 > *To:* [email protected] > *Cc:* [email protected] > *Subject:* RE: kannel able to send but not receiving sms**** > > ** ** > > i have installed gnome admin network to deal with the bind am able to see > other applications running on it but i cant stop them really dont have a > clue how.. > > another thing i want to be forwarding the messages from the kannel to > mysql database and what is in the text field should be used to query > information and it should automatically return the values to the initiator > of sms.. please help > > # HTTP administration is disabled by default. Make sure you set the > # password if you enable it. > > group = core > admin-port = 80 > admin-password = bar > admin-deny-ip = "*.*.*.*" > admin-allow-ip = "127.0.0.1;192.168.0.*" > smsbox-port = 84 > #wapbox-port = 13004 > 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;192.168.0.*" > > group = wapbox > bearerbox-host = localhost > log-file = "/var/log/kannel/wapbox.log" > > # My modem > group = smsc > smsc = at > smsc-id = Nokia 5800 XpressMusic > modemtype = Nokia > device = /dev/ttyUSB0 > speed = 0 > #pin = 2345 > sim-buffering = true > #message-storage = MT > > # My modem group > group = modems > id = Nokia > name = Nokia > #detect-string = NOKIA > #keepalive-cmd = "AT+CBC;+CSQ" > #init-string = "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0" > #init-string = "AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0" > #init-string = "AT+CMGL=0,1,2" > #init-string = "AT+CNMI=1,1,0,2,1;+CMEE=1" > init-string = "AT+CNMI=2,1,2,2,0;+CMEE=1" > #enable-mms = true > #sim-buffering = true > > # fake smsc > group = smsbox-route > smsbox-id = bil > smsc-id = Nokia 5800 XpressMusic > #port = 10000 > #connect-allow-ip = 127.0.0.1 > > #Send SMS > group = smsbox > smsbox-id = bil > bearerbox-host = localhost > sendsms-port = 13131 > #receivesms-port = 13132 > sendsms-chars = "0123456789 " > global-sender = +255659375093 > access-log = "kannel.access" > log-file = "smsbox.log" > log-level = 0 > > #Receive SMS > group = sms-service > #keyword = > keyword-regex = .* > catch-all = yes > #get-url = "http://localhost/kannel/receivesms.php?sender=%p& > text=%b<http://localhost/kannel/receivesms.php?sender=%25p&%20text=%25b> > " > accept-x-kannel-headers = true > max-messages = 0 > > #Authentication > group = sendsms-user > username = jones > password = jones**** > ------------------------------ > > Date: Mon, 14 May 2012 21:10:16 -0500 > Subject: Re: kannel able to send but not receiving sms > From: [email protected] > To: [email protected] > CC: [email protected] > > Allways cc list. Others can benefiy from it > > I have no experience with huawei modems. Seach the list for coments. > > Bind error is because you have another instance of the offending box > running. You can either use the http admin interface or use a init script > to handle this. Check userguide for detail. > > Regards > > Alvaro > > On Monday, May 14, 2012, bilal kamoto <[email protected]> wrote: > > Hi > > I've tried sim-buffering still doesn't work. Am thinking of changing the > > modem to Huawei but am not sure of the model that will support commands > to > > receive sms in the kannel. > > Another problem every time I re-run the the bearerbox it show address > > already in use: bind system error do you have a permanent solution rather > > than using < kill pid... to kill the processes > > > > -----Original Message----- > > From: Alvaro Cornejo [mailto:[email protected]] > > Sent: 11 May 2012 18:41 > > To: bilal kamoto > > Cc: [email protected] > > Subject: Re: kannel able to send but not receiving sms > > > > Hi > > > > If your modem does not support CNMI command --common in nokia phones--, > it > > is not possible to configure it to fwd messages to kannel and form there > to > > your app. > > > > Try with sim-buffering=true in your modem config so kannel will search > for > > inc messages in the modem from time to time. > > > > Regards > > > > Alvaro > > > > > > > |--------------------------------------------------------------------------- > > --------------------------------------| > > Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier > > celular y Nextel en el Perú, México y en mas de 180 paises. Use > aplicaciones > > 2 vias via SMS y GPRS online > > Visitenos en www.perusms.NET www.smsglobal.com.mx y > > www.pravcom.com > > > > > > On Fri, May 11, 2012 at 8:01 AM, bilal kamoto <[email protected]> > wrote: > >> Hi am using Nokia 5800 xpressmusic, I tried using Mincom to initialize > >> the modem with AT+CNM=? It gave me an error what should be my next > >> move > >> > >> Please help > > > > > > -- > > |-----------------------------------------------------------------------------------------------------------------| > Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier > celular y Nextel > en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS > y GPRS online > Visitenos en www.perusms.NET www.smsglobal.com.mx y > www.pravcom.com**** >
