search for: mxml

Displaying 20 results from an estimated 22 matches for "mxml".

Did you mean: mlxml
2007 Mar 15
1
Re: zapata with Tiger3XX compilation error
...and I do have wcfxo.ko in the /lib/modules/2.6.8/extra/ directory, so what gives? This is a Debian Sarge, thanks! # # make clean starts here # make[1]: Entering directory `/usr/src/zaptel-1.4.0/menuselect' rm -f menuselect *.o make[2]: Entering directory `/usr/src/zaptel-1.4.0/menuselect/mxml' /bin/rm -f mxmldoc.o testmxml.o mxml-attr.o mxml-entity.o mxml-file.o mxml-index.o mxml-node.o mxml-search.o mxml-set.o mxml-private.o mxml-string.o libmxml.a mxmldoc doc/mxml.3 doc/mxmldoc.1 testmxml mxml.xml /bin/rm -f mxmldoc-static libmxml.a /bin/rm -f *.bck *.bak /bin/rm -f config.cache c...
2009 Apr 26
4
1.6.1: menuselect has problems with x86_64 ??
...ot; menuselect make[1]: Entering directory `/home/asterisk/rpmbuild/BUILD/asterisk-1.6.1/menuselect' gcc -m64 -march=native -mtune=native -floop-interchange -floop-strip-mine -floop-block -c -o menuselect_stub.o menuselect_stub.c gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a /usr/bin/ld: i386 architecture of input file `menuselect.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `strcompat.o' is incompatible with i386:x86-64 output sean
2009 Oct 02
0
[PATCH] add mini-xml to com32 api
...orking with the com32 API. I use it to read additional data needed by my comboot program but doesn't necessarily belong in the Syslinux config file. Maybe someone else can find a use for it as well. First you must extract mini-xml into the Syslinux tree: tar xfz syslinux-3.82.tar.gz tar xfz mxml-2.6.tar.gz mkdir -p syslinux-3.82/com32/gpllib/mxml cp -a mxml-2.6/*.c syslinux-3.82/com32/gpllib/mxml/ cp -a mxml-2.6/*.h syslinux-3.82/com32/gplinclude/ patch -p0 < minixml.patch The patch adds the config.h and modifies the Makefile to generate the minixml objects. -------------- next part...
2020 Jul 01
3
13.22.0 - HTTP session count exceeded 100 sessions - instance unusable
Hi Joshua HTTP is used on in our setup on 127.0.0.1/mxml?<command> to send commands to the server, such as http://127.0.0.1/mxml?action=login&username=myuser&secret=thesecret to log in and then http://127.0.0.1/mxml?ActionID=123&Action=BlindTransfer&Channel=Channel&Context=local&Exten=123&Priority=1 etc. to control...
2009 Oct 21
1
error - sources for the 2.6.18-92.1.22.el5xen kernel
while compiling zaptel drivers for my yeaster TDM800 hardware, I get this error; make[3]: Leaving directory `/usr/src/zaptel-1.4.12/menuselect/mxml' gcc -o menuselect menuselect.o strcompat.o menuselect_curses.o mxml/libmxml.a mxml/libmxml.a -lncurses make[2]: Leaving directory `/usr/src/zaptel-1.4.12/menuselect' make[1]: Leaving directory `/usr/src/zaptel-1.4.12/menuselect' make[1]: Entering directory `/usr/src/zaptel-1.4.12'...
2007 Jun 23
4
Zaptel Compilation
...g: [root at localhost zaptel-1.4.2.1]# make linux26 make[1]: Entering directory `/usr/src/asterisk-1.4.4/zaptel-1.4.2.1/menuselect' make[2]: Entering directory `/usr/src/asterisk-1.4.4/zaptel-1.4.2.1/menuselect' make[3]: Entering directory `/usr/src/asterisk-1.4.4/zaptel-1.4.2.1/menuselect/mxml' autoconf autoconf: no input file make[3]: *** [config.h] Error 1 make[3]: Leaving directory `/usr/src/asterisk-1.4.4/zaptel-1.4.2.1/menuselect/mxml' make[2]: *** [mxml/libmxml.a] Error 2 make[2]: Leaving directory `/usr/src/asterisk-1.4.4/zaptel-1.4.2.1/menuselect' make[1]: *** [all] E...
2009 Feb 03
1
Can't compile on NSLU2 LE
Hi, I keep getting the following on my slug no matter what version I try (1.2, 1.4, 1.6, 1.6svn): ... make[2]: Leaving directory `/usr/portage/distfiles/svn/trunk/menuselect/mxml' gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a menuselect.o: file not recognized: File format not recognized collect2: ld returned 1 exit status distcc[19221] ERROR: compile (null) on localhost failed make[1]: *** [menuselect] Error 1 make[1]: Leaving directory `/u...
2020 Jul 01
0
13.22.0 - HTTP session count exceeded 100 sessions - instance unusable
On Wed, Jul 1, 2020 at 10:32 AM Stefan Viljoen <viljoens at verishare.co.za> wrote: > Hi Joshua > > HTTP is used on in our setup on > > 127.0.0.1/mxml?<command> > > to send commands to the server, such as > > http://127.0.0.1/mxml?action=login&username=myuser&secret=thesecret > > to log in and then > > > http://127.0.0.1/mxml?ActionID=123&Action=BlindTransfer&Channel=Channel&Context=local&E...
2016 Jun 30
2
problem with DTMF detection on calls created with Originate AMI command
Dear all i'm creating an outgoing call to number xxx with this command: http://host:port/mxml?action=Originate&Channel=Local/xxx at to-external &Exten=testDTMF&Context=cRETEUNICA&Priority=1 wich points correctly to this portion of dialplan: [cRETEUNICA] exten => testDTMF,1,Answer exten => testDTMF,n,Read(digito,,1) exten => testDTMF,n,SayDigits(${digito}) The p...
2011 Apr 20
2
issue with installtion asterisk
...is kernel ==============> # yum install kernel kernel-devel kernel-smp-devel kernel-smp======? there is no package available when i make (./configure make ) in order to install (zaptel-1.4.12.1) i have this message make[3]: Leaving directory `/usr/src/aheeva/zaptel-1.4.12.1/menuselect/mxml' gcc -o menuselect menuselect.o strcompat.o menuselect_curses.o mxml/libmxml.a mxml/libmxml.a -lncurses make[2]: Leaving directory `/usr/src/aheeva/zaptel-1.4.12.1/menuselect' make[1]: Leaving directory `/usr/src/aheeva/zaptel-1.4.12.1/menuselect' Generating input for menuselect ......
2020 Jul 01
2
13.22.0 - HTTP session count exceeded 100 sessions - instance unusable
Hi all I'm running an Asterisk 13.22.0 instance on Centos 7 - I7-8700 12 core HT with 16GB of RAM. The server maintains a total active call count of approx 285 calls with 440 channels at any one time. The totals never go below 200 calls concurrently active. For the kernel, top reports load levels at around 5.0 to 6.0 constantly. I'm having issues where at random intervals, the CLI is
2008 Feb 27
2
problem installing webOrb => Plugin not found: "http://themidnightcoders.net:8089/svn/weborb"
...ou can see: C:\RoR\mijnapplication>ruby script/plugin install http://themidnightcoders.net:8 089/svn/weborb --force to reinstall + ./README + ./Rakefile + ./init.rb + ./install.rb + ./lib/AC_OETags.js + ./lib/InfoService.rb + ./lib/data-management-config.xml + ./lib/example.html + ./lib/example.mxml + ./lib/example.swf + ./lib/history.htm + ./lib/history.js + ./lib/history.swf + ./lib/main.html + ./lib/main.swf + ./lib/----------config.xml Plugin not found: ["http://themidnightcoders.net:8089/svn/weborb", "to", "reinst all"] Can anybody help me please??? Thanks!...
2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
Missing are capitalization/formatting of data type & function labels, as well as addressing the unit labels for the y-axis. --- src/flexchart/flexchart.mxml | 4 + src/flexchart/org/ovirt/Constants.as | 17 +++ src/flexchart/org/ovirt/charts/BarChart.as | 155 ++++++++++++++++-------- src/flexchart/org/ovirt/charts/HostChart.as | 42 ++++++- src/flexchart/org/ovirt/data/DataSource.as | 1 - src/flexchar...
2007 Feb 27
2
AJAM..is a BUG?
hi guys i have created a plugin for jquery for asterisk ajax interfacement. the interfacement work with ajam and on firefox work very well, the problem is with IE :-( an example: the url is: asterisk/mxml i want login on manager system and the string command is: action=login&username=myusername&secret=mysecret I have tested with firefoz and i receive the correct XML response, the jquery plugin work perfect, but on IE i receive an error message from Asterisk Server 501 Error, unsopported...
2009 Jan 15
1
problem with PlayDTMF: no error but no tone
Hi to all i'm using PlayDTMF with AJAM, after the authentication, i make a request like this: host:8088/asterisk/mxml?action=PlayDTMF&Channel=SIP/200-sdadsadkioah&Digit=1 the result is: <ajax-response> <response type='object' id='unknown'><generic response='Success' message='DTMF successfully queued' /></response> </ajax-response> But i can...
2007 May 14
1
`PATH_MAX' undeclared here (not in a function) in asterisk!
hello, asteriskers: I compiled asterisk under arm-linux. i am using asterisk 1.4.2. i can run ./configure and menuselect with embedded modules. but running make comes out errors: ranlib libmxml.a make[3]: Leaving directory `/usr/src/asterisk-1.4.2/menuselect/mxml' cc -Wall -o menuselect.o -g -c -D_GNU_SOURCE menuselect.c cc -Wall -o menuselect_curses.o -g -c -D_GNU_SOURCE menuselect_curses.c cc -Wall -o strcompat.o -g -c -D_GNU_SOURCE strcompat.c cc -g -Wall -o menuselect menusele...
2008 Jul 07
1
cdr_addon_mysql - additional fields
Hi, I need help with modifying cdr_addon_mysql.c I want to have more fields in cdr table in asterisk. I've tried to modify cdr_addon_mysql.c and replace userfield with ex team (sed -e 's/userfield/team/g' ). When I try to recomplie menuselect/menuselect --check-deps menuselect.makeopts Generating embedded module rules ... make[1]: Nothing to be done for `all'.
2008 Nov 28
7
Examples of advanced data visualization
Dear R-help, I am looking for ideas and presentations of new and advanced data visualization methods. As an example of what I am searching for, the 'Many Eyes' pages at http://manyeyes.alphaworks.ibm.com/manyeyes/ may provide a good paradigm. I would be interested even if it will not be easy to implement such examples in R, e.g. because of the interactive nature of these graphical
2010 Mar 21
1
Invalid Makefiles to install asterisk with ldap
...uot;" CFLAGS = "" make-C menuselect CONFIGURE_SILENT = "- silent" menuselect make [1]: Leaving directory `/ root/asterisk-1.6.0.18/menuselect" gcc-g-c-D_GNU_SOURCE-Wall-c-o menuselect_stub.o menuselect_stub.c gcc-o menuselect menuselect.o strcompat.o menuselect_stub.o mxml / libmxml.a make [1]: Leaving directory `/ root/asterisk-1.6.0.18/menuselect" menuselect / menuselect - check-deps menuselect.makeopts Generating embedded module rules ... [CC] astman.c -> astman.o [CC] md5.c -> md5.o [LD] astman.o md5.o -> Astman / usr / bin / ld: can not find...
2007 Jun 23
1
Zaptel Compilation Error
Hi List; I think my problem in Zaptel compilation is related to autoconf: no input file, anyone has an advise? Also, I did a change in the Makefile existed in the following path: /usr/src/kernels/2.6.20-1.2319.fc5-i686/ EXTRAVERSION = 2.6.20-1.2319.fc5 Now, if I run uname -r then I get output: 2.6.20-1.2319.fc5 But the directory under the kernels is: 2.6.20-1.2319.fc5-i686 So do I have to