Some Of Bulk SMS failed

Hello All.
I have a problem with playsms.
when I sending Bulk (for ex : 8000 number) with generic gateway HTTP request some of SMS will be failed. about 30% of bulk member.

here is my config :


// are we using dlrd or not. the default is using dlrd
$core_config['isdlrd']          = true;

// limit the number of DLR processed by dlrd in one time
$core_config['dlrd_limit']      = 15000;

// are we using recvsmsd or not. the default is using recvsmsd
$core_config['isrecvsmsd']      = true;

// limit the number of incoming SMS processed by recvsmsd in one time
$core_config['recvsmsd_limit']  = 10;

// are we using sendsmsd or not. the default is using sendsmsd
$core_config['issendsmsd']      = true;

// limit the number of queue processed by sendsmsd in one time
$core_config['sendsmsd_queue']  = 100;

// limit the number of chunk per queue
$core_config['sendsmsd_chunk']  = 200;

// chunk size
$core_config['sendsmsd_chunk_size'] = 700;

How can I fix it ? thanks.

Hello again,
I found problem.
adhoc_credit will be zero in send bulk process.
but I dont know where is the problem :frowning:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.