Displaying 4 results from an estimated 4 matches for "hoodahek".
2005 Sep 20
9
HooDaHek 0.6 Released
HooDaHek 0.6 has been released.
So soon, you say? Well, the best laid plans of mice and men...
Steven BerkHolz is a pretty sharp stick and said to me, "Why don't you
have HooDaHek change the CallerID when it looks up the name in the
database on an incoming call?" Much head smacketh ensue...
2005 Sep 20
1
HooDaHek w/AST 1.2
Has anyone tried HooDaHek with asterisk 1.2b1 ?
I know the data structures have changed somewhat...
MD
2005 Sep 21
1
Does Asterisk know if the trunks are busy?
...a trunk access code.
Question:
Will Asterisk know that the one Teliax circuit is in use and use a different
trunk?
How would I make the dialplan to use a different trunk if the Teliax one is
busy?
Currently I have:
[outrt-003-dial9]
include => outrt-003-dial9-custom
exten => _9.,1,Macro(hoodahek,${ARG1})
exten => _9.,2,Macro(dialout-trunk,1,${EXTEN:1},) ;or could be
Dial(Zap/g1/${EXTEN}) ;exten => _9.,3,Macro(outisbusy) ; No available
circuits
;Since this is a PRI group, I am not sure how it's internals work. I do not
see it say channel 1 is busy, channel 2 is busy using ch...
2006 Nov 22
11
Rewriting caller ID from database?
Hi
Most of our customers have generic names like "Hospital", so I need to
rewrite their caller ID name by looking up the number in a database on the
Asterisk server, and rewriting the name such as "Reading Hospital" so that
we know who's calling.
Any idea if this can be done with Asterisk, and how to do it?
Thank you.