Displaying 7 results from an estimated 7 matches for "anthmct".
Did you mean:
anthm
2003 Oct 15
2
x110p -> tdm400p -> answering machine ISSUE
Ever since late September I am unable to get any newer version of zaptel drivers
on a machine I keep at home to play with.
If I am not home and the answering machine gets the call the system hangs up
on the caller during the greeting but if I'm there to answer it, the call will work fine.
If I use an older copy of zaptel it doesnt happen at all so it has to be something
introduced
2003 Oct 15
0
app_dial Flag
A nice flag in app_dial ?
would be f and F to indicate weather to send flash to
the fxo or fxs device in a bridged call.
so if you have a pots line on an x100p bridged to a tdm400p
and the pots line has call waiting you hear the call waiting signal
'f' would behave as normal and flash on the tdm400p and 'F' would
send the flash on the x100p
The flashing the tdm400p
2003 Oct 14
2
managers.conf Clarification Question
Does Anyone have a breakdown on what each option means in manager.conf
system,call,log,verbose,command,agent,user
I want to make a user who does not get a ton of events in
the socket and is just for sending a query and getting that 1 reply
I dont want to keep restarting my pbx to figure it out.
I'm sure some may be self-explanatory but I was wondering if anyone knows for sure
which
2003 Oct 15
0
Manager Interface Needs a protocol
I was using the Asterisk::Manager perl module and had some troube with it
so I decided to make my own. I have a pretty good prototype after a few hours
(My main point about the protocol is at the bottom of this example.)
http://asterisk.650dialup.com is where you can download it.
my $man = init Asterisk::AstMan ({
-user => "asterisk",
2003 Oct 02
2
WINXP Messenger SIP Client (Good News, Bad News)
I found this information on how to make XP have a dialpad in Windows Messenger
which was awesome news
HKEY_CURRENT_USER\Software\Microsoft\MessengerService\CorpPC2PHone
(change it from 0 to 1 and a magic new choice to make phone calls appears)
only to be crushed hours later when I realized It doesnt seem to do dtmf right.
If i make an ext lead to AgentLogin for instance and press my
2003 Oct 18
2
Even Newer Patch to app_queue with skillbased strategy
I made a post a few days ago with a patch to the queue to allow you to insert
a penalty value in dynamic queue adding.
http://asterisk.650dialup.com
Since then, I decided I would make a whole new strategy called 'skillbased'
I added a new option skillmask to the Queue appl and the
AddQueueMember func as well as the queues.conf
basicly if the skillmask of the queuemember is
2003 Jun 17
11
New Module app_perl
I just made my first 2 modules for asterisk (The 1st one is depriciated already).
I was annoyed that i couldn't get GotoIf to take any expressions besides a boolean
then i made a module to mimic gotoif and parse a few expressions like (${var} > 12)
exten => 1,1,gotoif_expr,${var} > 12:1|4:1|5
Then I immediatly obseleted it with this new embedded perl module that lets
you