Guest zhangmin Report post Posted 09/11/2012 07:30 AM I do a 3Way Conference Call-Blind in the Transfer call module,but it not works. my sip server is Elastix.what I should do to config my Elastix server or pbx? thanks transfer.zip Share this post Link to post
SupportTeam Report post Posted 09/11/2012 07:54 AM As you are using SIP lines you must use the "Dialout and Conference" option. Share this post Link to post
Guest zhangmin Report post Posted 09/11/2012 08:20 AM "Dialout and Conference" option checked it returns fail path.I don't konw why? when I chose PBX Hookflash Transfer ,it works well.the same phonenumber. could you give me some advices? 0911_1605_vgEngine.txt 0911_ktTel.txt Share this post Link to post
SupportTeam Report post Posted 09/11/2012 08:43 AM The destination transfer number was not specified as an IP address. On VoIP systems the destination numbers need to be specified as IP addresses. The number specified was: 6000 It probably should be: 6000@192.168.1.24 Please .ZIP up any traces before posting them. Share this post Link to post
Guest zhangmin Report post Posted 09/11/2012 09:02 AM even though 6000@192.168.1.24 it still return fail path 0911_ktTts.zip 0911_CallEvents.zip 0911_1605_vgEngine.zip Share this post Link to post
SupportTeam Report post Posted 09/11/2012 09:10 AM Also can you please add the following line to the VG.INI, in [Log] section: Encoding=Unicode This will save the vgEngine log files in Unicode, instead of ASCII. Share this post Link to post
SupportTeam Report post Posted 09/11/2012 09:13 AM Please include the ktTel and WireShark traces as well that capture the "Dial and Conference" attempt. Please .ZIP up any traces before posting them. Also can you please add the following line to the VG.INI, in [Log] section: Encoding=Unicode This will save the vgEngine log files in Unicode, instead of ASCII. Share this post Link to post
SupportTeam Report post Posted 09/11/2012 09:16 AM Have you set the CallerID on the outgoing call? Many VoIP switches will require the CallerID on the outbound call to let it know what account the outgoing call should be billed to - and then authenticate using that CallerID before allowing call to proceed. Please see: http://www.voiceguide.com/vghelp/source/html/dial_voip.htm Share this post Link to post
Guest zhangmin Report post Posted 09/11/2012 09:39 AM which file I need to set the CallerID on the outgoing call? config.xml is right? by the way ,can you read chinese? Share this post Link to post
Guest zhangmin Report post Posted 09/11/2012 09:57 AM I try again, for detail please see the attachment.thanks attachment.zip Share this post Link to post
SupportTeam Report post Posted 09/11/2012 10:54 AM Traces show that CallerID on outgoing call was set to: 2000@192.168.1.24 The switch is rejecting the outbound call with a "401-Unauthorised", and HMP/VoiceGuide cannot authenticate 2000@192.168.1.24 as it does not have authentication information for it. The only extensions that you have provided the authentication information for in Config.xml are the 5000@192.168.1.24 and 7000@192.168.1.24 extensions. Suggest CallerId is set to one of the registered extensions (5000@192.168.1.24 or 7000@192.168.1.24), or add authentication information for 2000@192.168.1.24 , or set the VoIP switch to not require authentication on outgoing calls. From traces: 174215.625 6 voip authentication data idx=0: realm:asterisk, identity:sip:7000@192.168.1.24, username:7000, ****** 174215.625 6 voip authentication data idx=1: realm:asterisk, identity:sip:5000@192.168.1.24, username:5000, ****** 174458.171 6 3 1 sRvOutboundLeg=, strDialoutOptions=<CallerId>2000@192.168.1.24</CallerId> Screenshot of WireShark attached: Share this post Link to post
Guest zhangmin Report post Posted 09/12/2012 01:36 AM thanks I solve this problem by add authentication information for 2000@192.168.1.24 Share this post Link to post