ast: mobile - change presence context

This commit is contained in:
mpmc 2023-07-04 13:15:29 +01:00
parent 01ae1f0830
commit 1336b417db
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
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) same => n,Hangup(3)
[presence] [subscribe]
exten => _X.,hint,PJSIP/${EXTEN} exten => _X.,hint,PJSIP/${EXTEN}
[from-ext] [from-ext]

View File

@ -45,7 +45,7 @@ aor/remove_existing = yes
endpoint/max_contacts = 1 endpoint/max_contacts = 1
; Audio codecs: alaw only please. ; Audio codecs: alaw only please.
endpoint/allow=!all,alaw endpoint/allow = !all,alaw
; Default language. ; Default language.
endpoint/language = en_GB endpoint/language = en_GB
@ -54,7 +54,7 @@ endpoint/language = en_GB
endpoint/direct_media = no endpoint/direct_media = no
; Busy Lamp field / Presence context. ; Busy Lamp field / Presence context.
endpoint/subscribe_context = presence endpoint/subscribe_context = subscribe
; ;
; Load user extensions. ; Load user extensions.