DLRs

2002-11-13 Thread Martin Quevedo
Hi all ! Is this line, pdu-u.submit_sm.registered_delivery = 1; enough to request SMSC to send back a DLR ? or is there any other thing to set up ? Thanks Martin

Re: DLRs

2002-11-13 Thread Martin Quevedo
you the script if you want. Martin Andreas Fink wrote: On Mittwoch, November 13, 2002, at 01:08 Uhr, Martin Quevedo wrote: Hi all ! Is this line, pdu-u.submit_sm.registered_delivery = 1; enough to request SMSC to send back a DLR ? or is there any other thing to set up

smpp 3.2 compliant

2002-10-11 Thread Martin Quevedo
Hi all, May I ask, is kannel smpp 3.2 compliant ? Martin

list_consume question

2002-10-02 Thread Martin Quevedo
Hi all, In the list_produce() function reallocs the memory size to make room for the new incoming sms. However in the list_consume() function, the delete_item_from_list() does not realloc the memory size after the message has been read. Could someone tell me where the size of the list is