<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt;"><span>Hi,</span></div><div style="font-family: arial, helvetica, sans-serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><span>I'm getting errors while originating a call through AMI.</span></div><div style="background-color: transparent;"><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 16px; font-style: normal; background-color: transparent;">[Dec 12 21:18:35] ERROR[8661]: utils.c:1236 ast_careful_fwrite: fwrite() returned error: Broken pipe</div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 16px; font-style: normal; background-color: transparent;">[Dec 12 21:18:35] ERROR[8661]: utils.c:1236 ast_careful_fwrite: fwrite() returned error: Broken
 pipe</div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 16px; font-style: normal; background-color: transparent;">[Dec 12 21:18:35] ERROR[8661]: utils.c:1236 ast_careful_fwrite: fwrite() returned error: Broken pipe</div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 16px; font-style: normal;">Asterisk version 11.0.1</div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 16px; font-style: normal;">OS:&nbsp;<span style="background-color: transparent;">CentOS release 5.8 (Final)</span></div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 16px; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 16px; font-style: normal;"><span style="background-color: transparent;">//manager.conf settings</span><br></div><div><div><span style="font-size:
 13px;">[faheem]</span></div><div><span style="font-size: small;">secret =f@xxxxxx</span></div><div><span style="font-size: small;">permit=127.0.0.1/255.255.255.255</span></div><div><span style="font-size: small;">read = system,call,log,verbose,agent,user,config,dtmf,reporting,cdr,dialplan</span></div><div><span style="font-size: small;">write = system,call,agent,user,config,command,reporting,originate</span></div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 16px; font-style: normal;"><br></div></div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 16px; font-style: normal;"><span style="background-color: transparent; font-size: 13px;">///AMI script</span><br></div></div><div style="background-color: transparent;"><div style="background-color: transparent;"><span style="font-size: small;">&lt;?php</span></div><div style="background-color: transparent;"><span style="font-size:
 small;"><br></span></div><div style="background-color: transparent;"><span style="font-size: small;">$sys_ip = "127.0.0.1";</span></div><div style="background-color: transparent;"><span style="font-size: small;">$User_str = "faheem";</span></div><div style="background-color: transparent;"><span style="font-size: 13px;">$Secret_str = "f@h33m112xxxxxx";</span></div><div style="background-color: transparent;"><span style="font-size: small;">$phoneNumb = 1234;</span></div><div style="background-color: transparent;"><span style="font-size: small;">$dialNumb = &nbsp;4567;</span></div><div style="background-color: transparent;"><span style="font-size: small;">$spoofNumb = 786;</span></div><div style="background-color: transparent;"><span style="font-size: 13px;">$context = "xxxxx-xxxxx";</span></div><div style="background-color: transparent;"><span style="font-size: small;"><br></span></div><div style="background-color: transparent;"><span style="font-size:
 small;">$oSocket = fsockopen($sys_ip, 5038, $errnum, $errdesc) or die("Connection to host failed");</span></div><div style="background-color: transparent;"><span style="font-size: 13px; background-color: transparent;">fputs($oSocket, "Action: login\r\n");</span><br></div><div style="background-color: transparent;"><span style="font-size: 13px;">fputs($oSocket, "Username: $User_str\r\n");</span></div><div style="background-color: transparent;"><span style="font-size: small;">fputs($oSocket, "Secret: $Secret_str\r\n\r\n");</span></div><div style="background-color: transparent;"><span style="font-size: small;">fputs($oSocket, "Events: off\r\n\r\n");</span></div><div style="background-color: transparent;"><span style="font-size: small;">fputs($oSocket, "Action: originate\r\n");</span></div><div style="background-color: transparent;"><span style="font-size: small;">fputs($oSocket, "Channel: SIP/testTrunk/$phoneNumb\r\n");</span></div><div
 style="background-color: transparent;"><span style="font-size: small;">fputs($oSocket, "Exten: $dialNumb\r\n");</span></div><div style="background-color: transparent;"><span style="font-size: small;">fputs($oSocket, "Context: $context\r\n");</span></div><div style="background-color: transparent;"><span style="font-size: small;">fputs($oSocket, "Priority: 1\r\n\r\n");</span></div><div style="background-color: transparent;"><span style="font-size: small;">fputs($oSocket, "Timeout: 10000\r\n");</span></div><div style="background-color: transparent;"><span style="font-size: 13px;">fputs($oSocket, "CallerId: $spoofNumb\r\n");</span></div><div style="background-color: transparent;"><span style="font-size: small;">fputs($oSocket, "Async: false\r\n");</span></div><div style="background-color: transparent;"><span style="font-size: small;">fputs($oSocket, "Action: Logoff\r\n\r\n");</span></div><div style="background-color: transparent;"><span style="font-size:
 small;">echo "originate executed";</span></div><div style="background-color: transparent;"><span style="font-size: small;">fclose($oSocket);</span></div><div style="background-color: transparent;"><span style="font-size: small;"><br></span></div><div style="background-color: transparent;"><span style="font-size: small;">?&gt;</span></div><div style="color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-size: 16px; font-style: normal;"><br></div></div><div style="font-family: arial, helvetica, sans-serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><br></div><div style="font-family: arial, helvetica, sans-serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><div>Can any one please help me over it.</div><div>Thank you!</div><div><span style="font-size: 12pt;">&nbsp;</span><br></div></div><div style="font-family: arial, helvetica, sans-serif; font-size:
 12pt;"><div>Muhammad Faheem</div>  <div><br><br></div></div></div></body></html>