Closed GoogleCodeExporter closed 9 years ago
I get something similar. Incoming calls and texts working fine. Outgoing calls
get unobtainable. Get result:-
Connected to Asterisk 11.3.0 currently running on raspbx (pid = 3068)
[2013-06-26 11:28:55] WARNING[8801][C-00000599]: channel.c:71
parse_dial_string: Empty destination in chan_dongle
[2013-06-26 11:28:55] WARNING[8801][C-00000599]: app_dial.c:2437
dial_exec_full: Unable to create channel of type 'dongle' (cause 88 -
Incompatible destination)
Original comment by techchi...@gmail.com
on 26 Jun 2013 at 10:31
Read asterisk-java documentation carefully.
Also look to channel originate CLI command
.setChannel() must contain all info for dialing
also may be your
.setContext("dongle-outgoing");
.setExten("1");
.setPriority(new Integer(1));
also wrong, because will execute when call will be answered!
I.e. Application or dialplan create local leg of call.
I see you can call again instread.
So, problem in your understanding of asterisk-java.
Original comment by bg_...@mail.ru
on 30 Jul 2013 at 7:21
Original issue reported on code.google.com by
jsiddha...@mcruiseon.com
on 19 Jun 2013 at 2:07