Re: Response from get URL fails 50% of time

2016-09-20 Thread Peter Janovsky
Hi Tosin, If I'm understanding your question, these are the steps I take when debugging issues with MO messages possibly failing when executing the HTTP GET/POST against the defined URL. If you've assigned values to the *log-file* and *access-log* configuration settings for the *smsbox* and *core*

How can I see the TCP packages of an incoming SMS

2016-09-20 Thread Manuel García Cabrera
I have a SIM inside a GSM modem (Portech mv-374), and I need to see how an incoming SMS packet is formed. A tcpdump would do, but I don't know how to obtain that. Can someone point me in the right direction?

Re: How can I see the TCP packages of an incoming SMS

2016-09-20 Thread DHC Admin
If you know a tcpdump would do, why don't you use it? On a linux machine you would do: tcpdump -w FILENAME.pcap -s 0 host XXX.XXX.XXX.XXX (for example) then use wireshark software to read the resulting file from the capture. Once on wireshark you can search for SMPP params, like phone number. hop

Re: Sending Prioritary SMSs

2016-09-20 Thread DHC Admin
queue does work as expected, FIFO you may create a second connection to the same SMSC for priority messages only, without load balancing between connections. On Tue, Mar 10, 2015 at 2:34 PM, ha...@aeon.pk wrote: > I haven't used fakesmsc. However, try throttling the speed of the > connection to

Re: Load balancing MT with preferred SMSC

2016-09-20 Thread DHC Admin
Of course you have removed the # form those lines, right? Other than that, I cannot tell why it's not working for you. On Sat, Sep 17, 2016 at 8:48 AM, Davor Spasoski wrote: > Hi, > > > > I’m trying to use opensmppbox and kannel to act as SMPP proxy. The SMSC > operator doesn’t allow direct con

Re: what to do with store.bak file after Kannel crash?

2016-09-20 Thread DHC Admin
I had a similar problem. I checked that there were no queued messages, stopped kannel, removed all the store files, started it again and had no problems since, nor any kind of error, files were just recreated on start (but small size) On Thu, Sep 8, 2016 at 5:24 PM, Jeff Thorn wrote: > Hello G

RE: Load balancing MT with preferred SMSC

2016-09-20 Thread Davor Spasoski
Hi, I realized yesterday that the reason the allowed/preferred trickery doesn’t work is because opensmppbox doesn’t pass smsc-id dynamically. It’s either a static value using the route-to-smsc directive or it’s blank if this is omitted. The whole point of my usecase was to have different ESMEs