Variable to send between sms and sms

Good afternoon, I use PLAYSMS with Kannel and 3G modem.
I need to know if there is any way to configure variable between sending and sending sms, since if I use the normal speed of playsms it generates congestion in the antenna of the provider and the messages are not sent correctly

TY

Slds.-

Look at config.php, and ajust the variables:

// limit the number of queue processed by sendsmsd in one time
$core_config[‘sendsmsd_queue’] = 10;

// limit the number of chunk per queue
$core_config[‘sendsmsd_chunk’] = 20;

// chunk size
$core_config[‘sendsmsd_chunk_size’] = 100;

Additionally, look at playsmsd.conf, and adjust:

#DAEMON_SLEEP=“1”

My problem is that Provider blocked all outgoing traffic. Can someone write step by step how to change delay between sending sms, please? What location are files to change?

Anthon, can you make option in PlaySMS to choose deley between all sending sms? For example: We have 100 subscribers and we want to send sms to all from 10:00-15:00. This option will be very helpfull for many people. I will make donation for you if it work fine of course.