Logo
Explore Help
Sign In
kenmirrors/freeswitch
1
0
Fork 0
You've already forked freeswitch
mirror of https://github.com/signalwire/freeswitch.git synced 2025-06-21 16:21:41 +00:00
Code Issues Projects Releases Wiki Activity
freeswitch/conf/vanilla/autoload_configs/abstraction.conf.xml

6 lines
274 B
XML
Raw Permalink Normal View History

mod_abstraction: New module. Currently implement API abstraction. Allow to simplify/standarize API name. Initially built for mod_voicemail_ivr. Allow to use scripting language as VM Storage by binding an API with specific argument to an different api call like python and send to it argument initially provided.
2011-12-27 19:53:21 -05:00
<configuration name="abstraction.conf" description="Abstraction">
<apis>
FS-8871: Fixed encoding "&" and "<" symbols in vanilla config
2016-02-25 13:32:13 +03:00
<api name="user_name" description="Return Name for extension" syntax="&lt;exten&gt;" parse="(.*)" destination="user_data" argument="$1@default var effective_caller_id_name"/>
mod_abstraction: New module. Currently implement API abstraction. Allow to simplify/standarize API name. Initially built for mod_voicemail_ivr. Allow to use scripting language as VM Storage by binding an API with specific argument to an different api call like python and send to it argument initially provided.
2011-12-27 19:53:21 -05:00
</apis>
</configuration>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 810ms Template repo/home: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API