unsubscribe

2002-03-06 Thread Safia Faraj
<>

RE: send_modem_command()

2001-10-01 Thread Safia Faraj
I had the same problem too, I could not send text messages in PDU mode , so I modified int "at_submit_msg(SMSCenter *smsc, Msg *msg)" in smsc_at.c to use text mode in case of a text message and PDU mode for a binary message : if(send_modem_command(smsc->at_fd, "AT+CMGF=1", 0) == 0) debu

PDU mode and GSM modem

2001-09-13 Thread Safia Faraj
I'm trying to send an SMS in PDU mode using kannel gatewy 1.0.3 and a GSM Modem. I can not get it to work, the modem returns OK after the send command is issued but nothing never comes to the mobile phone. I know many messages have been exchanged previously about this topic.. pdu_encode in smsc