scenario:

you have

global-sender = "123"

so all your outgoing SMS which dont have &from=... set will be from 123
you got one SMPP link. no "my-number" stuff defined.

you get an incoming SMS from that SMPP link and it will be always "to 123" even the sender might have used another short ID.

The problem seems to come from gw/smsc/smsc_smpp.c line 738ff

/* Replace MO destination number with my-number */
if (octstr_len(smpp->my_number)) {
octstr_destroy(msg->sms.receiver);
msg->sms.receiver = octstr_duplicate(smpp->my_number);
}

Removing this, makes it work. However its supposed to be there for a particular reason.
whats the best way to fix this?

Andreas Fink
Global Networks, Inc.

------------------------------------------------------------------
Tel: +41-61-6666333 Fax: +41-61-6932729 Mobile: +41-79-2457333
Global Networks, Inc. Clarastrasse 3, 4058 Basel, Switzerland
Web: http://www.global-networks.ch/  [EMAIL PROTECTED]
------------------------------------------------------------------
Member of the GSM Association

Reply via email to