DLR Not Destroyed

2008-07-14 Thread sangprabv
Hi,
I want to know which DLR mask is destroyed and which is not destroyed? And is 
there any impact to Kannel's performance when the undestroy(able) DLRs queue 
are huge? Is there any option not to rerequest the DLR to the telco? Since some 
telcos have custom DLR mask which are not the same as Kannel (1.2.4.8.16). TIA

Regards,


Willy




Re: Kannel will not read configuration file?

2008-07-14 Thread Jovan Kostovski
Hi Kasper,

Can you send your config file and logs so we can see what's happening?

Cheers, Jovan


On Mon, Jul 14, 2008 at 7:22 AM, Kasper [EMAIL PROTECTED] wrote:

 Hi Jovan

 After a reboot everything seems to be working just fine. Though I still get
 a message on the smsc log that it cannot da a hardware handshake.

 But I am able to send messages just fine.

 On Mon, 14 Jul 2008 01:12:06 +0200, Jovan Kostovski [EMAIL PROTECTED]
 wrote:
 Hi,

 On Sat, Jul 12, 2008 at 10:04 PM, Kasper [EMAIL PROTECTED] wrote:

 Hi there.

 I have been struggling to get kannel to work as an http to sms gateway
 these last couple of days.

 Suddenly kannel refuses to use my kannel.conf file, if i run bearerbox
 manually with /etc/kannel/kannel.conf it PANICS and tells me that it
 could'nt read my conf file.

 Check if the file exists.

 What command line are you using to run the bearerbox?
 Try running bearerbox like this:

 bearerbox -v 0 [PATH_TO_CONFIG_FILE]

 -v option defines the verbosity level. 0 means info.


 If I comment everything but the core group in my file, it tells me the
 file
 is corrupted.

 that's normal. there are some config params which must be in the config
 file ;)

 Cheers, Jovan





-- 
Advice for software developers and horse racing enthusiasts: Avoid hacks



unsubscribe

2008-07-14 Thread Bremer, Gerd
 



KANNEL + SQL BOX data_coding problem.

2008-07-14 Thread Binary Bilgisayar
Hi there.
 
i am using kannel cvs and sqlbox standalone.
when i send sms from sqlbox, data_coding is being 219, so i can not see the 
arrived message right.
 
i am looking for this problem to mail archieves about 10 days. i saw a little 
solve, while compiling sqlbox, 
ideleted one line in sqlbox_pgsql.c :
 
msg-sms.mwi  = atol_null(13);
 
so, i disabled sending mwi value from sqlbox.
 
Now, when i send mClass value -1 in sqlbox, smpp data_coding value is 0,
but when i use 0 for mClass, data_coding is being 241.
 
How can i solve this problem ???
 
 
thanks
Mustafa KEMERCİ
_
Windows Live Spaces – hayatınız, Alanınız. Daha fazlasını öğrenmek için buraya 
tıklayın.
http://get.live.com/spaces/overview

OT: picture sms/operator logos

2008-07-14 Thread Iain Dooley
hey, has anyone done much with picture sms or operator logos? can anyone 
point me at a good resource for finding out the cross compatibility 
avialable, or are their any applications that anyone knows of to convert 
bmp into a pic i can send via sms (as opposed to sending mms)?


cheers
iain



Re: Kannel will not read configuration file?

2008-07-14 Thread Kasper

Sorry about that first one.

Heres my kannel.conf

[EMAIL PROTECTED]:~$ cat /etc/kannel/kannel.conf
#
# 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.

group = core
admin-port = 13000
admin-password = password
admin-deny-ip = *.*.*.*
admin-allow-ip = 127.0.0.1;10.64.48.*;10.64.49.*
#wapbox-port = 13002
smsbox-port = 13001
wdp-interface-name = *
log-file = /var/log/kannel/bearerbox.log
log-level = 0
box-deny-ip = *.*.*.*
box-allow-ip = 127.0.0.1;10.64.49.*;10.64.48.*

group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
log-file = /var/log/kannel/smsbox.log
smsbox-id = company
global-sender = sender_number

group = sms-service
keyword =
keyword-regex =.*
catch-all = yes
get-url = http://localhost/cgi-bin/sendsms?phone=%ptext=%a;
accept-x-kannel-headers = true
max-messages = 0
accepted-smsc = company
concatenation = true

group = sendsms-user
username = ecolab
password = easy
concatenation= true
max-messages = 10

include = /etc/kannel/smsc_siemens.conf
include = /etc/kannel/modems.conf

include = /usr/share/doc/kannel/examples/modems.conf


Then my modem.conf

[EMAIL PROTECTED]:~$ cat /etc/kannel/modems.conf
group = modems
id = siemens_mc35i
name = Siemens MC35i
detect-string = SIEMENS
detect-string2 = MC35i
init-string = AT+CNMI=3,2,0,1,1
speed = autodetect

And my smsc.conf

[EMAIL PROTECTED]:~$ cat /etc/kannel/smsc_siemens.conf
group = smsc
smsc = at
modemtype = auto
speed = 0
device = /dev/ttyS0
pin = 
log-file = /var/log/kannel/smsc.log
log-level = 1
my-number = my_number
sms-center = smscenter_number

And at last my log file:

2008-07-14 07:14:44 [5187] [6] INFO: AT2[/dev/ttyS0]: opening device
2008-07-14 07:14:45 [5187] [6] INFO: AT2[/dev/ttyS0]: speed set to 115200
2008-07-14 07:14:47 [5187] [6] INFO: AT2[/dev/ttyS0]: closing device
2008-07-14 07:14:47 [5187] [6] INFO: AT2[/dev/ttyS0]: detect speed is
115200
2008-07-14 07:14:47 [5187] [6] INFO: AT2[/dev/ttyS0]: opening device
2008-07-14 07:14:48 [5187] [6] INFO: AT2[/dev/ttyS0]: speed set to 115200
2008-07-14 07:14:50 [5187] [6] INFO: AT2[/dev/ttyS0]: Phase 2+ is supported
2008-07-14 07:14:50 [5187] [6] INFO: AT2[/dev/ttyS0]: closing device
2008-07-14 07:14:50 [5187] [6] INFO: AT2[/dev/ttyS0]: opening device
2008-07-14 07:14:50 [5187] [6] INFO: AT2[/dev/ttyS0]: init device
2008-07-14 07:14:50 [5187] [6] INFO: AT2[/dev/ttyS0]: speed set to 115200

2008-07-14 07:14:51 [5187] [6] ERROR: AT2[/dev/ttyS0]: Generic error: ERROR
2008-07-14 07:14:51 [5187] [6] INFO: AT2[/dev/ttyS0]: cannot enable
hardware handshake

2008-07-14 07:14:52 [5187] [6] INFO: AT2[/dev/ttyS0]: Phase 2+ is supported
2008-07-14 07:14:52 [5187] [6] INFO: AT2[/dev/ttyS0]: AT SMSC successfully
opened.

Hope you can help.

/Kasper

On Mon, 14 Jul 2008 09:50:28 +0200, Jovan Kostovski [EMAIL PROTECTED]
wrote:
 Hi Kasper,
 
 Can you send your config file and logs so we can see what's happening?
 
 Cheers, Jovan
 
 
 On Mon, Jul 14, 2008 at 7:22 AM, Kasper [EMAIL PROTECTED] wrote:

 Hi Jovan

 After a reboot everything seems to be working just fine. Though I still
 get
 a message on the smsc log that it cannot da a hardware handshake.

 But I am able to send messages just fine.

 On Mon, 14 Jul 2008 01:12:06 +0200, Jovan Kostovski
 [EMAIL PROTECTED]
 wrote:
 Hi,

 On Sat, Jul 12, 2008 at 10:04 PM, Kasper [EMAIL PROTECTED] wrote:

 Hi there.

 I have been struggling to get kannel to work as an http to sms gateway
 these last couple of days.

 Suddenly kannel refuses to use my kannel.conf file, if i run bearerbox
 manually with /etc/kannel/kannel.conf it PANICS and tells me that it
 could'nt read my conf file.

 Check if the file exists.

 What command line are you using to run the bearerbox?
 Try running bearerbox like this:

 bearerbox -v 0 [PATH_TO_CONFIG_FILE]

 -v option defines the verbosity level. 0 means info.


 If I comment everything but the core group in my file, it tells me the
 file
 is corrupted.

 that's normal. there are some config params which must be in the config
 file ;)

 Cheers, Jovan


 
 
 
 --
 Advice for software developers and horse racing enthusiasts: Avoid hacks




Wappush Split - Not wanted

2008-07-14 Thread Mathieu Bruneau
Hi,
 We are facing issue with a partner where our wappush is being splitted
in 2 submit_sm. I found in the documentation a concatenation parameter
in the wap-push-user group which I wanted to try so maybe it won't do
that kind of split :)
 
 However I found out that the parameter seems invalid. Is there another
way to do the same thing ?
 
 I guess the documentation should be corrected on that matter :)
 
Regards,
 

---
Mathieu Bruneau

 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



Re: Wappush Split - Not wanted

2008-07-14 Thread Falko Ziemann
Hi,

the concatenation switch turns a message with more than 140 byte in
multiple messages which can be concatenated by the phone (so multiple
submit_sm ... works great, documentation fine). If you want a working
wappush message in only one message, than ... make it shorter

Regards
Falko

2008/7/14 Mathieu Bruneau [EMAIL PROTECTED]:
 Hi,
  We are facing issue with a partner where our wappush is being splitted in 2
 submit_sm. I found in the documentation a concatenation parameter in the
 wap-push-user group which I wanted to try so maybe it won't do that kind of
 split :)

  However I found out that the parameter seems invalid. Is there another way
 to do the same thing ?

  I guess the documentation should be corrected on that matter :)

 Regards,


 ---
 Mathieu Bruneau


 --
 This message has been scanned for viruses and
 dangerous content by MailScanner, and is
 believed to be clean.



Re: Kannel will not read configuration file?

2008-07-14 Thread sangprabv
So which line is indicated is the panic one?

Regards,


Willy




Re: Kannel will not read configuration file?

2008-07-14 Thread Kasper

As i told earlier everything is working fine now, so theres no panic (even
if i haven't changed anything, i just rebooted the machine)

My concern is the generic error, and the missing hardware handshake, as you
could see in the log file.

On Tue, 15 Jul 2008 05:28:59 +0700, sangprabv [EMAIL PROTECTED] wrote:
 So which line is indicated is the panic one?
 
 Regards,
 
 
 Willy