Displaying 10 results from an estimated 10 matches for "sendaction".
2006 Feb 27
1
Problems dialing to another Asterisk server
...tion.setCallerId("asterisk");
originateAction.setCallingPres(new Boolean(true));
originateAction.setContext("mariaSIP");
originateAction.setExten("222");
originateAction.setPriority(nPriority);
originateAction.setTimeout(nTimeout);
originateResponse = managerConnection.sendAction(originateAction, 30000);
if(originateResponse.getResponse().equals("Success"))
{
setVarAction.setVariable("STRING3");
setVarAction.setValue("SIP/6020");
originateResponse = managerConnection.sendAction(setVarAction, 30000);
if(originateResponse.getResponse(...
2015 Aug 06
3
Asterisk uses "Anonymous", but why?
...// connect to Asterisk and log in
> managerConnection.login();
>
> // send the originate action and wait for a maximum of 30
> seconds for Asterisk
> // to send a reply
> originateResponse =
> managerConnection.sendAction(originateAction, 30000);
>
> I get error with this.
>
>
> Here is from-pstn context in extensions.ael
>
> context from-pstn {
> 1619xxxxxxx => {
>
This looks like a dialplan pattern match exten but you do not have a
leading '_' to indicate
that it is a...
2005 Aug 04
3
SIPPeersAction class file not found in the Asterisk-java.jar file
Hello Everybody,
I am working on Fastagi and I am making use of
Asterisk-java. But I don't find the class file for SIPPeersAction. Hence I
am getting the error message when compiling my java code.
----------------------------------------------------------------------------
------------------------------------------------
[root@localhost asterisk-java-0.1]#
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
>
2007 Dec 05
4
os x crash using rpanel and tcltk (PR#10495)
Hello,
I've recently discovered a persistent issue with rpanel when running
R.app (2.6.1) on Mac OS X 10.4.11. tcltk and rpanel load without any
apparent error, and the interactive panels appear to work as expected,
however upon closing the panels rpanel has created I get catastrophic
errors and R crashes completely. For the most part R manages to crash
with dignity and work can be saved, but
2015 Aug 06
2
Asterisk uses "Anonymous", but why?
...ger(30000));
> >
> > // connect to Asterisk and log in
> > managerConnection.login();
> >
> > // send the originate action and wait for a maximum of
> > 30 seconds for Asterisk
> > // to send a reply
> > originateResponse =
> > managerConnection.sendAction(originateAction, 30000);
> >
> > I get error with this.
> >
> >
> > Here is from-pstn context in extensions.ael
> >
> > context from-pstn {
> > 1619xxxxxxx => {
> >
> > This looks like a dialplan pattern match exten but you do not have...
2005 Jul 26
1
beginner finds a bug - crash induced. (PR#8035)
...ead 0 Crashed:
0 libR.dylib 0x010665c8 Rf_eval + 0xa4 (eval.c:300)
1 libR.dylib 0x0103b218 R_run_onexits + 0xd4 (context.c:142)
2 libR.dylib 0x01063eb4 jump_to_top_ex + 0x260 (errors.c:682)
3 com.apple.AppKit 0x92fda908 -[NSToolbarButton sendAction:to:] +
0x4c
4 com.apple.AppKit 0x92fda8a8 -[NSToolbarButton sendAction] + 0x50
5 com.apple.AppKit 0x92f5a70c -[NSToolbarItemViewer mouseDown:] +
0x674
6 com.apple.AppKit 0x92eb2a24 -[NSWindow sendEvent:] + 0x10e4
7 com.apple.AppKit 0x92ea50d0 -[NSApplicat...
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>
2009 Oct 13
2
Mac R spinning wheel with Package Manager (PR#14005)
...35 -[NSWindow sendEvent:]
1635 -[NSControl mouseDown:]
1635 -[NSButtonCell
trackMouse:inRect:ofView:untilMouseUp:]
1635 -[NSCell
trackMouse:inRect:ofView:untilMouseUp:]
1635 -[NSCell _sendActionFrom:]
1635 -[NSControl sendAction:to:]
1635 -[NSApplication sendAction:to:from:]
1635 -[PackageInstaller installSelected:]
1635 -[REngine executeString...
2010 Aug 17
2
multcomp issues on MAC OSX 10.6.4
...5 -[NSControl mouseDown:] + 812 (in AppKit) [0x9531fe93]
5 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 524 (in AppKit) [0x95376a61]
4 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1808 (in AppKit) [0x9532143d]
4 -[NSCell _sendActionFrom:] + 169 (in AppKit) [0x95322146]
4 -[NSControl sendAction:to:] + 108 (in AppKit) [0x95326699]
4 -[NSApplication sendAction:to:from:] + 112 (in AppKit) [0x95246f1e]
3 ??? (in loginwindow + 208669) [0x33f1d]...