VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
john at feith.com Guest
|
Posted: Wed Nov 12, 2008 7:52 pm Post subject: [Freeswitch-users] javascript access to conf/directory/defa |
|
|
I've written a javascript program which allows a caller to lookup an
extension by entering the person's name using DTMF. Currently the
list of name people / extensions is hardcoded.
How do I iterate through conf/directory/default from javascript in order
to dynamically build a table containing everyone's effective_caller_id_name
and effective_caller_id_number instead of hardcoding it? Does FreeSWITCH
load this into a registry of some type at startup and if so how do I access
the registry from javascript?
Likewise is there an easy way from javascript to determine the voicemail
path (currently it is also hardcoded)? I use it in order to play the
recorded_name (if present) for an extension when doing the lookup.
-- John
-------------------------------------------------------------------------
| Feith Systems | Voice: 1-215-646-8000 | Email: john@feith.com |
| John Wehle | Fax: 1-215-540-5495 | |
-------------------------------------------------------------------------
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
john at feith.com Guest
|
Posted: Fri Nov 14, 2008 5:09 pm Post subject: [Freeswitch-users] javascript access to conf/directory/defa |
|
|
Okay if I do:
xml_locate directory domain name 192.251.93.2
at the CLI I get XML. However, if I run the script:
var d = apiExecute ("xml_locate", "directory domain name 192.251.93.2");
console_log ("err", "D " + d + "\n");
it appears that d is empty. Though:
var d = apiExecute ("status", "");
console_log ("err", "D " + d + "\n");
works fine.
What's the proper way to invoke xml_locate from javascript?
-- John
-------------------------------------------------------------------------
| Feith Systems | Voice: 1-215-646-8000 | Email: john@feith.com |
| John Wehle | Fax: 1-215-540-5495 | |
-------------------------------------------------------------------------
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|