Freeswitch 에서 python 으로 dialplan 작성시,.. originate 를 해야 하는 경우.
from freeswitch import * new_session = Session(sofia/profile_name/call_to@host_ip)
만약 콜 생성을 하면서 (INVITE) 시, 특정 옵션 값들을 입력하고 싶다면..
{sip_h_TestOpt=test}sofia/internal/200@pchero21.com
과 같이 sofia 앞부분에 “{}” 를 넣어서 입력하고자 하는 값들을 입력하면 된다.
출처 : http://lists.freeswitch.org/pipermail/freeswitch-users/2011-March/070126.html
Tags: freeswitch, python