[Asterisk-Users] Snom phone hint exten question

James Bean james at hdcs.com.au
Mon Feb 21 02:58:21 MST 2005


> > 
> > I haven't used it in a while, but I had to put subscribecontext=sip 
> > for the phone's (in your case the snom) sip entry.
> > 
> > This seems like it has been removed from the wiki.  Has it 
> changed or 
> > is this incorrect?
> 
> 
> Hi James,
> 
> I have just found out that all you need to do is make the 
> hint in the context where the phone registers. That means 
> that all you need to do is put '690,hint,SIP/bt-karen' in 
> your [sip] context, nothing else and it should work. Remember 
> to take the power from the phone for a short while after you 
> have configured this, otherwise it won't work.
> 
> thorben
> 

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



More information about the asterisk-users mailing list