Displaying 2 results from an estimated 2 matches for "agnosco".
2008 Feb 09
2
oneway audio with asterisk behind cisco pix 506
...ype=peer
nat=no
canreinvite=no
host=xx.y.z.aaa
qualify=yes
dtmfmode=rfc2833
context=default
[extensions.conf]
[general]
static=yes
writeprotect=yes
clearglobalvars=no
[default]
include => customer
exten => h,1,Hangup
exten => i,1,Congestion
exten => i,2,Hangup
[agnosco]
include => local-extensions
include => customer_ivr
include => incoming
[customer_ivr]
include => local-extensions
exten => s,1,Answer
exten => s,n,Background(agnosco_intro)
exten => s,n,WaitExten
;Dial said extensions
exten => 5,1,Dial(SIP/4028805362 at inc...
2008 Feb 13
6
restart asterisk daily
Hi all,
I found that there will be a memory leak if asterisk running day by
day without restart. Is it good to restart asterisk service daily?
What is the better way to restart it daily like apache?
ango