{"id":2880,"date":"2013-09-12T09:53:32","date_gmt":"2013-09-12T00:53:32","guid":{"rendered":"http:\/\/pchero21.com\/?p=2880"},"modified":"2013-09-12T09:53:32","modified_gmt":"2013-09-12T00:53:32","slug":"asterisk-%ec%84%a4%ec%b9%98","status":"publish","type":"post","link":"http:\/\/pchero21.com\/?p=2880","title":{"rendered":"Asterisk \uc124\uce58"},"content":{"rendered":"<p>\ub2e4\uc74c\uc758 \uc21c\uc11c\ub85c \uc791\uc5c5\uc744 \uc2dc\uc791\ud588\ub2e4.<\/p>\n<pre class=\"brush:shell\">jonathan@MyWork:~\/workspace\/09.ETC$ mkdir Asterisk\njonathan@MyWork:~\/workspace\/09.ETC$ cd Asterisk\/\njonathan@MyWork:~\/workspace\/09.ETC\/Asterisk$ ls\njonathan@MyWork:~\/workspace\/09.ETC\/Asterisk$ wget http:\/\/downloads.asterisk.org\/pub\/telephony\/asterisk\/asterisk-12-current.tar.gz\n--2013-09-11 15:39:37--  http:\/\/downloads.asterisk.org\/pub\/telephony\/asterisk\/asterisk-12-current.tar.gz\nResolving downloads.asterisk.org (downloads.asterisk.org)... 76.164.171.238, 2001:470:e0d4::ee\nConnecting to downloads.asterisk.org (downloads.asterisk.org)|76.164.171.238|:80... connected.\nHTTP request sent, awaiting response... 200 OK\nLength: 56720157 (54M) [application\/x-gzip]\nSaving to: 'asterisk-12-current.tar.gz'\n\n100%[=====================================================================================================================>] 56,720,157  54.1KB\/s   in 17m 6s \n\n2013-09-11 15:56:44 (54.0 KB\/s) - 'asterisk-12-current.tar.gz' saved [56720157\/56720157]\n\njonathan@MyWork:~\/workspace\/09.ETC\/Asterisk$ ls\nasterisk-12-current.tar.gz\njonathan@MyWork:~\/workspace\/09.ETC\/Asterisk$ tar xvfz asterisk-12-current.tar.gz <\/pre>\n<p>\uadf8\ub9ac\uace0 configure \uc791\uc5c5\uc744 \uc704\ud574, \ub2e4\uc74c\uc758 \ud328\ud0a4\uc9c0\ub4e4\uc744 \uc124\uce58\ud574\uc8fc\uc5c8\ub2e4.<\/p>\n<p>jonathan@MyWork:~\/workspace\/09.ETC\/Asterisk\/asterisk-12.0.0-alpha1$ sudo apt-get install uuid-dev libjansson-dev libxml2-dev sqlite3 libsqlite3-dev<\/p>\n<p>configure \uc644\ub8cc.<\/p>\n<pre class=\"brush:shell\">configure: Menuselect build configuration successfully completed\n\n               .$$$$$$$$$$$$$$$=..      \n            .$7$7..          .7$$7:.    \n          .$$:.                 ,$7.7   \n        .$7.     7$$$$           .$$77  \n     ..$$.       $$$$$            .$$$7 \n    ..7$   .?.   $$$$$   .?.       7$$$.\n   $.$.   .$$$7. $$$$7 .7$$$.      .$$$.\n .777.   .$$$$$$77$$$77$$$$$7.      $$$,\n $$$~      .7$$$$$$$$$$$$$7.       .$$$.\n.$$7          .7$$$$$$$7:          ?$$$.\n$$$          ?7$$$$$$$$$$I        .$$$7 \n$$$       .7$$$$$$$$$$$$$$$$      :$$$. \n$$$       $$$$$$7$$$$$$$$$$$$    .$$$.  \n$$$        $$$   7$$$7  .$$$    .$$$.   \n$$$$             $$$$7         .$$$.    \n7$$$7            7$$$$        7$$$      \n $$$$$                        $$$       \n  $$$$7.                       $$  (TM)     \n   $$$$$$$.           .7$$$$$$  $$      \n     $$$$$$$$$$$$7$$$$$$$$$.$$$$$$      \n       $$$$$$$$$$$$$$$$.                \n\nconfigure: Package configured for: \nconfigure: OS type  : linux-gnu\nconfigure: Host CPU : i686\nconfigure: build-cpu:vendor:os: i686 : pc : linux-gnu :\nconfigure: host-cpu:vendor:os: i686 : pc : linux-gnu :<\/pre>\n<p>make \ub97c \ud558\uc790.<\/p>\n<pre class=\"brush:shell\">jonathan@MyWork:~\/workspace\/09.ETC\/Asterisk\/asterisk&minus;12.0.0&minus;alpha1$ make\njonathan@MyWork:~\/workspace\/09.ETC\/Asterisk\/asterisk&minus;12.0.0&minus;alpha1$ sudo make install\n +---- Asterisk Installation Complete -------+\n +                                           +\n +    YOU MUST READ THE SECURITY DOCUMENT    +\n +                                           +\n + Asterisk has successfully been installed. +\n + If you would like to install the sample   +\n + configuration files (overwriting any      +\n + existing config files), run:              +\n +                                           +\n +                make samples               +\n +                                           +\n +-----------------  or ---------------------+\n +                                           +\n + You can go ahead and install the asterisk +\n + program documentation now or later run:   +\n +                                           +\n +               make progdocs               +\n +                                           +\n + **Note** This requires that you have      +\n + doxygen installed on your local system    +\n +-------------------------------------------+<\/pre>\n<pre class=\"brush:shell\">\n\ub9c8\uc9c0\ub9c9\uc73c\ub85c \uae30\ubcf8 Test\uc640 \ubb38\uc11c \uc791\uc131\uc744 \uc704\ud574\uc11c make samples \uc640 make progdocs \ub97c \uc785\ub825\ud558\uc790.<\/pre>\n<pre class=\"brush:shell\">jonathan@MyWork:~\/workspace\/09.ETC\/Asterisk\/asterisk-12.0.0-alpha1$ sudo make progdocs \njonathan@MyWork:~\/workspace\/09.ETC\/Asterisk\/asterisk-12.0.0-alpha1$ sudo make samples <\/pre>\n<pre class=\"brush:shell\">\n\n\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\ub2e4\uc74c\uc758 \uc21c\uc11c\ub85c \uc791\uc5c5\uc744 \uc2dc\uc791\ud588\ub2e4. jonathan@MyWork:~\/workspace\/09.ETC$ mkdir Asterisk jonathan@MyWork:~\/workspace\/09.ETC$ cd Asterisk\/ jonathan@MyWork:~\/workspace\/09.ETC\/Asterisk$ ls jonathan@MyWork:~\/workspace\/09.ETC\/Asterisk$ wget http:\/\/downloads.asterisk.org\/pub\/telephony\/asterisk\/asterisk-12-current.tar.gz &#8211;2013-09-11 15:39:37&#8211; http:\/\/downloads.asterisk.org\/pub\/telephony\/asterisk\/asterisk-12-current.tar.gz Resolving downloads.asterisk.org (downloads.asterisk.org)&#8230; 76.164.171.238, 2001:470:e0d4::ee Connecting to downloads.asterisk.org (downloads.asterisk.org)|76.164.171.238|:80&#8230; connected. HTTP request sent, awaiting response&#8230; 200 OK Length: 56720157 (54M) [application\/x-gzip] Saving &hellip; <a href=\"http:\/\/pchero21.com\/?p=2880\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[15],"tags":[],"_links":{"self":[{"href":"http:\/\/pchero21.com\/index.php?rest_route=\/wp\/v2\/posts\/2880"}],"collection":[{"href":"http:\/\/pchero21.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/pchero21.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/pchero21.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/pchero21.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2880"}],"version-history":[{"count":0,"href":"http:\/\/pchero21.com\/index.php?rest_route=\/wp\/v2\/posts\/2880\/revisions"}],"wp:attachment":[{"href":"http:\/\/pchero21.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2880"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/pchero21.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2880"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/pchero21.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2880"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}