search for: nooneavail

Displaying 4 results from an estimated 4 matches for "nooneavail".

2003 Sep 20
0
Asterisk fax detection
...0,1,Macro(fixcid) exten => 8000,2,Answer exten => 8000,3,DigitTimeout(3) exten => 8000,4,ResponseTimeout(10) exten => 8000,5,BackGround(loligo/pls-wait-connect-call) exten => i,1,Playback(pbx-invalid) exten => i,2,Hangup exten => t,1,Macro(rg-inbound,20) exten => t,2,Goto(aa-nooneavail,s,1) exten => fax,1,Dial(SIP/analog2,,d) exten => fax,2,Hangup Fax calls come in and after the 10 second timeout ring through to the voice sets. I don't see anything in either debug or messages that suggests that asterisk is detecting the fax tones. Has anyone successfully gotten this...
2004 Dec 22
1
Problem ringing simultaneous channels
...that when asterisk tries to ring the other number on Zap/2 it thinks the call has been answered and can therefore stop ringing IAX2 Here's what I have in extensions: [officeopen] exten => s,1,Dial(IAX2/100,15) exten => s,2,Dial(IAX2/100&Zap/2/07879xxxxxx,15) exten => s,3,Playback(nooneavailable) exten => s,4,Voicemail2(u2000) exten => s,5,Hangup And here's the output from asterisk: -- Starting simple switch on 'Zap/1-1' -- Executing Dial("Zap/1-1", "IAX2/100|15") in new stack -- Called 100 -- Call accepted by 67.76.xxx.xxx (forma...
2004 Dec 22
5
TDM400P install on Debian 2.6.10
I just installed a new TDM400P with one FXO interface in slot 4 (how it came from Digium). This box is running Debian with a 2.6.10-rc2-mm3 kernel. After the make linux26 and make install in /usr/local/src/zaptel, I can see contents in /dev/zap but any attemp to touch for example /dev/zap/ctl gets a no such device or address ... Any suggestions?
2004 Jan 20
1
help - recording both sides of a conversati on
...3,BackGround(for-quality-purposes) > > exten => _57XXX,4,BackGround(this-call-may-be) > > exten => _57XXX,5,BackGround(recorded) > > exten => _57XXX,6,Dial(SIP/${EXTEN:1},120,tm) > > exten => _57XXX,7,Macro(rg-inbound,10,tr) > > exten => _57XXX,8,Goto(aa-nooneavail,s,1) > > > > By transferring a call to 5 + the extension I'm at, I enable the call > > recording, let the caller know he might be recorded and then send the call > > right back to myself. > > > > Here's the Macro: > > > > [macro-record-enable]...