Hi,
I am using Kannel bearerbox and sql box for sending SMS using SMPP protocol.
I am using the 'store-dir' configuration to store the messages. In case the
system crashes, and when I try to restart the kannel s/w its not working. It
gives the error
PANIC: Internal error: unknown message type: 5
Precisely. Each SMS must have its type declared. Could be mt_push, mt_reply,
etc. all values betwen 0 & 4 defined in gw/msg.h. Without it bearerbox
doesn't know what to do with the msg. You can try previewing your sms from
the web interface in store-status and identify the corrupt one. Alex G also
Suggestion: When you insert sms to the send_sms table, specify sms_type = 2.
== Rene
From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf
Of Nikos Balkanas
Sent: Tuesday, 20 September, 2011 14:23
To: Sheeba Lal
Cc: users@kannel.org
Subject: Re: PANIC: Internal error: u
I have installed kannel 1.5.0 on ubuntu 10.0.4 and configured
bearerbox,smsbox and wapbox. All are working well except that i can't
send wap pushes through ppg from the php sample script posted in the
mailing lists named "wappush.conf". i have checked all the related
postings on the matter and impl
I have installed kannel 1.5.0 on ubuntu 10.0.4 and configured
bearerbox,smsbox and wapbox. All are working well except that i can't
send wap pushes through ppg from the php sample script posted in the
mailing lists named "wappush.conf". i have checked all the related
postings on the matter and impl
Do you have these lines that on your email look like more than 1 line
each as 1 line or more than 1 line? (should be 1)
''."\r\n\t".
''.
''."\r\n".
''.$text.''."\r\n".
"X-Kannel-SMSC: $smsc_id\r\n".'Content-Type: multipart/related;
boundary=multipart-boundary; type="appli
Yes, these are single lines on the php script. Its only that i use a dell
mini netbook with a small screen size which tends to wrap the text to the
next line when it is long. could that be the cause of the problem?
On Tue, Sep 20, 2011 at 11:16 PM, Juan Nin wrote:
> Do you have these lines that