Re: whats the meaning of.....

2007-12-29 Thread d.c.
LOL thanks... now itŽs okay.. :) > that means you aren't running an smsbox so your bearerbox has nothing to > bear :) > cheers > iain > On Sat, 29 Dec 2007, d.c. wrote: >> >> >> 2007-12-29 06:45:13 [3885] [4] WARNING: smsbox_list empty! >> >> on receiving sms?? >> >> 2007-12-29 06:43:13

Re: is there a way to test the net ?

2007-12-29 Thread Niels Przybilla
Do I have the access when I have e.g. a vodafone sms-c access ? Best regards Niels Stipe Tolj schrieb: > Niels Przybilla schrieb: >> >> is there any possibility to check first to which network operator a >> special number belongs to send the sms after it according on cheaper >> routes ? > > not

Re: CIMD2 DLRs BUG ?

2007-12-29 Thread Mads N. Vestergaard - CoolSMS
Hi Everybody, After looking a bit further into it, the first problem was prety clear. In gw/smsc/smsc_cimd2.c, the DLR was added like this: dlr_add(conn->name, ts, msg); But since DLRs is based on he connection ID, it should be like this: dlr_add(conn->id, ts, msg); 2nd, issue, iw when su

CIMD2 DLRs BUG ?

2007-12-29 Thread Mads N. Vestergaard - CoolSMS
Hi There, With one of our new we start using CIMD. But as far as I can see there seems to be a bug in the DLR system. When a DLR is added, is sends this SQL string: INSERT INTO kannel_dlr (smsc, ts, `from`, `to`, service, url, mask, boxc, status) VALUES ('CIMD2:serverhost:port:username', '

Re: is there a way to test the net ?

2007-12-29 Thread Stipe Tolj
Niels Przybilla schrieb: is there any possibility to check first to which network operator a special number belongs to send the sms after it according on cheaper routes ? not without having access to the signaling layer. Which means an HLR lookup is the "only" secure way to determine the MCC/

Kannel monitoring script

2007-12-29 Thread Mads N. Vestergaard - CoolSMS
Hi Everybody, This is the script we are using to monitor our kannel servers: http://gw1.coolsmsc.dk/kannel/kannelmonitor.phps It's very simple, and can be developed even further. Feel free to use, and please notice me if you implemented a usefull feature ;) -- .

Re: Kannel monitor in PHP

2007-12-29 Thread Mads N. Vestergaard - CoolSMS
Hi Everybody, The Graphical status overview, now available as a download. Here is a sample: http://gw1.coolsmsc.dk/kannel/kanneladmin.php Sourcecode is to find here: http://gw1.coolsmsc.dk/kannel/kanneladmin.phps I'll modify our alert script aswell, and put it up, as soon as it isn't to s