Re: [asterisk-users] GXP2000 and BLF

2006-12-18 Thread Carlos Chavez
On Sun, 2006-12-17 at 13:51 -0600, Chris Johnson wrote:
 I am trying to set up the BLF on a GXP2000. 
 Currently what I have is
 extesions.conf:
 [globals]
 polycom430=SIP/101
 
 [internal]
 ;exten = 101,1,Dial(SIP/101,10,)
 ;exten = 101,2,VoiceMail([EMAIL PROTECTED] )
 ;exten = 101,102,VoiceMail([EMAIL PROTECTED])   
 exten = 101,1,Macro(voicemail,${polycom430})
 
 [macro-voicemail]
 exten = s,1,Dial(${ARG1},10,tT)
 exten = s,2,VoiceMail([EMAIL PROTECTED] )
 exten = s,102,VoiceMail([EMAIL PROTECTED])
 
 [ext-local-custom]
 exten = 101,hint,${polycom430}
 
You cannot use variables in hints.  You have to put the specific
channel like:

exten = 101,hint,SIP/101


-- 
Telecomunicaciones Abiertas de Mexico S.A. de C.V.
Carlos Chàvez Prats
Director de Tecnologìa
+52-55-91169161 ext 2001


signature.asc
Description: This is a digitally signed message part
___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] GXP2000 and BLF

2006-12-17 Thread Chris Johnson

I am trying to set up the BLF on a GXP2000.
Currently what I have is
extesions.conf:
[globals]
polycom430=SIP/101

[internal]
;exten = 101,1,Dial(SIP/101,10,)
;exten = 101,2,VoiceMail([EMAIL PROTECTED])
;exten = 101,102,VoiceMail([EMAIL PROTECTED])
exten = 101,1,Macro(voicemail,${polycom430})

[macro-voicemail]
exten = s,1,Dial(${ARG1},10,tT)
exten = s,2,VoiceMail([EMAIL PROTECTED])
exten = s,102,VoiceMail([EMAIL PROTECTED])

[ext-local-custom]
exten = 101,hint,${polycom430}


sip.conf:
[general]
subscribecontext=ext-local-custom

And have set up the key to Asterisk BLF with UserID101

When I reload the phone, I get the following error:
[Dec 17 13:34:33] ERROR[2551]: chan_sip.c:14064 handle_request_subscribe:
Got SUBSCRIBE for extension [EMAIL PROTECTED] from 192.168.1.248, but there is 
no
hint for that extension


Any help is greatly appreciated.
Chris
___
--Bandwidth and Colocation provided by Easynews.com --

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