Freeswitch 를 설치하는데 openssl-1.0 이상 버전을 요구했다. 현재 운용중인 서버 버전은 Debian-6.0 apt-get 으로 설치 가능한 openssl 버전은 0.9.x 버전이었다. 즉, openssl 버전 문제로 정상적인 설치가 안되는 상황. openssl 최신버전이야 소스 설치를 하면 되겠는데.. 문제는 이미 사용중인 openssl-0.9.x 버전은 어떻게 하느냐였다. 이미 많은 수의 패키지들이 라이브러리를 참조하고 있었다. 실제로 apt-get remove 명령어로 해당 패키지를 […]
VPS 를 열기 위해 수집한 자료들을 포스팅한다. 개인적으로 국내 블로그 호스팅은 hostple.net 을 이용하고 있고, 이번에 새로 해외 VPS 를 알아보고 vpsfx.com 을 이용하게 되었다. 국내 VPS 정보 정리 여러 국내/국외 호스팅 소개 http://www.xpressengine.com/hosting_info 상세한 비교 설명 https://lael.be/182 국외 VPS 정보 정리. 가격 및 서비스 정보 일람. 한눈에 이해하기 편해서 강추! http://www.comparevps.com/ 여러가지 프로모션 […]
실행되는 기본 함수 Freeswitch 에서 Python 스크립트를 호출할 때, 호출하는 주체가 어디냐에 따라 자동으로 실행되는 Default 함수가 달라진다. – Dialplan 내에서 <action application=”python” data=”mod_fstest.python_example”/> 와 같은 형식으로 호출되는 경우. 호출되는 스크립트 내, handler() 함수가 호출된다. handler() 함수의 모습은 # APPLICATION # # default name for apps is “handler” it can be overridden with <modname>::<function> […]
Continue reading about [Freeswitch] Making freeswitch python script
Freeswitch 에서 제공하는 Dialplan 기능 중에서는 다른 언어를 사용할 수 있도록 해주는 기능들이 있다. 지원 가능한 언어 목록은 다음과 같다. Languages Languages for Call Control explained. mod_java – Java support. mod_lua – Lua support. mod_managed – Support for .NET (Microsoft CLR or Mono) and .NET languages (C#, VB, F#, …) mod_perl – Perl support. mod_python […]
pchero@MyDebian:~$ 허미… -bash: $’355227210353257270…’: command not found pchero@MyDebian:~$ 무지하게 졸립구만. -bash: $’353254264354247200355225230352262214′: command not found pchero@MyDebian:~$ 우짜면 좋을까남.. -bash: $’354232260354247234353251264′: command not found pchero@MyDebian:~$ ….. -bash: …..: command not found 아 졸려… -_-;;;
Recent Comments