RE: Precedence of faked-sender, global-sender, from
"Angel Fradejas" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
What about this? I need to know if this is a bug or not, given the kind of things I'm trying to add to Kannel. With two different logics, it would be extremely difficult to implement without breaking compatibility. -----Mensaje original----- De: [email protected] [mailto:[email protected]]En nombre de Angel Fradejas Enviado el: jueves 14 de febrero de 2002 13:29 Para: Kannel Developers Asunto: Precedence of faked-sender, global-sender, from I'm currently working on my patch for smsc default-sender and forced-sender, and I just noted that existing config directives faked-sender and global-sender are treated by smsbox in different ways. With MT-replies, precedence is: first faked-sender, second global-sender and third the MO receiver. With MT's (sendsms), precedence is: first faked-sender, second &from=, third global-sender. This is a bug I guess. I think "1)faked-sender 2)global-sender 3)from" is the way to go. Please can anybody confirm if I am right here? If so, I will include a bugfix for this in the patch. Angel Fradejas.