Re: [Asterisk-Users] GXP-2000 and Voicemail

2006-04-09 Thread Waldo Rubinstein
Thanks Waldo On Apr 9, 2006, at 2:19 PM, Tim Litwiller wrote: it dials the userid that you put in that field as an extension. at home I have it set to 100 and then I have this in the extensions.conf exten => 100,1,Answer exten => 100,2,Wait(1) exten => 100,3,VoicemailMain,s${CALLERIDNUM} ext

Re: [Asterisk-Users] GXP-2000 and Voicemail

2006-04-09 Thread Tim Litwiller
it dials the userid that you put in that field as an extension. at home I have it set to 100 and then I have this in the extensions.conf exten => 100,1,Answer exten => 100,2,Wait(1) exten => 100,3,VoicemailMain,s${CALLERIDNUM} exten => 100,4,Macro(hangupcall) so the user doesn't need to put in

Re: [Asterisk-Users] GXP-2000 and Voicemail

2006-04-09 Thread Waldo Rubinstein
Right, but it's asking for a user id not a number to dial. So, how would I set it to dial extension ? Thanks, Waldo On Apr 9, 2006, at 12:21 PM, Harald Holzer wrote: Look at the Account Settings for "Voice Mail UserID". Hi, I have a few GXP-2000 working fine with Asterisk. The one th

Re: [Asterisk-Users] GXP-2000 and Voicemail

2006-04-09 Thread Harald Holzer
Look at the Account Settings for "Voice Mail UserID". > Hi, > > I have a few GXP-2000 working fine with Asterisk. The one thing I > have not been able to do is to program the MSG button to dial the > Voicemail extension. How can I program that button? I normally use > extension for voicemail

[Asterisk-Users] GXP-2000 and Voicemail

2006-04-09 Thread Waldo Rubinstein
Hi, I have a few GXP-2000 working fine with Asterisk. The one thing I have not been able to do is to program the MSG button to dial the Voicemail extension. How can I program that button? I normally use extension for voicemail. Can anyone shed any light? Thanks, Waldo __