My setup is:
OpenSMPPBox -> BearerBox
Despite all efforts, a particular SMSC cannot bind to mine. the error is
ERROR: Error reading from fd 10:
ERROR: System error 104: Connection reset by peer
ERROR: Invalid SMPP PDU received.
DEBUG: Thread 878 (opensmppbox.c:smpp_to_bearerbox) terminates.
DEB
I seem to have a system that works - but I simply cannot get SMS's in my SMSbox
to be routed to the destination
An SMS is sent to my SMSbox which I receive (I can see "SMS: received 1 (1
queued), sent 0 (0 queued), store size 1" in the status page).
I have also setup the following config
group=
I have been tasked with setting up a robust Kannel config design to handle
several SMS's/second throughput. DLR will be database based. I have two options.
>From your experience, which is best and why?
1) One bearerbox instance on a single master host and several smsboxes on
seperate hosts connect
I have Kannel configured properly and can send SMS`s via 2 separate SNSC`s. I
now need to capture an inbound SMS and based on several parameters of the
inbound SMS, send an outbound SMS.
I think I should be able to do this in my own script and replace the
http://localhost:13013/cgi-bin/sendsms com
Thanks Rudy - I think the problem is my sendsms-url
If I leave my sendsms-url as /cgi-bin/sendsms and call my script on the UNIX
command line, it works. Note that my script calls
http://localhost:13013/cgi-bin/sendsms?username=me&password=pass&to=123456789&from=987654321&text=Test&dlr-mask=31
Onc
I think you have misunderstood me
Inbound SMS -> (BearerBox - SMSBox) -> SMSC -> SendSMS
The aim is to dyamically change the message being forwarded by SendSMS by using
the script.
I must therefore
1) change the SendSMS to a script or
2) modify Kannel to send the SMS using the default sendsm
Apologies - let me make the question crystal clear.
I am receiving SMS's from another SMSC. The task is to receive these SMS's and
forward them after changing the parameters of the SMS (i.e. append some
commercial text, change the sender info etc)
At the moment, I receive the SMS and retransmit w
By the way,
1) I just left sendsms-url to /cgi-bin/sendsms
2) I pointed get-url to my script.
3) my script sends the correct SMS format from the command line
4) The relay (ie they send an SMS to me, and then I pass the SMS on) simply does
not work.
This means the script is fine, but I am still
> Set the get-url in sms-service group over which you receive sms to
> point to your script.
> Do whatever you want with the received sms and then send it to the
> Kannel via (default, or change it if you prefer) sendsms-url
> (/cgi-bin/sendsms).
I have read these lines at least 1000 times and I
This is my sms-service
group=sms-service
keyword=default
name=mytrap
catch-all=true
accepted-smsc=mySMSC
omit-empty=true
concatenation=true
text="This is my reply"
get-url="http:///sms_apis/sendctrlsms.php?from=%P&to=%p&msg=%a&drlurl=xxx";
Yet, I receive SMS's from a connected SMSC i.e.
SMS:
Thanks Milan - but I am not sure your response is apt here. I have read the
manual and have managed to get Kannel to send MT messages. I can also reroute
the inbound SMS to another SMSC. My problem is in trapping the incoming SMS and
then sending out a manipulated SMS. The guide certainly does not
I am receiving SMS's (from CustomerABC into my 'inflow' SMSC). The task is to
receive these SMS's (via inflow) and forward them (via outflow) after changing
the parameters of the SMS (i.e. append some commercial text etc)
At the moment, I receive the SMS from CustomerABC and retransmit (i.e inflow
Apologies - here is the complete conf
group=core
admin-port=13009
admin-password=myadmin
status-password=myadmin
admin-allow-ip="127.0.0.1;200.100.0.*;*.*.*.*"
smsbox-port=13006
box-allow-ip="*.*.*.*"
log-file="/var/log/kannel/kannel.log"
log-level=0
access-log="/etc/kannel.access"
unified-prefix=
13 matches
Mail list logo