[asterisk-users] Snom Function keys
Guido Hecken
guido.hecken at gwsnettech.de
Thu Aug 31 13:44:09 MST 2006
> Having an issue with Snom function keys. I've tried it all doesn't work...
>
> Extension has a voicemail message as the MWI is flashing. Hits Retrieve
> button, automatically goes to Comedian mail and is prompted for his
> username...
>
> What I'd like to do is have Comedian stop being a Comedian, recognize
> that extension and simply ask for the password. (and thanks to those who
> responded before but nothing seems to work...)
>
> Updated all my phones to 6.2.3 and tried the following unsuccessfully:
You should have something like this in your default section of
extensions.conf
exten => asterisk,1,VoiceMailMain(s${CALLERIDNUM})
leave the Retrieve button on it's default:
RETRIEVE: Key Event F_RETRIEVE
> RETRIEVE: Speed Dial <sip:00 at PBX;user=extension_number>
> RETRIEVE: Speed Dial <sip:00 at PBX;username=extension_number>
> RETRIEVE: Speed Dial <sip:exten at PBX;user=extension_number>
> RETRIEVE: Speed Dial <sip:exten at PBX;username=extension_number>
> RETRIEVE: Speed Dial <sip:*exten at PBX;user=extension_number>
> RETRIEVE: Speed Dial <sip:*exten at PBX;username=extension_number>
> RETRIEVE: Key Event F_RETRIEVE
>
> Nothing seems to work. Any suggestions?
>
> And for the sidecar, same applies... I have a sidecar on one phone, and
> I wanted that sidecar to show me who is on the phone...
Do you have something like this in the context of the snoms in
extensions.conf?
exten => 10,hint,SIP/10,name
This works for us in all * installs.
Hope, it will help
Guido
More information about the asterisk-users
mailing list