Patch seems to fix it Alex, thanks! :-) Alex ----- Original Message ----- From: "Alexander Malysh" <[EMAIL PROTECTED]> To: "Alex Kinch" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, October 16, 2003 11:23 PM Subject: Re: SMPP broken in cvs-20031016?
Hi Alex, first of all: SMPP in kannel is _not_ broken. It's a smsc, you connected to, is broken! On Thursday 16 October 2003 23:36, Alex Kinch wrote: > Just rebuilt our test box to use cvs-20031016 (previously was running > 1.3.1-devel). I'm now experiencing problems with incoming SMPP. The message > comes in, and shows up the bearerbox debug log - but nothing happens. It > doesn't go anywhere! > > Basically the SMPP sender does a deliver_sm, which Kannel acknowledges with > a deliver_sm_resp. Then nothing. Plus according to the status, no messages > have been delivered on that particular SMPP connection. have you notice a command status in deliver_sm_resp? it's 0x0a == Invalid source address. And see source address in deliver_sm: '+' in front which is not allowed. So you should try to contact telco and tell them that smsc is broken. And second: please try attached patch that just implements a workaround for this mess ;) Good luck and please tell if attached patch works for you... -- Best regards / Mit besten Gr��en aus D�sseldorf Dipl.-Ing. Alexander Malysh ___________________________________________ Centrium GmbH Vogelsanger Weg 80 40470 D�sseldorf Fon: +49 (0211) 74 84 51 80 Fax: +49 (0211) 277 49 109 email: a.malysh at centrium.de web: www.centrium.de msn: olek2002 at hotmail.com icq: 98063111 ___________________________________________ Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html
