search for: u12345

Displaying 1 result from an estimated 1 matches for "u12345".

Did you mean: 12345
2006 Mar 05
1
Snom 360 Hinting tricks
...Which would register the hint, but it wouldn't work on the Snom. The way to make it work, for sure, is to 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(u1...