What about bearerbox.log ? On Wed, Apr 30, 2008 at 1:58 AM, Tharanga <[EMAIL PROTECTED]> wrote:
> this is what i got (smsbox.log) > > > 2008-04-30 10:31:04 [4926] [2] DEBUG: HTTP: Creating HTTPClient for ` > 127.0.0.1'. > 2008-04-30 10:31:04 [4926] [2] DEBUG: HTTP: Created HTTPClient area > 0x7c5130. > 2008-04-30 10:31:04 [4926] [3] INFO: smsbox: Got HTTP request > </cgi-bin/sendsms> from <127.0.0.1> > 2008-04-30 10:31:04 [4926] [3] INFO: sendsms used by <tester> > 2008-04-30 10:31:04 [4926] [3] INFO: sendsms sender:<tester:44> (127.0.0.1) > to:<94773493216> msg:<test> > 2008-04-30 10:31:04 [4926] [3] DEBUG: Stored UUID > 487b5e26-33de-44e1-b225-eec61638f5cb > 2008-04-30 10:31:04 [4926] [3] DEBUG: message length 4, sending 1 messages > 2008-04-30 10:31:04 [4926] [3] DEBUG: Status: 202 Answer: <Sent.> > 2008-04-30 10:31:04 [4926] [3] DEBUG: Delayed reply - wait for bearerbox > 2008-04-30 10:31:04 [4926] [0] DEBUG: Got ACK (0) of > 487b5e26-33de-44e1-b225-eec61638f5cb > 2008-04-30 10:31:04 [4926] [0] DEBUG: HTTP: Destroying HTTPClient area > 0x7c5130. > 2008-04-30 10:31:04 [4926] [0] DEBUG: HTTP: Destroying HTTPClient for ` > 127.0.0.1'. > > ----- Original Message ----- > *From:* Alejandro Guerrieri <[EMAIL PROTECTED]> > *To:* [email protected] > *Sent:* Wednesday, April 30, 2008 10:06 AM > *Subject:* Re: sms can receive but cant send via SMPP > > The text must be urlencoded, like "test+from+sms-gw". > > Also, you may have to use an smsc-id and use that on the smsc parameter > ("smpp" is the smsc type, not the id). > > Check on the logfiles for extra infor about the whereabouts of your > messages. > > Regards, > > Alejandro > > On Wed, Apr 30, 2008 at 1:10 AM, Tharanga <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > Iam using smpp v 3.4 to send/receive sms. i can receive sms's from my > > Virual > > mobile number. but i cant send sms's. > > > > this is my config. > > > > #SMSC SMPP > > group = smsc > > smsc = smpp > > host = x.x.x.x > > port = 5911 > > smsc-username = xxxxxxx > > smsc-password = xxxxx > > interface-version = 0x34 > > source-addr-ton = 1 > > address-range = 112281482211 (provided by my operator) > > source-addr-npi= 1 > > dest-addr-ton = 1 > > dest-addr-npi=1 > > system-type = SMPP > > transceiver-mode=1 > > alt-addr-charset=GSM > > > > group = smsbox > > bearerbox-host = localhost > > sendsms-port = 17018 > > #sendsms-port-ssl = true > > #global-sender = 13013 > > #sendsms-chars = "0123456789 +-" > > log-file = "/var/log/kannel/smsbox.log" > > #log-level = 0 > > access-log = "/var/log/kannel/access.log" > > > > iam using > > > > lynx -dump > > " > > http://localhost:17018/cgi-bin/sendsms?username=test&password=test&smsc=smp > > p&to=+999987666&from=+776655878&text=test from sms-gw" > > > > it says 0: Accepted for delivery > > > > but its not delivered to the specific address. ? > > > > where i went wrong ? > > and also iam not getting any dlr report on my Mysql. > > > > group = mysql-connection > > id = mydlr > > host = localhost > > username = root > > password = xxxx > > database = dlr > > max-connections = 1 > > > > group = dlr-db > > id = mydlr > > table = dlr > > field-smsc = smsc > > field-timestamp = ts > > field-destination = destination > > field-source = source > > field-service = service > > field-url = url > > field-mask = mask > > field-status = status > > field-boxc-id = boxc > > > > many thanks, > > Tharanga > > > > > > > > >
