INSERT INTO vicidial_server_carriers (carrier_id,carrier_name,registration_string,template_id,account_entry,protocol,globals_string,dialplan_entry,server_ip,active,carrier_description,user_group) values('outbound' ,'outbound' ,'' ,'--NONE--' ,'[outbound] disallow=all allow=ulaw allow=alaw type=peer host=192.168.29.175 dtmfmode=rfc2833 context=trunkinbound nat=yes canreinvite=no dtmf_mode=rfc2833' ,'SIP' ,'' ,'exten => _9X.,1,AGI(agi://127.0.0.1:4577/call_log) exten => _9X.,2,Dial(SIP/outbound/${EXTEN:1},,To) exten => _9X.,3,Hangup' ,'192.168.29.68' ,'N' ,'outbound' ,'---ALL---')UPDATE servers SET rebuild_conf_files='Y' where generate_vicidial_conf='Y' and active_asterisk_server='Y' and server_ip='192.168.29.68'