Displaying 1 result from an estimated 1 matches for "u12346".
Did you mean:
12346
2006 Mar 05
1
Snom 360 Hinting tricks
...o make sure your hint priority is the last
priority underneath the *related* priority for the extension. So, this will
work:
exten => 12345,1,Dial(SIP/12345)
exten => 12345,2,Voicemail(u12345)
exten => 12345,hint,SIP/12345
exten => 12346,1,Dial(SIP/12346)
exten => 12346,2,Voicemail(u12346)
exten => 12346,hint,SIP/12346
But this won't:
exten => 12345,hint,SIP/12345
exten => 12346,hint,SIP/12346
exten => 12345,1,Dial(SIP/12345)
exten => 12345,2,Voicemail(u12345)
exten => 12346,1,Dial(SIP/12346)
exten => 12346,2,Voicemail(u12346)
Also, you will get hooped...