Re: Binding as a transmitter only

2002-01-15 Thread Stipe Tolj
Pedro Duque wrote: > > I found no way to do it besides editing the code. > If you remove (or comment) and add the following lines in smsc_smpp.c, > it should work: > > conn->status = SMSCCONN_CONNECTING; > smpp->transmitter = gwthread_create(io_thread, io_arg_create(smpp, > 1)); > (-)

RE: Binding as a transmitter only

2002-01-14 Thread Pedro Duque
a); return -1; } PMD -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Ronan Derby Sent: segunda-feira, 14 de Janeiro de 2002 16:36 To: Kannel Developers Subject: Binding as a transmitter only Guys, Just wondering if there is any quick and easy wa

Binding as a transmitter only

2002-01-14 Thread Ronan Derby
Guys, Just wondering if there is any quick and easy way to have kannel only connect as a transmitter when using SMPP? Regards, Ronan.