RE: [Asterisk-Users] Re: HINT

2005-05-10 Thread Sander
NOTE:

Don't forget to reboot your phone after setting up asterisk it has to re
subscribe for it to work!!



-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens Thorben Jensen
Verzonden: zondag 8 mei 2005 21:03
Aan: asterisk-users@lists.digium.com
Onderwerp: [Asterisk-Users] Re: HINT

Can you post a full dialplan example...


I have a very complex dialplan but this is all you need. Put this line in 
your dial plan whenever you are making or recieving a call.
exten = 201,hint,SIP/201

Also, will this only work for certain phones and atas also?

I don't know. I use it for SNOM 190's



___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Re: HINT

2005-05-07 Thread Brian Capouch
Thorben Jensen wrote:
Could you please give us some more detail as to what you did, in terms of 
configuring the hint, and specifically what changes in the behavior of the 
running server-phone interaction as a result?

You need to set the hint for the phone when the phone is being dialed like 
this:

exten = 201,hint,SIP/201
exten = 201,1,macro(dial-sip,201)
It's important that you write the full name of the phone SIP/201 as you 
can't use substitutions like this SIP/${EXTEN} - it took me a long time to 
figure that out.

Yes, but then what *happens* between the server and the phone due to 
having specified the hint.

I suspect others share my lack of comprehension as to what that then 
buys you--what then can you do that you can't do without that line in 
the dialplan.

Thx.
B.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Re: HINT

2005-05-07 Thread Julian J. M.
But that only works when SIP/201 receives a call, right?

What if SIP/201 is making a dialout call, does it show as busy in the
phone's keypad?

Julian J. M.

On 5/7/05, Thorben Jensen [EMAIL PROTECTED] wrote:
  Could you please give us some more detail as to what you did, in terms of
  configuring the hint, and specifically what changes in the behavior of the
  running server-phone interaction as a result?
 
 You need to set the hint for the phone when the phone is being dialed like
 this:
 
 exten = 201,hint,SIP/201
 exten = 201,1,macro(dial-sip,201)
 
 It's important that you write the full name of the phone SIP/201 as you
 can't use substitutions like this SIP/${EXTEN} - it took me a long time to
 figure that out.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Re: HINT

2005-05-07 Thread Armin Lediger (HotZone GmbH)
Yes it does.

Armin

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Julian J. M.
 Sent: Saturday, May 07, 2005 1:48 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [Asterisk-Users] Re: HINT
 
 
 But that only works when SIP/201 receives a call, right?
 
 What if SIP/201 is making a dialout call, does it show as 
 busy in the phone's keypad?
 
 Julian J. M.
 
 On 5/7/05, Thorben Jensen [EMAIL PROTECTED] wrote:
   Could you please give us some more detail as to what you did, in 
   terms of configuring the hint, and specifically what 
 changes in the 
   behavior of the running server-phone interaction as a result?
  
  You need to set the hint for the phone when the phone is 
 being dialed 
  like
  this:
  
  exten = 201,hint,SIP/201
  exten = 201,1,macro(dial-sip,201)
  
  It's important that you write the full name of the phone 
 SIP/201 as 
  you can't use substitutions like this SIP/${EXTEN} - it 
 took me a long 
  time to figure that out.
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com 
 http://lists.digium.com/mailman/listinfo/aster isk-users
 To 
 UNSUBSCRIBE or update options visit:

http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Re: HINT

2005-05-06 Thread Brian Capouch
tgj wrote:
I use hint for my SNOM phones, it's the only way you can get the functions 
keys on the SNOM 190 to show if another extension is busy.

Could you please give us some more detail as to what you did, in terms 
of configuring the hint, and specifically what changes in the behavior 
of the running server-phone interaction as a result?

Thx.
b.
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users