On Sun, Feb 12, 2006 at 07:29:16PM +0100, Stipe Tolj wrote:
> now, that's a good question.
>
> 1234 is interpreted here as the receiver for the MO message, hence your GSM
> modem device. I don't see where we put that number in as "default" or
> something.
nope ...
smsc_at.c:
if (octstr_len(privdata->my_number)) {
message->sms.receiver = octstr_duplicate(privdata->my_number);
} else {
/* Put a dummy address in the receiver for now (SMSC requires * one) */
message->sms.receiver = octstr_create_from_data("1234", 4);
}
> But this is obviously not the reason why the MT messages don't
> leave your modem.
yes, as a matter of fact, whatever number we choose as my-number, it would
be always ignored by smsc.
Regards,
P.Y. Adi Prasaja