Sql box Concatenated Message Sending Problem

2016-02-10 Thread Kirti Mandwade
Hello All, I am trying to send concatenated message using sql box using udh and text. If i use kannel xml post or xml post headers concatenated messages are sent and delivered properly. while using sql box if we do not add udh and send url encoded long message like the follows its sent

Re: Not work "priority" in settings SMSC

2016-02-10 Thread Milan P. Stanic
On Wed, 2016-02-10 at 16:31, Беляев Владимир Николаевич wrote: > Option does not work "priority" in settings SMSC. > > I set up the SMSC1 priority=0, SMSC2 priority=3, but SMS is distributed > evenly. > > Why can this be? I don't have time to look into the code but from memory I think that the

RE: Not work "priority" in settings SMSC

2016-02-10 Thread Беляев Владимир Николаевич
While you can install one primary center and the other - a reserve that it went SMS only in case of unavailability of the ground? -- С уважением, Беляев В.Н. -Original Message- From: users [mailto:users-boun...@kannel.org] On Behalf Of Milan P. Stanic Sent: Wednesday, February 10, 2016

RE: Not work "priority" in settings SMSC

2016-02-10 Thread Беляев Владимир Николаевич
I have 2 SMSC - the main and reserve. It is necessary to disable SMS with the main SMSC is automatically sent through the backup SMSC. After the restoration of connection with the main SMSC came sms return to it. SMS sent via SMPP -- С уважением, Беляев В.Н. From: spameden

Re: Not work "priority" in settings SMSC

2016-02-10 Thread spameden
2016-02-11 8:34 GMT+03:00 Беляев Владимир Николаевич : > I have 2 SMSC - the main and reserve. > > It is necessary to disable SMS with the main SMSC is automatically sent > through the backup SMSC. > > After the restoration of connection with the main SMSC came sms return to >

Re: Delivery reports Queued

2016-02-10 Thread spameden
This question was already replied before. DLR storage is only temporary. Kannel uses dlr table in DB/memory/file just to track certain DLRs for certain messages. Generally, the more you have in this queue means more messages weren't delivered to your upstream. You might need to check with your

Re: Not work "priority" in settings SMSC

2016-02-10 Thread spameden
2016-02-11 7:31 GMT+03:00 Беляев Владимир Николаевич : > While you can install one primary center and the other - a reserve that it > went SMS only in case of unavailability of the ground? > If I got you right you want to have multiple SMSC connections and balance between them

Re: Delivery reports Queued

2016-02-10 Thread Robin C
Hi spameden, Thank you for your reply. Actually the message got delivered to our handset. But we didn't got any response from the operator. When we check the access file of kannel we can only see the Sent SMS field. Receive DLR is not coming. Is that because of our fault

Re: Delivery reports Queued

2016-02-10 Thread Robin C
Hi, Please find the pdu below. And we set dlr_mask = 31. Then we got the ACK only. 2016-02-11 12:25:07 [30659] [6] DEBUG: SMPP[DNDP_P]: Sending PDU: 2016-02-11 12:25:07 [30659] [6] DEBUG: SMPP PDU 0x7f2cd8000a10 dump: 2016-02-11 12:25:07 [30659] [6] DEBUG: type_name: submit_sm

Re: Delivery reports Queued

2016-02-10 Thread spameden
I think it's best to ask your SMSC operator, might be an issue on their side. 2016-02-11 10:04 GMT+03:00 Robin C : > Hi, > >Please find the pdu below. And we set dlr_mask = 31. Then we got > the ACK only. > > > 2016-02-11 12:25:07 [30659] [6] DEBUG: SMPP[DNDP_P]:

Re: Delivery reports Queued

2016-02-10 Thread spameden
Dear, Vladimir Nikolaevich. Can you please stop hijacking other people threads? And read documentation a bit before asking your questions here: http://kannel.org/userguide.shtml It's all described in the documentation. 2016-02-11 10:15 GMT+03:00 Беляев Владимир Николаевич :

Re: Not work "priority" in settings SMSC

2016-02-10 Thread spameden
Hello. According to documentation: priority number Optional, sets the default priority of messages transmitted over this smsc link. (Defaults to 0, which is the highest priority) which means that default priority is 0 (highest), range of priority field is 0-3, 0 is highest, 3 is lowest. so you

Delivery reports Queued

2016-02-10 Thread Robin C
Hi All, See my kannel status below. I sent 12 messages. But didnt receive any single DLR. All DLRs are in queue. Anybody know the reson for this? SMS: received 0 (0 queued), sent 12 (0 queued), store size 0 SMS: inbound (0.00,0.00,0.00) msg/sec, outbound (0.00,0.00,0.00)

Re: Delivery reports Queued

2016-02-10 Thread spameden
Few things: 1) set your smsc operator logs to debug level 0 to check if kannel is sending registered_delivery flag in submit_sm packet. 2) make sure you use proper dlr_mask=31 2016-02-11 9:29 GMT+03:00 Robin C : > Hi spameden, > > Thank you for

RE: Delivery reports Queued

2016-02-10 Thread Беляев Владимир Николаевич
How to install dlr mask = 31? From: users [mailto:users-boun...@kannel.org] On Behalf Of Robin C Sent: Thursday, February 11, 2016 12:05 PM To: spameden Cc: kannel users@kannel.org Subject: Re: Delivery reports Queued Hi, Please find the pdu below. And we set dlr_mask = 31. Then

Re: OPEN SMPP Configuration and Working

2016-02-10 Thread spameden
Dear, Robin C nobody is going to do for you your work of reading and understanding documentation and how to get things done. If you want someone to do the job, just hire the guy and pay him for the hassle. 2016-02-10 13:41 GMT+03:00 Milan P. Stanic : > On Wed, 2016-02-10 at

Re: OPEN SMPP Configuration and Working

2016-02-10 Thread Robin C
Hi, I hope somebody will help me. On Wed, Feb 10, 2016 at 4:15 PM, spameden wrote: > Dear, Robin C nobody is going to do for you your work of reading and > understanding documentation and how to get things done. > > If you want someone to do the job, just hire the

Re: OPEN SMPP Configuration and Working

2016-02-10 Thread Robin C
Hi, I need the installation procedure and configuration of opensmpp. I have smpp account. I need to configure opensmpp so that i can create another smpp users using my smpp account. On Wed, Feb 10, 2016 at 4:11 PM, Milan P. Stanic wrote: > On Wed, 2016-02-10 at

Re: OPEN SMPP Configuration and Working

2016-02-10 Thread Milan P. Stanic
On Wed, 2016-02-10 at 13:43, Robin C wrote: >Anybody help me to install opensmpp to create smpp > users. You should describe in more details what is your problem and what you want to achieve and then someone could help you. Please read

Not work "priority" in settings SMSC

2016-02-10 Thread Беляев Владимир Николаевич
Добрый день! Option does not work "priority" in settings SMSC. I set up the SMSC1 priority=0, SMSC2 priority=3, but SMS is distributed evenly. Why can this be? Kannel 1.5.0 Config: group=smsc smsc=smpp smsc-id=devino_mrk system-type= interface-version=34 enquire-link-interval=270

OPEN SMPP Configuration and Working

2016-02-10 Thread Robin C
Dear All, Anybody help me to install opensmpp to create smpp users. -- *Thanks & Regards,* Robin C Linux System Administrator *ZIN-CRON | Bulk Sms, Voice Calls, Long Codes, Short Codes, Software Development, Web & Graphic Designing.* *www.zincron.co.in