I would like to define some numbers which would be available at each phone as short cut. However, it would be nice to use that on a group of phone numbers instead of really everyone. What are you using? bye Ronald
> I would like to define some numbers which would be available > at each phone as short cut. However, it would be nice to use > that on a group of phone numbers instead of really everyone. > What are you using?I'm using a bunch of dialplan logic to store numbers in the internal asterisk database. There are some good examples of how to do this on the wiki and in the sample/example configuration files posted by other people on there. With the use of some prompts from asterisk-sounds you can make a really nice front end to edit/administer the speed dial numbers from a phone rather than the CLI. Paul
Ronald Wiplinger wrote:> I would like to define some numbers which would be available at each > phone as short cut. However, it would be nice to use that on a group of > phone numbers instead of really everyone. > > What are you using? > > > bye > > RonaldJust push different SIP clients into different contexts when they first reach asterisk ("context=" in sip.conf per-peer config). From those contexts, different 'extensions' can be direct dialed, and are only available to callers that get placed in that context. Like "55555" for some of our guys will automatically dial out via PSTN to my cell, but damn sure I don't want everyone to be able to do that. (others are shorter,'55555' is just to be damn sure they don't hit it by accident ;) j