SMS Server Tools

Slideshow

The next step is to validate the SMS File.

 

Outgoing Queue

 

SMSD
    Main Task    
 

Provider Queue
Vodafone
 
Failed Queue

 

|
Blacklist

SMSD checks the Outgoing Queue for new files. If there is a file waiting to send, SMSD looks into the Blacklist and checks if the destination number is listed there. If it is listed, SMSD will reject the message and move the SMS File into the Failed Queue.

If the destination number is not in the Blacklist, SMSD reads the provider name out of the file and moves the SMS into the corresponding Provider Queue.

If there is no provider name in the file SMSD compares the phone number (area prefix) to a table in the configuration file and moves the SMS File into the corresponding Provider Queue.

If the phone number does not match the provider table in the config file, the SMS File will be rejected but you may change this behavior by creating a special Queue for unknown provider.

Next page