Displaying 20 results from an estimated 2000 matches similar to: "System Jsut hangs Up"
2005 Jul 17
6
modprobe wcfxo fails.
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 4732 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050717/90033baf/attachment.gif
2005 Jul 21
3
Busy Extensions.
I seem to have almost everything working now. The only problem is all of my
extensions seem to be busy. I can call out, but not in. Can someone point me
to the settings in the extensions file that could cause this.
Thanks in advance guys.
Tim King
Network Engineer
Computer & Network Solutions LLC
1331 Plainfield Ave
Grand Rapids MI 49505
Phone: 800-669-3290
2005 Jul 18
2
Mail Notification
Hi all!, i search for some information about to setup my asterisk box with
e-mail notification when a I call the voicemail application. Voicemail
application works fine in the Dial Plan but nothing happens with email
notification ...so what i need to know about this?...wiki pages did not help
me ....thanks!
G.
----- Original Message -----
From: <asterisk-users-request@lists.digium.com>
2005 Aug 02
12
WHat does it take
How many times do you ask for help here before getting a respone? Every
single thing I do No matter what I get busy extensions. I am willing to pay
someone to help here. Anybody got a clue?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050802/d0d1326c/attachment.htm
2007 Apr 17
3
Is this a bug?
I have found a strange "ifelse" behaviour (I think)
This works:
> ifelse(T,1+1,1+2)
[1] 2
> ifelse(F,1+1,1+2)
[1] 3
Maybe I missed something about R internals, but why
> ifelse(T,print("hello"),print("goodbye"))
[1] "hello"
[1] "hello"
> ifelse(F,print("hello"),print("goodbye"))
[1] "goodbye"
[1]
2006 Jan 01
11
Can rails make use of accesskeys?
I added :accesskey=>"D" to the html options hash of my link_to tag
but nothing happened.
Should I keep trying or is this not an option yet?
bruce
2008 Oct 01
2
Bug or feature with finding a list element?
This seems odd. When I try to look up a list element which has a space in
the name using just the first word (i.e. no spaces), it will sometimes
return the element with a space in the name and sometimes it will return
NULL.
Try this:
alist <- list( 'hello'=10, bye=20, 'hello world'=30, 'goodbye world'=40, 'hi
world'=50, 'goodbye foo'=60, 'goodbye
2001 Apr 04
2
Password Expirey
Is there anyway to expire password for windows clients with a Samba (in my case
recent alpha version)? I found a post the TNG parameter "password expire time =
10" but a "strings smbd | grep expire" didn't turn in up in the binary. Anyone
have any ideas if this is possble (I see it posted frequently to the archives,
but no answers).
Systems and Network Administrator
2006 Jun 07
2
Qick Q: Expression in this Controller
I tried putting this inside my controller:
def goodbye
@link = Link_to "goodbye!", :action =>"goodbye"
end
and display it in my views calling the @link variable.
Of course it doesn''t work.
Why?
Thanks
--
Posted via http://www.ruby-forum.com/.
2004 Jun 11
15
Voicemail problem
I am trying to get asterisk to email me my voicemail as attachments.
What am I missing? Where do I tell it to go for SMTP services?
Voicemail.conf:
;
; Voicemail Configuration
;
[general]
format=wav49|gsm|wav
serveremail=pbx.agtcorp.local
attach=yes
maxmessage=180
skipms=3000
maxsilence=10
silencethreshold=128
maxlogins=3
append=yes
[default]
100 => 1234,Sean Garland,sean@siskiyoutech.com
2005 Aug 17
2
X100P dial out problem
Hi all!
I'm new to asterisk and I'm trying a simple config with:
- Debian GNU/Linux (unstable)
- last version of Asterisk
- a X100P card
I have a problem with dial out from a SIP software phone (XLITE) to a
public number (ex. my mobile phone), asterisk start the call, but nothing
happen...
If I run "ztmonitor 1" I can see the right RX level and if I try to make a
call with an
2005 Aug 19
2
FXO not picking up; baffled
I'm a newbie to Asterisk, but I'm moderately knowledgeable about phone
systems. Right now, I'm most certainly confused.
I have a TDM-04B (four FXO) and four analog FXO lines running into it
from an AdTran 616. I have Asterisk working internally, although I could
use some help getting incoming calls to answer properly and configuring
my outbound dialplan.
Here's where I'm
2006 Feb 20
3
Caching of classes non working or Howto?
Hello!
I m new to rails. I m playing around with it on a SuSE 10.0 box with
ruby 1.8.2 and gems and rails and postgres. rails xyz creates a nice
rails application, with its directory and ruby script/server runs
webrick nicely and lets me see the page on localhost:3000.
I went with some tutorial to create a Hello page showing the time and a
Bye-Link to link to an Bye page.
cat
2006 Apr 04
2
How to apply class from Stylesheet to "link_to" element???
Hi,
This is the "img" class for anchor element inside my stylesheet.
=====================
A.img:link {
color: #ffffff;
text-decoration: none;
}
A.img:visited {
color: #ffffff;
text-decoration: none;
}
======================
I can easily apply this tag inside my html document as follows:-
=======
< a href="goodbye.html" class="img">
=======
Now I want to
2005 Mar 21
2
Ext matching problems
Hello everyone...
I'm trying to get up a testing pbx installation. Following instructions
of what've read from the handbook and from asterisk's wiki, I wrote the
dial plan as follows:
[general]
;
;
static = yes
;[globals]
;
[default]
;
exten => 0,1,Answer()
exten => 0,2,Playback(fcopba1)
exten => 0,3,Hangup()
exten => *0,1,Answer()
exten => *0,2,Record(fcopba1:gsm)
2003 Jul 24
2
Voicemail() problems - Long pause after incoming message recording ended.
I'm having the following problem:
I call into my Asterisk box (RedHat Linux 9.0, 1 Digium X100P card)
to access voicemail. After dialing the appropriate extension I get
voicemail, am presented with the user's unavailable message, and can
leave a message normally.
The problem comes when I press "#" to end the recording, at which
point I am told "Your message has been
2007 Feb 08
2
Asterisk outbound calling does not wait for answer before playback
Hello Asteriskers, :-)
We're trying to set up an outbound notification calling for system
alerts with Asterisk 1.4.0. We generate a call file in
/var/spool/asterisk/outgoing and the outbound call is originated through
Zap/1 (Sangoma A200D to a Canadian POTS line). The problem is that
Asterisk does not wait for the other side to answer before it starts
playing the message. So the
2007 Dec 10
3
One server, multiple companies
Hello all,
Just starting to setup asterisk v 1.4.11 and need to run three distinct phone systems for three different companies.
So far, I have inbound lines going to the appropriate dial plan within the extensions.conf file. I'm using
exten => _X.,1,NoOp(FROM NUMBER: ${SIP_HEADER(TO):5:10})
to determine which number is being dialed by the caller and then using a gotoif to get to
2007 Jul 17
1
No sound from Festival, but *something* is happening
Hey folks,
So I'm trying to get Festival() working on 1.2.17. I'm trying to use
app_festival:
Here's the show dialplan output from that extension:
'3378' => 1. Answer()
[pbx_config]
2. Festival(Hello Asterisk caller. How is your day?)
[pbx_config]
3. Playback(vm-goodbye)
[pbx_config]
4. Hangup()
2004 Mar 30
5
Caller entered digits ignored during wait....
Greetings,
Below is part of the contents of my extensions.conf file.
exten => s,1,Wait,1 ; Wait a second before
answering.
exten => s,2,Answer
exten => s,3,ResponseTimeout,10 ; Set the amount of
time the user
; has to
make a selection.
exten => s,4,DigitTimeout,5