| 本帖最後由 ppmail168 於 2013-4-21 16:27 編輯 
 This is used for Elastix to SIP Server, I agree with 角色, it is according to your sip client to Elastix server, but you need to install G.729 manually.
 
 In Elastix, edit sip_general_custom.conf ,
 
 disallow=all
 allow=g729
 allow=ulaw
 allow=alaw
 allow=gsm
 
 ; Enable Video Support
 ; Start of video support
 http://www.elastix.org/index.php ... mp;id=video_support
 videosupport=yes
 maxcallbitrate=384
 
 allow=h263
 allow=h261
 allow=263p
 allow=h264
 
 defaultexpirey=600
 maxexpirey=3600
 allowguest=no
 externip=x.x.x.x
 localnet = 192.168.101.0/255.255.255.0
 
 this will use G.729 first and next
 
 But default G.729 is not installed, you need manual install.
 
 please see this website
 http://www.osslab.com.tw/index.p ... dec_g.729_%26_g.723
 |