返回列表 發帖
回復 15# bubblestar
You cannot see the trunk status if you set up under APL. You need to manually add the calling rules e.g.

[CallingRule_USCall]
exten => 01.,1, Dial(SIP/1${EXTEN:2}@gimzo5,,r)
exten =>01.,2, hangup

For cron job, you can create a file /persistent/etc/crontab

TOP

Thanks for your explanation and example.  Will follow suit accordingly.

TOP

回復 17# bubblestar

For iptables, create a file as /etc/iptables.rules

TOP

回復 15# bubblestar


    Another interesting points for dialplan and outgoing rule:
with more complex set up, I suggest to print out dialing prefix for the sake of memory. It would be difficult to remember single especially if you work like having a multiple skype trunks, multiple voip services, multiple abbreviations for speed dials, etc

TOP

Thanks! 一直追求自動化,來到半場,仍然要手動完成某些工作, 有時想起來的確有趣。

TOP

回復 20# bubblestar

記住,IP01 processing power 有限,所以不要做太多 tasks.

TOP

返回列表