search for: yourextension

Displaying 3 results from an estimated 3 matches for "yourextension".

2010 Oct 20
5
Anyway to control the LEDs on the Aastra 55i six top buttons? Maybe through Asterisk?
Hi Everyone, We use the top buttons on Aastra 55i to login and logout from Queues. This is the order: Button 1 = Login to English Queue Button 2 = Login to Spanish Queue Button 3 = Logout of English/Spanish Queues There are indicator LEDs on each of these buttons. Is there anyway we can send a SIP request or some other communication to get the Aastra 6755i phone to keep the LED for login set
2003 Nov 07
1
diax request
First of all great job on diax. I downloaded it and tried it, could not connect, got an authentication rejected,but I have not had a chance to figure out why yet - tried with a working gnophone setup in the configuration files. Is there any way to pass command line arguements to the program ? Where I see a real niche for a lightweight softphone is being able to serve the thing from a
2006 Nov 14
11
RESTful mixin, mixin repo?
Hi, I just put together a little mixin to provide pseudo-RESTful services in camping apps. Basically, it looks for a hidden _verb field in form posts, and sets the @method to the supplied value (e.g. put or delete - which browsers don''t support). This lets you define put and delete methods in your controllers. Groovy. Code: http://pastie.caboo.se/22613 Is there any permanent repo of