Re: opensmppbox problem with SMPPv3.3 ESME

2011-10-16 Thread Hillel Bilman
Hi Velin, What configuration did you use to separate TX and RX so it worked with opensmppbox? thanks -- Message: 1 Date: Wed, 12 Oct 2011 12:32:28 - From: v_ge...@mail.bg To: users@kannel.org? Subject: Re: opensmppbox prob

Re: SMPP deliver_sm arrives before submit_sm_resp

2011-10-29 Thread Hillel Bilman
Hi Mario, Please confirm if this is a bug with the current SVN revision? If so, please submit this patch that worked for you to the developer list, otherwise everyone using the current SVN will have this problem. rgds -Original Message- From: users-boun...@kannel.org [mailto:users-boun..

How to use the error codes?

2004-07-21 Thread Hillel Bilman
The Error codes are very useful as they can tell you why a SMS has not been delivered. How do you extract them from the Kannel DLR without manually extracting them from the access.log? I have a requirement to extract the error code such as err:000, as each SMS is delivered. Has any one achieved thi

Anyone solved how to extract more than %d using the dlr-url?

2004-07-22 Thread Hillel Bilman
Dear Kannel friends, 1)How do your receive back in the dlr-url the information found in the access.log [msg:%L:%b] about the dlr According to the user guide: "If you set the dlr-mask=7 and dlr-url=http://www.xyz.com/cgi/dlr.php?type=%d"; You only get the %d back so how do you get back the full ms

WAP gateway

2004-08-12 Thread Hillel Bilman
Dear WAP Kannel Uses, Does anyone know of a WAP gateway that I can use? Thanks

RE: WAP gateway

2004-08-13 Thread Hillel Bilman
: Stipe Tolj [mailto:[EMAIL PROTECTED] Sent: Thursday, August 12, 2004 5:16 PM To: Hillel Bilman Cc: Kannel Users Subject: Re: WAP gateway Hillel Bilman wrote: > Dear WAP Kannel Uses, > > Does anyone know of a WAP gateway that I can use? this is a funny question. Since you are subscribe

RE: kannel 1.3.2 - kannel confounds DLRs - how can i make sure that iget the correct dlr-status for sms?

2004-09-04 Thread Hillel Bilman
Hi, I have created a pkey column that is set to autoincrement in my mysql dlr table. When I send the SMS the pkey is automatically incremented. The problem is the autoincrement in the latest mysql usually increments by 1, but sometimes by 2. I would like to set a smsid in my dlr-url that I can th

RE: kannel 1.3.2 - kannel confounds DLRs - how can i make sure that iget the correct dlr-status for sms?

2004-09-04 Thread Hillel Bilman
Hi, One solution is to search for the row to be updated, using a combination of the destination mobile and the messageID. But if there was a way to use a smsid in the dlr-url, which is set to the pkey of the row created by kannel in mysql, that needs to be updated with the delivery receipt inform

To understand sqlbox

2004-09-26 Thread Hillel Bilman
Dear the originator of SQLBox, Based on your post you said using, the sqlbox helps as the SMS is deleted from the dlr table as soon as a final delivery status report is received by Kannel. I've been finding that SMS are being automatically deleted from the mysql dlr table, so when I read your post

RE: kannel 1.3.2 - kannel confounds DLRs - how can i make sure that iget the correct dlr-status for sms?

2004-09-28 Thread Hillel Bilman
Dear Ivars, 1)What did you change in the kannel source to ensure dlrs are not deleted but rather moved to dlr_archieve? Please will you send through your code as I'd like to test it. 2)Are you using the mysql 'getGeneratedKeys()' command to get the last autoincremented ID before sending the next S

RE: Re-Assemble Long SMS

2004-11-06 Thread Hillel Bilman
I'm interested in how to send operator logos and ringtones *to* subscribers using Kannel, does anyone have a working example that can send through so I can test and see how it works with Kannel. Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rafael '

RE: Retrieving the SMSC Message ID for a queued message

2004-11-17 Thread Hillel Bilman
Hi, I agree that would be very useful as if anything goes wrong with the SMS you can go back to the mobile operator and ask for an explanation for that specific SMS. The mobile operator tracks their SMSs via the message_id which is unique per SMSC. Is their anyway to retrieve the message_id given

RE: Retrieving the SMSC Message ID for a queued message

2004-11-17 Thread Hillel Bilman
How would you pass the message_id received by Kannel in the submit_sm_resp, used to send the SMS, to the dlr_url for processing? Does anyone have a hack for this? Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Rodrigo A. Cremaschi Sent: Wednesday, N

RE: [Kannel-Users] Re: Retrieving the SMSC Message ID for a queuedmessage

2004-11-17 Thread Hillel Bilman
You write - Currently %m is not used -- I propose making the %m the Escape Code. This will be very useful for me as well. However, someone has to write the kannel code to get this to work - anyone out there who will do it and then add new changes to the Kannel source? -Original Message-

RE: Stouf.com

2004-12-22 Thread Hillel Bilman
Hi, There is a company called Ecommunicate. They can offer a reliable, decent, cost-effective SMS service. You can call the company on +27 11 443 6164 for their office in South Africa. By the way,what cost per SMS are you looking for? Thanks -Original Message- From: [EMAIL PROTECTED] [m

RE: [Kannel-Users] Re: SMS message ids

2005-01-27 Thread Hillel Bilman
Hi, This is something that I'd also find very useful. The message_id is available in some Kannel variable, so you should be able to pass it back. I wonder if someone who is reading this and has had experience in programming for kannel, would add this to CVS. Regards -Original Message- F

RE: [Kannel-Devel] SMS message ids in DLR reports generated by Kannel

2005-02-01 Thread Hillel Bilman
Hi, Would you still keep the sms.id as a DLR parameter as it's useful independent of the message_id, and add another parameter like the sms.id such as messageId, which can be used for the actual message_ids. Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Be

MessageID

2005-04-14 Thread Hillel Bilman
Dear Anand, This is a feature I also require and would ideally like it to be in the Kannel CVS so everyone can try it. The closest someone got to the feature, such that if fits with the Kannel philosophy and everyone was happy was Davy Chan. http://www.mail-archive.com/devel@kannel.org/msg04342.

Stale Binds help

2005-05-06 Thread Hillel Bilman
Dear Kannel Users, I'm running Kannel 1.4.0 from CVS end of last year and I had a problem today that I sent SMSs to a SMSC and non of the SMSs went through. After I restarted the bind all the SMSs that were supposed to go through went through. So you could say the bind went stale. Before restart