Displaying 1 result from an estimated 1 matches for "9051000xxxxxx".
Did you mean:
99051000xxxxxx
2010 Jul 17
1
AGI execution after Dial
...led an
agi script to deal with the rest. Anyway, this ended up being not so clear
because the call did not start on the Originate extension that it was
supposed
to. Instead it would go to the Skype ID number extension.
For example, if I originate a call with the code below, it will go first to
the
9051000XXXXXX extension and then to 1. Is it possible to use the CONSOLE
(somehow like console dial number) channel to originate calls? This might be
a solution.
action.setChannel("SIP/99051000XXXXXX");
action.setCallerId("99051000XXXXXX");
action.setContext("autodialer");
action....