Re: SMPP 3.3 trouble

2003-02-21 Thread Ian Cass
Raphael Bellec [EMAIL PROTECTED] wrote:

 2003-02-21 11:28:48 [5] DEBUG:   command_id: 2147483648 = 0x8000
 2003-02-21 11:28:48 [5] DEBUG:   command_status: 4 = 0x0004

A generic nack with a status of 4 = Incorrect bind status for the given
command. It would appear that the SMSC hasn't accepted your connection
properly, so sends a generic nack in response to your enquire_link. However,
the nack it sends has the wrong sequence number on it  causes Kannel to
hang up. Of course, it should only send a generic nack when it doesn't
recognise your command. In this case, an enquire_link_resp would have been
sufficient.

Seems the SMSC is broken.

--
Ian Cass





Re: [PATCH] allow setting service-type for SMPP SMSC

2003-02-18 Thread Ian Cass
David Holland [EMAIL PROTECTED] wrote:
  I've tested this patch and it works
 against Xwireless/Mblox SMPP server. 

Heh, I wrote that server :)

-- 
Ian Cass




Re: [PATCH] allow setting service-type for SMPP SMSC

2003-02-18 Thread Ian Cass
Stipe Tolj [EMAIL PROTECTED] wrote:
 Ian Cass wrote:
 Heh, I wrote that server :)
 
 ok, so we know who to blaim ;))

heh

 just kidding. I guess you're then interested in getting smppbox into
 Kannel's cvs repository, right?!

No, it's a standalone app that has nothing to do with Kannel.

-- 
Ian Cass