Displaying 3 results from an estimated 3 matches for "slaveszeroes".
2007 Jan 02
4
asterisk and mysql
Dear All,
I' I have a problem in installing asterisk 1.4.0. how can i compile
res_config_mysql.c in astersisk-addons dir. I've downloaded
asterisk-addons-1.4.0 compiling and installing it. But i can't found
shared object of res_config_mysql.so.
My system is :
Debian Linux 3.1
Kernel 2.6.8-11
asterisk-1.4.0
zaptel-1.4.0
asterisk-addons-1.4.0
libmysqlclient using apt-get
webserver :
2006 Jan 08
0
DialPlan for Call Limit, Call Duration, And Group Call
Hello,
I'm interesting with asterisk, my plan is replacing our PBX office with
asterisk, now i've AAH and it's worked. Now i have a question, how can limit
the user to call international calling, linterlocal calling, and mobile
phone calling.
international calling started with = 00 in my country
national calling started with = 0
local calling = 7 digits without 0 first
and gsmphone
2006 Jan 13
0
Variable
Dear All,
How can i add this extentions eg: 145,146,147,201,202 to allow dialout call,
i've been add this ext to GROUP variable like this
GROUP = 145,146,147,201,202
[outrt-001-9_outside]
include => outrt-001-9_outside-custom
exten => _9.,1,GotoIf($[${CALLERIDNUM} != ${GROUP} } ]?105) ;Exceeded?
exten => _9.,2,Macro(dialout-trunk,1,${EXTEN:1})
exten =>