Skip to content

Commit

Permalink
use user_uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
sboily committed Oct 6, 2020
1 parent d9a67e4 commit 9963e05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/asterisk/extensions_extra.d/followme.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[user]
exten = NOANSWER,1,Set(XIVO_FWD_TYPE=USER_NOANSWER)
same = n,FollowMe(${XIVO_DSTID})
same = n,FollowMe(${WAZO_DST_UUID})
same = n,Goto(forward_voicemail,1)

exten = CHANUNAVAIL,1,Set(XIVO_FWD_TYPE=USER_CHANUNAVAIL)
same = n,FollowMe(${XIVO_DSTID})
same = n,FollowMe(${WAZO_DST_UUID})
same = n,Goto(forward_voicemail,1)

0 comments on commit 9963e05

Please sign in to comment.