Displaying 2 results from an estimated 2 matches for "10digit".
2010 Feb 02
2
Semi-Transfer
There are times when I need to call a client from my cell and I want a
recording of the call. I was trying to put into an * a way of doing
that. Below is what I'm using in my extensions.conf
exten=> X,1,Read(num,"/var/lib/asterisk/sounds/mtas/10digit",10,,,5)
exten=> X,2,SayDigits(${num})
exten=> X,3,Background(/var/lib/asterisk/sounds/mtas/verify)
exten=> X,4,WaitExten(3)
exten=>
X,5,Monitor(wav,/var/store/calls/InOutRec-${STRFTIME(${EPOCH},,%Y%m%d-%H
%M%S)}-${CALLERID(num)}-${EXTEN},mb)
exten=> X,6,dial(${belltd}/$...
2004 Jan 19
3
Residential services
Hi folks,
The obligatory newbie disclaimer:
"Hi, I'm new to Asterisk and I have a couple questions..."
OK, now that that's over with:
I've just started working for a small CLEC, and I'm trying to sell * to
my boss as a replacement for some expensive/inflexible/closed-source
software he's been using to provide residential dialtone with for a
couple years now.