Displaying 1 result from an estimated 1 matches for "99051000xxxxxx".
2010 Jul 17
1
AGI execution after Dial
...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.setExten("1");
action.setPriority(new Integer(1));
action.setVariable("numero", "5555555");
Then, I figured I could place the calls from within an AGI script.
Obv...