Displaying 20 results from an estimated 200 matches similar to: "problem about asterisk realtime."
2007 May 31
2
Net2Phone Multiple SIP Trunk Not Working
Hi All,
As Net2Phone don't permit more than one session per account, I configured
about 10 sip trunks and configure multiple trunk routing but once the first
trunk is used I cannot make additional calls, I also cofigure my dial plan
in other way using the chanisavail command but still not working.
The chanisavail command configuration is correct as I can make calls using
other trunk than
2008 Nov 04
2
[LLVMdev] cross compiling using llvm 1.8
Thanks, it helped :-)
I'm now building the sources and apparently my mingw installation does
not support pthread and therefore examples/ParallelJIT.cpp fails:
make[2]: Entering directory
`/c/llvm1.8/generated-llvm/obj/examples/ParallelJIT'
llvm[2]: Compiling ParallelJIT.cpp for Debug build
c:/llvm1.8/llvm/examples/ParallelJIT/ParallelJIT.cpp:20:21: pthread.h:
No such file or
2006 May 28
3
doubts about asterisk configuration from database
hi,
I want to complete asterisk configuration from database(MYSQL),now I come across some doubts:
1. http://voip-info.org/tiki-pagehistory.php?page=Asterisk+configuration+from+database&diff2=3
says that "Dynamic 'friends' (Asterisk v1.0.*) and the number of options supported by this 'MySQL_Friends' system is currently very limited",at the same time I find
2009 Dec 07
2
xapain install
Hi,
I am trying to isntall Xapain. I run $./cofigure optionand then I rune make, but it echos following message in infinite loop. Is there anything wrong? How to correct?
---------------------------------
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long
2004 Dec 20
1
Problem using SPA-2000 behind NAT
Hello all,
I have a new Sipura SPA-2000 that I am trying to configure beind a
NAT. The SPA is able to register to the asterisk server without a
problem and the SPA can make calls to other extension that are not
behind a NAT. However, when I try to call the SPA from another
extension, the extension connected to the SPA rings, the user at the
SPA answers, and there is no audio in either
2007 Aug 23
3
Is it posible for an incoming to ring to Polycom and cell at the same time?
If it is posible for a imcoming call to ring both the Polycom desk
phone and my cell phone at the same time, if I dont answer fall back
to my voice mail box.
I would like to hire someone to cofigure that for me.
Bob
--
We've Got Your Name at http://www.mail.com !
Get a FREE E-mail Account Today - Choose From 100+ Domains
-------------- next part --------------
An HTML attachment
2009 Jan 03
1
configurations of IceCast over linux enterprise
Hi am little novice over your product but also need a good hand reinstalling your server platform under linux servers
steppes that where already done
uncrompressed the tar.gz file in out of the www.folder so is now home/gysmonet/icecast/
next
did run the configure file as said
then did tried make
make install and seems nothing happening
Do i need to cofigure anything before running the
2010 Feb 16
3
Keyboard
All,
I installed R-2.10.1 with Readline=no. Now for some reason R does not recognize some key strokes like the directional arrows.
I am not sure if Readline is the problem or not.
I have tried .Cofigure with Readline = yes but it doesn't fix the problem nor do I really know if readline is the problem to start with.
Has anybody else run into similar problems?
Thanks,
Steve
[[alternative
2012 Jul 05
1
[LLVMdev] "symbol lookup error" while running a Simple Loop Pass
Hi,
> Problem solved. I was building llvm in a separate llvm-build directory. I
> built it within the llvm-src directory (which kept all the llvm .so and my
> pass' .so in the llvm-src/Release+Asserts/lib directory) to solve the
> problem.
I do not fully understand what you mean, there should be no difference
on building out of source AFAIK.
> Can anyone tell me what's
2006 Mar 12
4
Voice problem
Hi,
I have small issue with Asterisk. My customers complaining that sometimes
(not always) the outgoing voice (the voice which can be heard by the user a
the other end) quality is very low (stutter and sudden clicks). The problem
exist in only-IP configuration and in IPtoTDM connections as well. I use
alaw codecs. I know that they consume a lot of bandwidth, but the upload and
download stream is
2005 Sep 01
2
Kerberos problem with net ads join under AIX
Hello!
If i try a net ads join i get a kerberos error , but my kerberos works
fine, i can do a kinit,klist and so on.
the error i get is the following.
[2005/09/01 08:02:16, 0] libads/kerberos.c:ads_kinit_password(146)
kerberos_kinit_password root@MY.DOMAIN.COM failed: Cannot resolve network
address for KDC in requested realm
[2005/09/01 08:02:16, 0] utils/net_ads.c:ads_startup(191)
2008 Nov 04
0
[LLVMdev] cross compiling using llvm 1.8
Aviv Peretz wrote:
>
> Hi,
>
>
> I finally gave up building on Linux, in the meantime, and tried to
> build this version straight on Windows, using mingw32.
>
>
> ....
>
> appending configuration tag CXX to mklib
> appending configuration tag F77 to mklib
> checking for llvm-gcc.exe... /c/llvm1.8-mingw32/bin/llvm-gcc.exe
> checking for llvm-g++.exe...
2003 Sep 25
15
CDR Web Search Frontend
*This message was transferred with a trial version of CommuniGate(tm) Pro*
Hey all,
I've just done a quick (but functional) web front end for searching the
CDRs in a MySQL database. Anyone interested in trying it out? I'm
wondering what to add to it next.
So far you can seach using source, destination, CLI, channel and date
ranges. It also displays ALL fields in the database table.
2013 Sep 06
4
[PATCH] virtio_pci: pm: Use CONFIG_PM_SLEEP instead of CONFIG_PM
The virtio_pci_freeze/restore are defined under CONFIG_PM but is used
by SET_SYSTEM_SLEEP_PM_OPS macro, which is defined under
CONFIG_PM_SLEEP. So if CONFIG_PM_SLEEP is not cofigured but
CONFIG_PM_RUNTIME is, the following warning message appeared:
drivers/virtio/virtio_pci.c:770:12: warning: ?virtio_pci_freeze? defined but not used [-Wunused-function]
static int virtio_pci_freeze(struct device
2013 Sep 06
4
[PATCH] virtio_pci: pm: Use CONFIG_PM_SLEEP instead of CONFIG_PM
The virtio_pci_freeze/restore are defined under CONFIG_PM but is used
by SET_SYSTEM_SLEEP_PM_OPS macro, which is defined under
CONFIG_PM_SLEEP. So if CONFIG_PM_SLEEP is not cofigured but
CONFIG_PM_RUNTIME is, the following warning message appeared:
drivers/virtio/virtio_pci.c:770:12: warning: ?virtio_pci_freeze? defined but not used [-Wunused-function]
static int virtio_pci_freeze(struct device
2011 Jul 27
3
[LLVMdev] Problem with llvm-gcc 'make' and arm-none-linux-gnueabi-as
Hello:
I recently attempted to update the ARM cross-compilation setup I had with
llvm, and it did not work, so I wanted to revert back to my initial
configuration. I reconfigured/make/make install'ed my llvm which executed
fine, and then cleared out my llvm-gcc obj and install folders, and
reconfigured gcc from within llvm-gcc/obj as follows:
../llvm-gcc-4.2-2.9.source/configure
2008 Nov 04
2
[LLVMdev] cross compiling using llvm 1.8
Hi,
I finally gave up building on Linux, in the meantime, and tried to build
this version straight on Windows, using mingw32.
This is my command line:
(running from /c/llvm1.8/generated-llvm/obj)
*../../llvm/configure --prefix=/c/llvm1.8/gene*
*rated-llvm/install/ --enable-debug-runtime --enable-jit*
This is my path definition (it has several redundancies):
$ echo $PATH
2013 Sep 06
1
[PATCH] virtio_pci: pm: Use CONFIG_PM_SLEEP instead of CONFIG_PM
On 09/06/2013 03:20 PM, Amit Shah wrote:
> On (Fri) 06 Sep 2013 [10:28:36], Aaron Lu wrote:
>>
>> The virtio_pci_freeze/restore are defined under CONFIG_PM but is used
>> by SET_SYSTEM_SLEEP_PM_OPS macro, which is defined under
>> CONFIG_PM_SLEEP. So if CONFIG_PM_SLEEP is not cofigured but
>> CONFIG_PM_RUNTIME is, the following warning message appeared:
>>
2013 Sep 06
1
[PATCH] virtio_pci: pm: Use CONFIG_PM_SLEEP instead of CONFIG_PM
On 09/06/2013 03:20 PM, Amit Shah wrote:
> On (Fri) 06 Sep 2013 [10:28:36], Aaron Lu wrote:
>>
>> The virtio_pci_freeze/restore are defined under CONFIG_PM but is used
>> by SET_SYSTEM_SLEEP_PM_OPS macro, which is defined under
>> CONFIG_PM_SLEEP. So if CONFIG_PM_SLEEP is not cofigured but
>> CONFIG_PM_RUNTIME is, the following warning message appeared:
>>
2005 Jun 03
1
Asterisk and Audiocodes 108 FXS
Hello all,
Has anybody cofigured in SIP the Audiocodes MP108 FXS in a way that each
port is an extension of the Asterisk Box ?
So each port can have it's own mailbox, etc ?
Regards,
Jorge A.