ast: update presence context

This commit is contained in:
mpmc 2023-07-05 09:57:04 +01:00
parent 6d1fe65976
commit c65a72b630
3 changed files with 4 additions and 4 deletions

View File

@ -4,10 +4,10 @@
;
; First, some safeguards against abuse of the built-in contexts.
[default]
exten => s,1,Verbose(1, "INFO ${CALLERID(num)} was passed to default.")
exten => s,1,Verbose(1, "info ${CALLERID(num)} was passed to default")
same => n,Hangup(3)
[subscribe]
[presence]
exten => _X.,hint,PJSIP/${EXTEN}
[from-ext]

View File

@ -14,7 +14,7 @@
;
[general]
country=uk ; default location
country = uk ; default location
; [example]

View File

@ -47,7 +47,7 @@ endpoint/allow = !all,alaw
; Context name for BLF/presence subscriptions. This can be any string of your
; choosing.
endpoint/subscribe_context = subscribe
endpoint/subscribe_context = presence
; Default language, pjsip wizard appears to ignore global setting.
endpoint/language = en_GB