SV: [Asterisk-Users] Snom phone hint exten question

Thorben Jensen thorben at thorben.dk
Mon Feb 21 03:13:53 MST 2005


> 
> Ok your example confused me a little.
> 
> You put "690,hint,SIP/bt-karen"
> 
> >From this section in my extensions from your example I should have
> 
> exten => 690,hint,SIP/bt-karen
> &
> exten => 691,hint,SIP/snom-james
> 
> So set hint on the opposite extensions?
> 
> [sip]
> 
> exten => 690,hint,SIP/snom-james
> exten => 690,1,SetMusicOnHold(random)
> exten => 690,2,Dial(SIP/snom-james,30,Ttr)
> exten => 690,3,Voicemail2,u690
> exten => 690,103,Voicemail2,b690
> 
> exten => 691,hint,SIP/bt-karen
> exten => 691,1,SetMusicOnHold(random)
> exten => 691,2,Dial(SIP/bt-karen,30,Ttr)
> exten => 691,3,Voicemail,u691
> exten => 691,103,Voicemail,b691

Hi James 

I am sorry I made a typo. You need to set [sip] like this:

[sip]
exten => 690,hint,SIP/snom-james
exten => 691,hint,SIP/bt-karen

exten => 690,1,SetMusicOnHold(random)
exten => 690,2,Dial(SIP/snom-james,30,Ttr)
exten => 690,3,Voicemail2,u690
exten => 690,103,Voicemail2,b690

exten => 691,1,SetMusicOnHold(random)
exten => 691,2,Dial(SIP/bt-karen,30,Ttr)
exten => 691,3,Voicemail,u691
exten => 691,103,Voicemail,b691

That should work
thorben




More information about the asterisk-users mailing list