I want to ring the mobile "98765432" thru the trunk "hkbn_2b" and not working:- [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
複製代碼 Log- == Using SIP RTP CoS mark 5
- -- Called hkbn_2b/98765432
- -- SIP/hkbn_2b-0000000e is circuit-busy
- -- 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:- [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
複製代碼 |