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: [EMAIL PROTECTED]  |
|    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

Reply via email to