similar to: Tip/Question about encoding temporary data for storage in Asterisk variable to use in AGI

Displaying 20 results from an estimated 3000 matches similar to: "Tip/Question about encoding temporary data for storage in Asterisk variable to use in AGI"

2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
Tag '0.5.3' created by Benjamin Otte <otte at gnome.org> at 2007-10-12 17:13 -0700 release 0.5.3 ("Tennis") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBHD50fvMv5VCdLq8QRAj21AKC+kWUT9YN0gGDxLNS6Bequt5ufjgCgtYgd 9zH6AzP7/BHRfo0j1tw80V8= =wOYr -----END PGP SIGNATURE----- Changes since 0.5.2: Benjamin Otte: first try in getting movie
2010 Aug 27
8
R.matlab package help
Hi,all I have a problem running R.matlab package (under 2.10.1 version). I can set up the matlab server under local machine(run the MatlabServer.m), " And I can use setVariable and evaluate matlab functions in R. But when I ask Matlab to send the value back to R using getVariable function it always returns an error: " ??? Error: A MATLAB string constant is not
2007 Jun 08
0
Changes to 'refs/tags/0.4.2'
Tag '0.4.2' created by Benjamin Otte <otte at gnome.org> at 2007-02-08 20:27 -0800 release 0.4.2 ("Two completely different numbers") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQBFy4frvMv5VCdLq8QRAtJoAJ4xxUF2QJM3uCZDJOSWzIKLimGsAwCdEqek VfJ5PxRYrDPDNSR9GYwOVcc= =pXML -----END PGP SIGNATURE----- Changes since 0.4.1: Benjamin Otte: back to
2007 Feb 22
0
3 commits - libswfdec/swfdec_js.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_script.c
libswfdec/swfdec_js.c | 11 +++ libswfdec/swfdec_js_movie.c | 20 ++++++- libswfdec/swfdec_script.c | 123 +++++++++++++++++++++++++++----------------- 3 files changed, 105 insertions(+), 49 deletions(-) New commits: diff-tree 66851d9bc67c5663464a4c9488235e3c233579a7 (from 3c4a91276dbf607849f02fc9f637f8caf1c339c6) Author: Benjamin Otte <otte@gnome.org> Date: Thu Feb 22
2007 Apr 27
0
Changes to 'refs/tags/0.4.3'
Tag '0.4.3' created by Benjamin Otte <otte@gnome.org> at 2007-03-22 20:27 -0700 release 0.4.3 ("Your tube") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBGAti+vMv5VCdLq8QRAo5TAKCU+ko+aaq9Y11c3W4uvWGvKYo1HgCfcjGk AYQ91WIDkDeClzJO/fxEO5U= =XHqm -----END PGP SIGNATURE----- Changes since 0.4.1: Benjamin Otte: back to cvs fix config.h
2019 Dec 27
2
AGI: "Get variable" returns variable VALUE vs "Get full variable" returns variable NAME - bug or my misunderstanding?
Just trying out a node agi package (https://github.com/sergey12313/ts-agi/ , and it wasn't behaving as I expected, but when turning on agi debug, it looks like it might be Asterisk (using 17.1.0) This works as expected <Local/1000 at default-00000020;2>AGI Rx << SET VARIABLE myVar "Hello World!!!" <Local/1000 at default-00000020;2>AGI Tx >> 200 result=1
2007 Jun 17
2
Branch 'as' - test/trace
test/trace/Makefile.am | 1 test/trace/values.as | 63 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) New commits: diff-tree aaca94203d8a0ccb8feb32c0d57df3401fca0350 (from 987074e275ac77f8799e5fdf41890e8ef126b291) Author: Benjamin Otte <otte at gnome.org> Date: Sun Jun 17 12:56:42 2007 +0200 add values.as which provides some default values
2007 Oct 15
0
8 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_sound.c libswfdec/swfdec_sound.h test/trace
libswfdec/swfdec_as_interpret.c | 65 ++------- libswfdec/swfdec_sound.c | 24 --- libswfdec/swfdec_sound.h | 4 test/trace/Makefile.am | 27 +++ test/trace/enumerate-5.swf |binary test/trace/enumerate-5.swf.trace | 6 test/trace/enumerate-6.swf |binary test/trace/enumerate-6.swf.trace | 6
2007 Jun 27
0
Branch 'as' - 4 commits - test/trace
test/trace/Makefile.am | 28 +++++++++++++++++++++ test/trace/definelocal-function-target-5.swf |binary test/trace/definelocal-function-target-5.swf.trace | 5 +++ test/trace/definelocal-function-target-6.swf |binary test/trace/definelocal-function-target-6.swf.trace | 5 +++ test/trace/definelocal-function-target-7.swf |binary
2007 Apr 04
0
Branch 'as' - 9 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_stack.c libswfdec/swfdec_as_stack.h
libswfdec/swfdec_as_context.c | 5 - libswfdec/swfdec_as_frame.c | 8 ++ libswfdec/swfdec_as_frame.h | 1 libswfdec/swfdec_as_function.c | 3 libswfdec/swfdec_as_interpret.c | 146 ++++++++++++++++++---------------------- libswfdec/swfdec_as_stack.c | 5 + libswfdec/swfdec_as_stack.h | 2 libswfdec/swfdec_as_types.h | 20 +++--
2010 Jul 17
1
AGI execution after Dial
Hello, I'm currently developing a simple asterisk application using SFS (Skype For SIP) which tries to call to an outbound number, play a message and read DMTF digits. My first approach used the Manager to originate calls and then called 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
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
Tag '0.4.4' created by Benjamin Otte <otte@gnome.org> at 2007-04-27 10:42 -0700 release 0.4.4 ("Birthday Cards") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBGMcWPvMv5VCdLq8QRAnEeAJ9JwxuerjUYnOyjacNSj3A4ELxYRACeJG06 heX44SOooYokBZOik7DMh3E= =rekm -----END PGP SIGNATURE----- Changes since 0.4.1: Benjamin Otte: back to cvs fix config.h
2007 Oct 25
0
4 commits - libswfdec/swfdec_button.h libswfdec/swfdec_button_movie.c libswfdec/swfdec_resource.c libswfdec/swfdec_resource.h libswfdec/swfdec_sprite_movie.c test/trace
libswfdec/swfdec_button.h | 18 +++++++------- libswfdec/swfdec_button_movie.c | 10 ++++---- libswfdec/swfdec_resource.c | 10 ++++---- libswfdec/swfdec_resource.h | 2 - libswfdec/swfdec_sprite_movie.c | 3 -- test/trace/Makefile.am | 37 ++++++++++++++++++------------
2007 Jul 07
0
Branch 'as' - 7 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_super.c libswfdec/swfdec_as_super.h libswfdec/swfdec_as_with.c test/trace
libswfdec/swfdec_as_context.c | 7 +- libswfdec/swfdec_as_interpret.c | 35 ++++++----- libswfdec/swfdec_as_object.c | 12 +++ libswfdec/swfdec_as_object.h | 5 - libswfdec/swfdec_as_super.c | 46 +++++++++++++- libswfdec/swfdec_as_super.h | 2 libswfdec/swfdec_as_with.c | 2
2011 Oct 05
2
aggregate function with a dataframe for both "x" and "by"
I have 2 dataframes. "mydata" contains numerical data. "mybys" contains information on the "group" each row of the data is in. I wish to aggregate each column in mydata using the corresponding column in mybys. Please see the example below. What is a more elegant or "better" way to accomplish this task? Thanks! mydata =
2007 Nov 14
0
4 commits - libswfdec/swfdec_as_interpret.c test/trace
libswfdec/swfdec_as_interpret.c | 3 test/trace/Makefile.am | 18 ++++ test/trace/callmethod-this-5.swf |binary test/trace/callmethod-this-5.swf.trace | 136 +++++++++++++++++++++++++++++++++ test/trace/callmethod-this-6.swf |binary test/trace/callmethod-this-6.swf.trace | 134 ++++++++++++++++++++++++++++++++ test/trace/callmethod-this-7.swf
2007 Jan 18
0
Branch 'interpreter' - 4 commits - libswfdec/js libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_codec_screen.c libswfdec/swfdec_image.c libswfdec/swfdec_script.c libswfdec/swfdec_swf_decoder.c libswfdec/swfdec_tag.c
libswfdec/js/jsinterp.h | 1 libswfdec/swfdec_bits.c | 28 +++ libswfdec/swfdec_bits.h | 9 - libswfdec/swfdec_codec_screen.c | 2 libswfdec/swfdec_image.c | 98 ++++-------- libswfdec/swfdec_script.c | 315 ++++++++++++++++++++++++++++++++++++++-- libswfdec/swfdec_swf_decoder.c | 2 libswfdec/swfdec_tag.c | 23 -- 8 files
2011 Nov 05
1
Newbie Question/Feature Request
Hi, I'm working on a plugin for qpsmtpd (a perl smtp frontend) that delivers mail via dovecot's LDA. I can only get mail delivered by writing the email to file, then calling 'deliver -d someone -f someone-else < /path/to/temp/email' All good, expected behavior. A perl snippet: local $/=undef; open FH, "< ./demo.mail"; my $stringified = <FH>; # this is
2007 Jan 24
0
Branch 'interpreter' - 8 commits - libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_js.c libswfdec/swfdec_js.h libswfdec/swfdec_script.c test/swfdec_out.c test/swfdec_out.h test/swfedit_tag.c test/swfedit_token.c test/swfedit_token.h
libswfdec/swfdec_bits.c | 8 +- libswfdec/swfdec_bits.h | 4 - libswfdec/swfdec_js.c | 92 +++++++++++++++++++++++++--------- libswfdec/swfdec_js.h | 5 + libswfdec/swfdec_script.c | 64 +++++++++++++++++++++-- test/swfdec_out.c | 24 ++++++++ test/swfdec_out.h | 5 + test/swfedit_tag.c | 64 +++++++++++++++++++++++ test/swfedit_token.c |
2007 Apr 17
0
GETVARIABLE and IAX
Hello, I'm a developer writing FastAgi scripts to do Asterisk call handling. One of the functions provided by these scripts is to collect call data and write it into our own custom CDR tables. For SIP-based calls, for example, we find it useful to capture the SIP call ID so that we can use it to marry together the CDR and a wireshark log of the SIP and RTP packets involved in the call.