mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-25 20:19:36 +00:00
hash auto dialing
This commit is contained in:
parent
025fe24632
commit
4e34aa639a
@ -368,6 +368,13 @@ function init() {
|
|||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
init();
|
init();
|
||||||
$("#page-incall").on("pagebeforechange", function(event) {});
|
$("#page-incall").on("pagebeforechange", function(event) {});
|
||||||
|
|
||||||
|
if (window.location.hash) {
|
||||||
|
var hash = window.location.hash.substring(1);
|
||||||
|
$("#ext").val(hash);
|
||||||
|
$("#callbtn").trigger("click");
|
||||||
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$(document).bind("pagebeforechange", function(e, data) {
|
$(document).bind("pagebeforechange", function(e, data) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user