| I want to ring the mobile "98765432" thru the trunk "hkbn_2b" and not working: Log複製代碼[myGoogleCal]
type = caldav
url = https://www.google.com/calendar/dav/abc123@gmail.com/events/
user = abc123@gmail.com
secret = pass1234
refresh = 15
timeframe = 60            
autoreminder = 10
channel = SIP/hkbn_2b/98765432
waittime = 30
app = Playback
appdata = this-is-yr-wakeup-call
I could confirm the trunk is NOT busy.複製代碼== Using SIP RTP CoS mark 5
    -- Called hkbn_2b/98765432
    -- SIP/hkbn_2b-0000000e is circuit-busy
    -- Notification call for myGoogleCal was not completed
 
 This works if I have a device "xyz" registered in asterisk:
 複製代碼[myGoogleCal]
type = caldav
url = https://www.google.com/calendar/dav/abc123@gmail.com/events/
user = abc123@gmail.com
secret = pass1234
refresh = 15
timeframe = 60            
autoreminder = 10
channel = SIP/xyz
waittime = 30
app = Playback
appdata = this-is-yr-wakeup-call
 |