similar to: Installation Problem with asterisk 1.6

Displaying 20 results from an estimated 1000 matches similar to: "Installation Problem with asterisk 1.6"

2008 Apr 13
1
compilation of asterisk 1.4.19 with ilbc already on system
I already have ilbc installed on my system. The files are: /usr/include/ilbc/iLBC_decode.h /usr/include/ilbc/iLBC_define.h /usr/include/ilbc/iLBC_encode.h /usr/lib/libilbc.a /usr/lib/libilbc.la /usr/lib/libilbc.so -> libilbc.so.0.0.0 /usr/lib/libilbc.so.0 -> libilbc.so.0.0.0 /usr/lib/libilbc.so.0.0.0 However, if I do a "make" in asterisk-1.4.19, it will not detect that libilbc.a
2014 Aug 15
1
virt-manager and libvirt-python
Hello! I'm trying to work with virt-manager but getting SIGTRAP signal. It is done with gdb under MinGW32 on Windows 7 64-bit. I have Python 2.7.8. 32-bit. As I can see from backtrace ( http://pastebin.com/JhN6XgYb ), there is something wrong with libvirtmod.pyd. Also I couldn't find how to solve " typelib for AppIndicator3" error. So I try to debug libvirt-python. For doing
2008 Mar 25
4
SAXXMLReader
Perhaps the msxml3: Added support for SAXXMLReader causes compilation failure on my ubuntu gutsy amd64 libxml/SAX2.h: No such file or directory libxml/SAX2.h was first included from saxreader.c:41 make[2]: [Makefile] Error 1 (ignored) ../../tools/makedep -C. -S../.. -T../.. -I/usr/include/libxml2 -I/usr/include/libxml2 attribute.c cdata.c comment.c docfrag.c domdoc.c domimpl.c element.c
2006 Mar 17
6
Updated the xml code to be more object-oriented
I changed the code to be more prototype-esque, and created a class called XMLDoc. I may add more functionality to it later, hence the more generic name, but you do something like this to convert XML to a hash: XMLDoc = Class.create(); Object.extend(XMLDoc.prototype, { initialize: function (xmlDoc) { this.element = xmlDoc; }, asHash: function () { if (! this._xmlHash) {
2006 Apr 17
7
Serve static XML files how?
Hi, a Javascript in one of my Rails templates needs to load a static XML file. I tried several places to put the actual XML file, and I also tried to make the file a rails template (tried both .rhtml and .rxml) and access it via a controller action. None of these ways worked. Does the lighttpd server know how to serve XML files, or do I need to configure it first? Or, is there a good workaround?
2010 Aug 24
2
Parsing a XML file
I have one XML file with 30MB that I need to read the data. I try this; library(XML) doc <- xmlDoc("Malaria_Grave.xml") And R answers like this *** caught segfault *** address 0x5, cause 'memory not mapped' Traceback: 1: .Call("RS_XML_createDocFromNode", node, PACKAGE = "XML") 2: xmlDoc("Malaria_Grave.xml") Possible actions: 1: abort (with
2012 Jan 18
1
Compile error 1.8.8.1
Hi, While compiling 1.8.8.1, I met the following error: [AR] hash/hash.o hash/hash_bigkey.o hash/hash_buf.o hash/hash_func.o hash/hash_log2.o hash/hash_page.o hash/ndbm.o btree/bt_close.o btree/bt_conv.o btree/bt_debug.o btree/bt_delete.o btree/bt_get.o btree/bt_open.o btree/bt_overflow.o btree/bt_page.o btree/bt_put.o btree/bt_search.o btree/bt_seq.o btree/bt_split.o btree/bt_utils.o db/db.o
2016 Dec 04
3
Asterisk Can't start with the default configs
Hi, I tried to run the make progdocs, but the first time, it said, I have no doxygen installed. So I compiled the latest release and reconfigure the asterisk. And after it, ut sucessfully started to build the docs. But it took a lot of time, So finally I aborted the process... Is there a way to disable doc creating? The --disable-xmldoc is enough? Thanks! On Dec 2, 2016 3:36 PM, "Joshua
2015 Apr 13
9
I'm not able to install asterisk in AWS cloud
Hi folks, I'm not able to install asterisk whenever I hit make command I get below error: make[1]: *** No rule to make target `../main/modules.link', needed by `asterisk'. Stop. make: *** [main] Error 2 Regards Akhilesh -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Aug 30
4
getNodeSet - what am I doing wrong?
Hi, Why is the following retuning a nodset of length 0: > library(XML) > test <- xmlTreeParse( > "http://www.unimod.org/xml/unimod_tables.xml",useInternalNodes=TRUE) > getNodeSet(test,"//modifications_row") Thanks for any hint. Joh
2015 Apr 24
4
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
Hi Guenther, Thanks for ur reply I have concern from long time I'm not able to login through softphone with AWS Cloud.Please let me know is there any document or guide line for the same. Regards Akhilesh On Fri, Apr 24, 2015 at 1:26 PM, Guenther Boelter <gboelter at gmail.com> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 04/24/2015 03:34 PM, akhilesh
2015 Apr 24
5
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
Hi Thomas, Could you tell how can I change the protocol of corresponding port means 5060 is configured with tcp protocol I want to configured with udp. When I execute nmap -p5060 xx.xx.xx.xx I got below output [root at ip-172-31-32-117 cel]# nmap -p5060 xx.xx.xx.xx Starting Nmap 5.51 ( http://nmap.org ) at 2015-04-21 11:19 UTC Nmap scan report for
2004 Jul 20
0
Asterisk CVS compile error YDL 3.0.1
Hi, i'm trying to compile Asterisk under YDL 3.0.1, libpri, zaptel compile ok, but at make install in asterisk give me this error, have an idea because it can be? Thanks in advance. k\" -DASTLOGDIR=\"/var/log/asterisk\" -DASTCONFPATH=\"/etc/asterisk/asterisk.conf\" -DASTMODDIR=\"/usr/lib/asterisk/modules\" -DASTAGIDIR=\"/var/lib/asterisk/agi-bin\
2015 Apr 28
1
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
Hi James, Please let me know how could I implement for sip.I will appreciate your help. Regards Akhilesh On Mon, Apr 27, 2015 at 7:01 PM, James Cass <jcass78 at gmail.com> wrote: > Akhilesh, > I have implemented several ec2 instances with both sip and iax2 and have > no problems with xlite or hard phones. Have you already opened the ports in > the vpc security group on the
2015 Apr 21
2
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
Hi Guenther, When I executed nmap -p5060 <xx.xx.xx.xx> I got below output. [root at ip-172-31-32-117 cel]# nmap -p5060 xx.xx.xx.xx Starting Nmap 5.51 ( http://nmap.org ) at 2015-04-21 11:19 UTC Nmap scan report for ec2-xx-xx-xx-xx.us-west-2.compute.amazonaws.com (xx.xx.xx.xx) Host is up (0.00080s latency). PORT STATE SERVICE 5060/tcp filtered sip Nmap done: 1 IP address (1 host
2015 Apr 21
2
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
Hi Guenther, What did you recommend to me, I did accordingly but there is no log showing in asterisk CLI. I'm getting same problem. Regards Akhilesh On Mon, Apr 20, 2015 at 6:05 PM, Guenther Boelter <gboelter at gmail.com> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 04/20/2015 12:31 PM, akhilesh chand wrote: > > Hi Folks, > > > >
2015 Apr 20
6
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
Hi Folks, I'm trying to register softphone(X-lite) but I'm not able to register softphone whenever I'm trying to register softphone I got below error [image: Inline image 1] Is there any document/guide line where I will get process to register softphone in asterisk(Which is installed in EC2 Cloud). Regards Akhilesh -------------- next part -------------- An HTML attachment was
2015 Apr 27
1
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
Hi Helvio, Could you tell me what is process to setup an environment for IAX. Regards Akhilesh On Fri, Apr 24, 2015 at 4:25 PM, Helvio Junior <helvio.listas at gmail.com> wrote: > Hi Akhilesh, > > SIP protocol use port 5060 (default) and many other ports to stablish > calls. You need to check if there is AWS firewall rule that allow your > communication from your client
2013 Nov 19
2
Communicate with barge agent
HI folks, I have set a barging facility with our production box.Client able to barge a agent but client raise a requirement, they want talk to barge agent but that communication is not listen by customer. It is possible with asterisk or not. thanks in advance. Regards Akhilesh -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Oct 16
3
How to disable Internal call ?
Dear All, I want to disable internal call facility.Means agent(4002) does not make call to agent(4003) or other extensions. Regards Akhilesh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131016/e1c5734f/attachment.html>