Hi, i look on the kannel/contrib, and found the web/sendsms.php application
but only the wap SI push work, I can now send WAP but still cant send a tune
or a picture, I am using php for doing this what i have is something like
this:
$msg = urlencode('//SCKL1581
024A3A5DD195C5D5A5B1840400272292312142D020C2D021029021030C29020C2102D020C21023020C00');
$udh = '%06%05%04%15%81%00%00'; #TUNE
$result
[EMAIL
PROTECTED]("http://$host$port/cgi-bin/sendsms?user=$user&password=$pass&to=$to&text=$msg&udh=$udh");
any more Hints or ideas for solving this issue?
regards.
> Look in the kannel/contrib folder, there are examples for sending all
> sorts of messages. For sending binary content you need to specify the UDH
> header for each type of message, whether its logo or tone etc.