返回列表 發帖

google calendar reminder

I want to ring the mobile "98765432" thru the trunk "hkbn_2b" and not working:
  1. [myGoogleCal]
  2. type = caldav
  3. url = https://www.google.com/calendar/dav/abc123@gmail.com/events/
  4. user = abc123@gmail.com
  5. secret = pass1234
  6. refresh = 15
  7. timeframe = 60            
  8. autoreminder = 10
  9. channel = SIP/hkbn_2b/98765432
  10. waittime = 30
  11. app = Playback
  12. appdata = this-is-yr-wakeup-call
複製代碼
Log
  1. == Using SIP RTP CoS mark 5
  2.     -- Called hkbn_2b/98765432
  3.     -- SIP/hkbn_2b-0000000e is circuit-busy
  4.     -- Notification call for myGoogleCal was not completed
複製代碼
I could confirm the trunk is NOT busy.


This works if I have a device "xyz" registered in asterisk:
  1. [myGoogleCal]
  2. type = caldav
  3. url = https://www.google.com/calendar/dav/abc123@gmail.com/events/
  4. user = abc123@gmail.com
  5. secret = pass1234
  6. refresh = 15
  7. timeframe = 60            
  8. autoreminder = 10
  9. channel = SIP/xyz
  10. waittime = 30
  11. app = Playback
  12. appdata = this-is-yr-wakeup-call
複製代碼

返回列表