Hello,
Is there any way to send additional customer parameters to smpp via the php-smpp library for example
$smpp->debug = true;
$transport->debug = true;
// Open the connection
$transport->open();
$smpp->bindTransmitter("USERNAME","PASSWORD");
$smpp->optionalParameter('Value')
any insight would be of great help
Hello,
Is there any way to send additional customer parameters to smpp via the php-smpp library for example
$smpp->debug = true;
$transport->debug = true;
// Open the connection
$transport->open();
$smpp->bindTransmitter("USERNAME","PASSWORD");
$smpp->optionalParameter('Value')
any insight would be of great help