返回列表 發帖
The following is from asterisk log.


[Feb  1 13:26:32] NOTICE[528] chan_dahdi.c: Got event 18 (Ring Begin)...
[Feb  1 13:26:33] NOTICE[528] chan_dahdi.c: Got event 2 (Ring/Answered)...
[Feb  1 13:27:34] NOTICE[681] cdr.c: CDR simple logging enabled.

TOP

回復 360# yiucsw


    Why don't you use the build-in Incoming Calling Rules to set up your PSTN call?

    I don't understand how you come up with this extension context as we won't use exten=_X.,1,Hangup in incoming PSTN call.

TOP

i use build-in incoming calling rule, but no effect.
No, i delete all analog/voip trunk, all incoming/outgoing rule most user, still when dail in to PSTN. the asterisk stay play the message :"congulation, thank you for install Asterisk open source...."

Help...

TOP

after reset to default, and reboot many time, the system now resume... need to test again.
need to start over again.

TOP

after recreat the analog trunk, the welcome voice playback is coming back......, any suggestion

TOP

no matter how many time i press the reset to default button and reboot, there is no change to the system. so I believe i need to reflash it again.
I am using 474, any new firmware that i can download.......

TOP

回復 366# yiucsw

你可以在 extensions.conf, [default] context 找到 include = demo
[demo]下就有幾句對incoming call 轉到 welcome message

disable include = demo 就 ok

TOP

因为我以前的ATCOM firmware给我结果不太好,不知道是否我开port 22有关,现在用ATOM PC起Asterisk server就稳定很多。

角色

TOP

回復 368# 角色

因為 ATCOM or Switchfin 用 busybox, 所以相信大家使用 SSH or SFTP 都可能遇上問題。 Linux server 當然好好多!

TOP

在IP01用SSH我从来没有遇到任何问题。

角色

TOP

find exten_custom.conf -> default
delete include=demo
reboot.

enable analog trunk. same result. playback demo voice file. "Conguralation..." when call in.

TOP

Or you may raise this question to the Switchfin website.

YH

TOP

回復 371# yiucsw
Please check the extensions.conf checking for the welcome message. You should locate them. Comment those lines out.

TOP

just search extensions.conf and exten_custom.conf both do not contain welcome or play keyword.

TOP

The codes are like these

exten => s,1,Wait(60)
exten => s,n,Answer
exten => s,n,Set(TIMEOUT(digit)=5)
exten => s,n,Set(TIMEOUT(response)=10)
exten => s,n(restart),BackGround(demo-congrats)
exten => s,n(instruct),BackGround(demo-instruct)
exten => s,n,WaitExten
exten => 2,1,BackGround(demo-moreinfo)
exten => 2,n,Goto(s,instruct)
exten => 3,1,Set(LANGUAGE()=fr)
exten => 3,n,Goto(s,restart)

TOP

返回列表