search for: setchannel

Displaying 7 results from an estimated 7 matches for "setchannel".

Did you mean: set_channel
2006 Feb 27
1
Problems dialing to another Asterisk server
...en => _1.,3,HangUp() exten => 222,1,MusicOnHold() exten => 444,1,Dial(${STRING3}) exten => 444,2,Ringing SIP/6021 is the telephone logged in the another machine, which is 192.168.0.51 and asterisk is listening in 192.168.0.51, port 5038 And my Manager-java code is : originateAction.setChannel("Local/16007@mariaSIP/n"); originateAction.setCallerId("asterisk"); originateAction.setCallingPres(new Boolean(true)); originateAction.setContext("mariaSIP"); originateAction.setExten("222"); originateAction.setPriority(nPriority); originateAction.setTimeout(...
2010 Jul 17
1
AGI execution after Dial
...d 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.setExten("1"); action.setPriority(new Integer(1)); action.setVariable("numero", "5555555"); Then, I figured I could place the calls from...
2015 Aug 06
3
Asterisk uses "Anonymous", but why?
...ith > outbound, but making an outbound call and playing a sound file, what would > be the extension? > > Here is my Asterisk-Java code: > > managerConnection.addEventListener(this); > originateAction = new OriginateAction(); > originateAction.setChannel("SIP/"+ani); > originateAction.setContext("from-pstn"); > originateAction.setExten(????); > originateAction.setPriority(new Integer(1)); > originateAction.setCallerId("murthy"); >...
2015 Aug 06
4
Asterisk uses "Anonymous", but why?
On Thu, Aug 6, 2015 at 11:56 AM, Murthy Gandikota <murthy64 at hotmail.com> wrote: > Tested with X-Lite and it worked fiine. Is there some way to replace > "Anonymous" with a config parameter? > > Thanks for your kind help > > ---------------------------------------- > > From: murthy64 at hotmail.com > > To: asterisk-users at lists.digium.com >
2015 Aug 06
2
Asterisk uses "Anonymous", but why?
...; with outbound, but making an outbound call and playing a sound file, > > what would be the extension? > > > > Here is my Asterisk-Java code: > > > > managerConnection.addEventListener(this); > > originateAction = new OriginateAction(); > > originateAction.setChannel("SIP/"+ani); > > originateAction.setContext("from-pstn"); > > originateAction.setExten(????); > > originateAction.setPriority(new Integer(1)); > > originateAction.setCallerId("murthy"); > > originateAction.setTimeout(new Integer(30000)); &...
2008 Feb 14
1
Error checking asterisk method - suggestions?
...n www.svep.se<http://www.svep.se>, jsa at svep.se Frosty Sweden but with some sunshine today !! J My code and settings below, for information. =============JAVA CODE (extract) OriginateAction originateAction = new OriginateAction(); ManagerResponse originateResponse = null; originateAction.setChannel("ZAP/1"); originateAction.setContext("Outgoing"); originateAction.setExten("201"); // maps to ZAP/7 through external phonecompany PBX originateAction.setPriority(new Integer(1)); originateAction.setTimeout(new Long(15*1000));...
2011 Jan 10
3
How to check a number online or offline
Hi all, Now i want to check a number (channel) online, offline or unreachable on asterisk but i don`t know to do. Can anyone help me to solve this issue. Thanks and best regard! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110109/c193b48d/attachment.html>