Hello,
i have a strange problem and i hope u’ll help me solving it; here is my senario:
i’m using asterisk built on CENTOS core and for external lines i’m using TDM400P card and i configure a helpmenu application in the Extension.conf file now the problem is that sometimes when i dial to the ZAP/1 Asterisk play the Help menu sound file and then nothing happen and when i hang up and try again i recieve a busy tone again and agian even though i restart asterisk but the busy tone still appear till i restart the OS.
here is my configuration files:
for Zaptel.conf:
loadzone=us
defaultzone=us
fxsks=1,2
for Zapata.conf:
[channels]
usecallerid=yes
hidecallerid=no
callwaiting=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
immediate=yes
echocancel=yes
echotraining=yes
busydetect=yes
busycount=10
subscribecontext=subcontext
context=incoming
signalling=fxs_ks
musiconhold=default
channel=>2
context=incoming
signalling=fxs_ks
musiconhold=default
channel=>1
and for Extension.conf:
[incoming]
exten=>s,1,answer()
exten=>s,2,Set(TIMEOUT(digit)=1)
exten=>s,3,background(greeting)
exten=>s,4,waitexten(5)
exten=>1,1,goto(incoming1,111,1)
exten=>2,1,dial(SIP/3010,35)
exten=>2,2,voicemail(b3010@default)
exten=>2,102,voicemail(u3010@default)
exten=>i,1,goto(incoming,s,3)
exten=>t,1,goto(incoming,s,3)
so if there is any1 have any idea about my problem or need additional info plz tell me
thank you in advance for being patient with me