Displaying 4 results from an estimated 4 matches for "nooneavailable".
2003 Sep 20
0
Asterisk fax detection
Hi,
I'm using an external SIP FXO gateway with Asterisk. I've got a fax machine
hooked up to an external SIP FXS. I can currently send faxes through
asterisk. I've been trying to get fax autodetection to work for inbound
pstn calls.
The relevant section of my extensions.conf is as follows:
[from-pstn]
exten => 8000,1,Macro(fixcid)
exten => 8000,2,Answer
exten =>
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 (format GS...
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
This is what I'm doing it gets you both sides of the phone call...small
size...and playable on windows through a share. My notes:
On redhat 9 I have to run the following command for asterisk to start
LD_ASSUME_KERNEL=2.4.1 asterisk -vvvvgc
[macro-record-on]
exten => s,1,SetVar(CALLFILENAME=${TIMESTAMP}-${ARG2}-${ARG1})
exten => s,2,Monitor(wav,${CALLFILENAME})
;exten =>