Freeswitch-dialplan XML: Difference between revisions

From 탱이의 잡동사니
Jump to navigation Jump to search
(Created page with "== Overview == Freeswitch XML 타입 dialplan 내용 정리 == Dialplan Configuration Directory Structure == <pre> freeswitch/ conf/ dialplans/ public...")
 
(No difference)

Latest revision as of 12:30, 6 April 2016

Overview

Freeswitch XML 타입 dialplan 내용 정리

Dialplan Configuration Directory Structure

freeswitch/
    conf/
        dialplans/
            public.xml
            public/
                00_security_screen.xml
                10_inbound_sip-bandwidth-r-us.xml
                29_inbound_sip-super-call.xml
                ...
            default.xml
            default/
                00_feature_codes.xml
                05_voicemail_access.xml
                20_extension_2001.xml
                20_extension_2002.xml
                ...

Beginning Concept

Context

<source lang=xml> <context name="default"> </context> </source>

Extensions

각각의 context 에는 여러개의 Extension 설정이 가능하다.

See also

References

<references />