RE: got DLR but could not find message

2010-10-20 Thread Anas Alnaffar
Hello Benaiad; Thanks, Please note there type1 and type 2 for same dst, but different id, please find sample below. 2010-10-09 16:53:56 [25076] [6] ERROR: SMPP[zain_MT1_smpp]: got DLR but could not find message or was not interested in it id8C2A525D dst, type2

Re: got DLR but could not find message

2010-10-20 Thread Nikos Balkanas
Hi, Please post debug bb logs that contain the submit_sm submit_sm_resp PDUs and the deliver_sm for the same SMS. BR, Nikos - Original Message - From: Anas Alnaffar To: 'Benaiad' Cc: users@kannel.org Sent: Wednesday, October 20, 2010 9:50 AM Subject: RE: got DLR but could not find

Re: RE: got DLR but could not find message

2010-10-20 Thread Benaiad
Hi, Can you make a small test, by turning off you mobile and send a message to it while it's still turned off, and check the logs to see if your smsc will send you type2 dlr. Then turn on your mobile and check the logs for type1 dlr. I think your smsc replies with failed instead of buffered

Re: Mixing the SMS delivery between multiple SMSCs randomly

2010-10-20 Thread SG
My problem is resolved. Sorry for wasting your valuable time. There is a typo mistakes at one place in my original configuration file.By concept it should work fine, So i audited the config from scratch, and found the problem. I struggled for 3 days, so posted to our group with 

OIS delivery status

2010-10-20 Thread Marcin Kulawinek
Hi, Is there a way to fix smsc OISD to handle dlr reports? By now kannel shows that message is Delivered to SMSC, but there is no Delivered to phone status, but I have message on my phone. Is there a way to quick fix it? Thank you very much. -- *Marcin Kulawinek* Specjalista ds. rozwoju

RE: got DLR but could not find message

2010-10-20 Thread Anas Alnaffar
Hello Nikos, Benaiad, Please find the attached bb log. Thanks Anas Al-Naffar -Original Message- From: Nikos Balkanas [mailto:nbalka...@gmail.com] Sent: Wednesday, October 20, 2010 10:09 AM To: Anas Alnaffar; 'Benaiad' Cc: users@kannel.org Subject: Re: got DLR but could not find

kannel in windows not stable

2010-10-20 Thread Anton Raharja
Hi, I'm testing kannel in windows, download and install cygwin, compile gateway 1.4.3 and start kannel. Im using wavecom modem, usb, using driver usb-to-serial and got COM16 in windows and works in kannel cygwin using /dev/com16. Incoming seems to be ok, but outgoing after 1 or 2 messages

Re: kannel in windows not stable

2010-10-20 Thread Anton Raharja
Hi again, I just found this article: http://lamdaica.com/modules/ajax/getArticleDetail.aspx?id=2lang= I'll try that first, I hope it fixes the issue, please ignore my post, thanks anton On Wed, Oct 20, 2010 at 11:18 PM, Anton Raharja an...@ngoprek.org wrote: Hi, I'm testing kannel in

Re: kannel in windows not stable

2010-10-20 Thread Anton Raharja
Hi, Just to let you guys know, the workaround works, I can send and receive like 20 or 30 messages and no PANIC just now, compare to before patch 1 or 2 messages bearerbox exited. anton dev playSMS On Wed, Oct 20, 2010 at 11:38 PM, Anton Raharja an...@ngoprek.org wrote: Hi again, I just

Kannel status meanings

2010-10-20 Thread Luís Tiago Rico
Hi guys, I'm doing a parser for kannel status page. Can anyone help me on these questions: SMS: received 0 (0 queued), sent 1 (0 queued), store size 0 what is the meaning of store size? SMS: inbound (0.00,0.00,0.00) msg/sec, outbound (0.00,0.00,0.00) msg/sec what is the meaning of these 3

sending fake DLRs via fakesmsc?

2010-10-20 Thread Bopolissimus Platypus Jr
Hello, Is there a way to send make fakesmsc send a bogus (artificially constructed) DLR to bearerbox? Gerald -- Gerald Timothy Quimpo http://bopolissimus.blogspot.com bopolissimus.li...@gmail.com bopolissi...@gmail.com Even Tom Lane said: Or, if you're worried about actions from functions,

Re: sending fake DLRs via fakesmsc?

2010-10-20 Thread Bopolissimus Platypus Jr
On Thu, Oct 21, 2010 at 12:09 PM, Bopolissimus Platypus Jr bopolissimus.li...@gmail.com wrote: Is there a way to send make fakesmsc send a bogus (artificially constructed) DLR to bearerbox? Never mind. I see in smsc_fake.c creates the DLRs, they're not actually sent from fakesmsc. Gerald --

[ANNOUNCE] Kannel 1.5.0 development release available

2010-10-20 Thread Stipe Tolj
The Kannel Group is pleased to announce the availability of Kannel 1.5.0 development release via our web site at URL http://www.kannel.org/download.shtml Please find attached the NEWS file section for the 1.5.0 development release. Best Regards, Stipe Tolj --

Re: [ANNOUNCE] Kannel 1.5.0 development release available

2010-10-20 Thread Alvaro Cornejo
Excellent news Big Applauses for the ENTIRE DEVEL TEAM, as well as all back-stage devels supporters |-| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular

RE: Re : Setting TON/NPI....

2010-10-20 Thread Jignesh Gandhi
Hello, Does anyone have any insight into my problem listed below and posted yesterday. I would really appreciate it. thanks, --Jignesh Gandhi From: Jignesh Gandhi Sent: Tuesday, October 19, 2010 9:29 AM To: users@kannel.org Subject: Re : Setting

Re: [ANNOUNCE] Kannel 1.5.0 development release available

2010-10-20 Thread Luís Tiago Rico
Great work! Congratulations to all the Kannel Team 2010/10/21 Alvaro Cornejo cornejo.alv...@gmail.com Excellent news Big Applauses for the ENTIRE DEVEL TEAM, as well as all back-stage devels supporters

Re: [ANNOUNCE] Kannel 1.5.0 development release available

2010-10-20 Thread Abdul Basit
When can we test? 2010/10/21 Alvaro Cornejo cornejo.alv...@gmail.com Excellent news Big Applauses for the ENTIRE DEVEL TEAM, as well as all back-stage devels supporters |-|

Re: Regarding IMSI No

2010-10-20 Thread Benaiad
Try this java class: public class NETWPIN { public static void main(String[] args) { String IMSI = 404020506708200; byte[] key = getKeyFromIMSI(IMSI); String NETWPIN = bytesToHex(key); System.out.println(NETWPIN from imsi: + NETWPIN);