Re: SMPP Sender Range Usage

2020-07-15 Thread Alvaro Cornejo
Hi Jose, You can define the sender on the call to smsbox. So you can build you calls with a pseudo random sender from the DID array you have being assign. Note that this is only world fro SMPP connections. If you use modems, that will not works since SIM card will replace any sender with its own

Re: SMPP Sender Range Usage

2020-07-15 Thread Mesbahuddin Malik
So far my understanding you need a Direct Inward Dialing(DID) random . is it right ? if so there are two ways. Let me know. Regards Mesbah On Wed, Jul 15, 2020 at 2:47 PM Antony Stone < antony.st...@kannel.open.source.it> wrote: > On Wednesday 15 July 2020 at 09:43:59, Davor Spasoski wrote: >

Re: SMPP Sender Range Usage

2020-07-15 Thread Antony Stone
On Wednesday 15 July 2020 at 09:43:59, Davor Spasoski wrote: > DID? Some call this a DDI instead - Direct Inward Dial, or Direct Dial In - basically it means a phone number. I think to OP also means "a pool of DIDs", meaning that the US vendor supplies a pool of numbers which can receive

Re: SMPP Sender Range Usage

2020-07-15 Thread Davor Spasoski
DID? > On Jul 15, 2020, at 04:18, Jose Figueroa > wrote: > >  > Hi, > > I'm trying to achieve a requirement from a vendor from the USA. They provide > us with DIDs so we need to push the traffic using those DIDs, but I need to > "rotate" them daily, so they provide us a pull of DIDs. > > I