That's a bit too complex for me. Is there a way I can force SMPPBOX traffic to some application as an HTTP call? So basically SMPPBOX will act as a protocol converter from SMPP to HTTP. I already have the following setup for bulk messaging:
BULK SMS APPLICATION <--> SQLBOX <--> BEARERBOX <--> OPERATOR SMSC Masking is already being taken care of, by the bulk application, so it will solve all my issues. Thanks for the help! On Tue, Aug 28, 2012 at 4:41 PM, spameden <[email protected]> wrote: > You probably need to modify opensmppbox source and force it there > > 2012/8/28 [email protected] <[email protected]> > > Hi, >> >> I have a client requiring connectivity over SMPP. I assume I can >> entertain him via following configuration: >> >> OPERATOR SMSC <--> BEARERBOX <--> SMPPBOX <--> CLIENT APPLICATON >> >> However, I do not want to let the client set the MASK of outgoing SMS he >> sends. Instead, I want to keep that mask control with me. Is there any way >> to handle this? Some configuation in either SMPPBOX or BEARERBOX that could >> force outgoing SMS masking? Or some other method of connection? >> >> Regards, >> >> > >
