I wonder if anybody has any ideas for me. I work in a hotel and we would like our IP phones in the rooms to dial automatically when the handset is lifted to either IVR or an extension. I have searched the web and forums, but I am getting nowhere. Been trying to work this out for awhile now.
Thanks, I had a thought that the handset is the place to look. Dunno where to start there tho. I have already have a context that when any number is pressed it goes to ivr.
Thanks, I had a thought that the handset is the place to look. Dunno where to start there tho. I have already have a context that when any number is pressed it goes to ivr.
I know that with our phones (analog or legacy PBX phones converted to SIP ones with a Citel Portico TVA http://www.citel.com) we can do some tricks in the dial plan to match an empty dial string (i.e. on seize) or a timeout (i.e. on seize + timeout) to a specific URI to call.
You can create “hot line” phones or “ring down” phones by modifying the dialplan of the SPA-942.
Here are some examples:
The following dialplan implements a “hot line” phone, which automatically calls 1 212 5551234 immediately.
( S0 <:12125551234> )
The following dialplan provides a “warm line” to a local office operator (1000) after five seconds, unless a four-digit extension is dialed by the user.
( P5 <:1000> | xxxx )
You should be able to put one of the above dialplans into your phones and make them dial a specific extension in your Asterisk system.