[Asterisk-java-users] Is it possible to send a custom action ?
Brought to you by:
srt
From: przeqpiciel <prz...@gm...> - 2014-07-10 09:14:31
|
Hi everyone, Im new here :) Im asking you is it possible to send custom action with asterisk-java. In PHP i send like this: $komenda = "Action: smscommand\r\n"; $komenda .= "command: gsm send sms 3 $odbiorca \"$tresc\" $id\r\n\r\n"; |