| 回復 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
 |