Great Office - Hummig KG Posted May 10, 2009 Report Share Posted May 10, 2009 For my customers, working up to now with traditional PBX's they are familiar with buttons which - blink, if the corresponding extension gets an call, by pressing the button the call can be picked-up (also possible with pbxnsip 'monitor extension') - light, if the corresponding extension is busy (also possible with pbxnsip 'monitor extension') - calls the extension, if the button is pressed while the extension is idle. The last I cannot setup in pbxnsip. I can assign a speed-dial without monitoring the extension or assign a monitor-button with nothing happen when pressed (extension is idle). Any idea to get this basic-function - available on every old pbx - work? Quote Link to comment Share on other sites More sharing options...
Vodia PBX Posted May 10, 2009 Report Share Posted May 10, 2009 For my customers, working up to now with traditional PBX's they are familiar with buttons which - blink, if the corresponding extension gets an call, by pressing the button the call can be picked-up (also possible with pbxnsip 'monitor extension') - light, if the corresponding extension is busy (also possible with pbxnsip 'monitor extension') - calls the extension, if the button is pressed while the extension is idle. The last I cannot setup in pbxnsip. I can assign a speed-dial without monitoring the extension or assign a monitor-button with nothing happen when pressed (extension is idle). Any idea to get this basic-function - available on every old pbx - work? Yea, you can get it working. IMHO it was a bug of the old phone systems; you could easily accidentially pick up a call. Lets say someone calls the boss and at the same time you want to call the boss. In the millisecond when the PBX sends out the blinking notification, then the finger already touches the key and instead of talking to the boss you talk to the customer. This is called a "race condition". To make a long story short, you can turn this buggy old behavior on with the flag "offer_pickup"; set it to "true" (see http://wiki.pbxnsip.com/index.php/Global_Configuration_File on how to do that) and then in the BLF mode you can pickup the call. Quote Link to comment Share on other sites More sharing options...
Great Office - Hummig KG Posted May 11, 2009 Author Report Share Posted May 11, 2009 Yea, you can get it working. IMHO it was a bug of the old phone systems; you could easily accidentially pick up a call. Lets say someone calls the boss and at the same time you want to call the boss. In the millisecond when the PBX sends out the blinking notification, then the finger already touches the key and instead of talking to the boss you talk to the customer. This is called a "race condition". To make a long story short, you can turn this buggy old behavior on with the flag "offer_pickup"; set it to "true" (see http://wiki.pbxnsip.com/index.php/Global_Configuration_File on how to do that) and then in the BLF mode you can pickup the call. First I thought you've misunderstood me, but you're right: There is a XML-Tag 'button_speed_on_idle' which is default off. That was I was searching for. Thanks a lot!! Quote Link to comment Share on other sites More sharing options...
Vodia PBX Posted May 12, 2009 Report Share Posted May 12, 2009 First I thought you've misunderstood me, but you're right: There is a XML-Tag 'button_speed_on_idle' which is default off. That was I was searching for. Thanks a lot!! Eh - you are right. button_speed_on_idle is the magic setting for this... Quote Link to comment Share on other sites More sharing options...
Guest gloryforixseal Posted June 18, 2009 Report Share Posted June 18, 2009 That doesnt work. The extension still doesnt update when pressing the back button. Heres what Im trying: <code> function startup window.removeEventListener"pageshow", startup, true; refreshInformation; var appcontent = document.getElementById"appcontent"; ifappcontent appcontent.addEventListener"DOMContentLoaded", refreshInformation, false; window.addEventListener"pageshow", startup, true; getBrowser.mTabContainer.addEventListener"select", startup, false; </code> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.