Displaying 5 results from an estimated 5 matches for "banshe".
Did you mean:
banshee
2006 Dec 01
4
YUM conflict with RHEL 4_X86_64
Hi, everyone, I have one conflict problem when I try to install Centos YUM
on RHEL 4_X 86_64.
Uname -a shows:
Linux PT3 2.6.9-42.0.0.0.1.ELsmp #1 SMP Sun Oct 15 15:13:57 PDT 2006 x86_64
x86_64 x86_64 GNU/Linux
Yum -version shows:
Repository update is listed more than once in the configuration
Repository base is listed more than once in the configuration
Repository contrib is listed
2008 Oct 16
0
How to invoke an external C program and output an integer to the program?
Hi,
I want to call an extension like 88888 and invoke an external C program upon
calling, pass an constant integer like 1 to the C program.
What I have done is:
/etc/extensions.conf:
exten => 88888,1,system(/usr/local/src/parallel/fire 1)
exten => 88888,n, Dial(SIP/88888)
exten => 88888,n,Hangup
the C program under /usr/local/src/parallel/fire will wait for the input, if
it's 1
2007 Apr 04
1
Asterisk server hangs on after only few hours again.
hi, everyone,
i have been sufferred for the asterisk hang on problem for so long and i
just reinstalled the whole thing yesterday, but again this morning the
server hangs on again, you could not call in through PSTN line and the ppl
also could not call out throught the server, there is simply engaged dial
tone when you try to do so. and the only thing i can do is to restart
asterisk server after
2007 Mar 26
1
Asterisk incoming caller id problem
Hi, guys,
For my server, if i use my handphone to call in the PSTN line by TDM400p
card, the server could not receive the caller id correctly. anyone knows the
problem? I am currently using asterisk 1.2.14 with freepbx 2.2.1. The CLI is
as below, "Caller ID name is 'zap1' number is '4521'" , this 4521 is one of
my FXS zap extension created.
dialparties.agi: Starting New
2009 Sep 02
1
AMI Originate Commands executed in sequential Order problem
Hi,
I noticed that asterisk manager interface will only accept the originate
commands in sequential order. For example, if I want to ring two extensions
through the AMI, and while first extension is ringing, AMI won't execute and
ring second extension until first extension has answered the call.
Anybody has any ideas as I had the same results even tested with telnet
commands to AMI interface.