Hi,<div><br></div><div> I am using javascript to store uuid, phone_no, endpoint_disposition and hangup cause in my MYSQL. I can get the session UUID , Phone_no, endpoint disposition but i cant get the originate disposition.</div>
<div><br></div><div>Javascript :</div><div><br></div><div>session.setVariable("session.uuid", "ses_uuid: " + session.uuid); <br></div><div>session.setVariable("phone", "phone_no: " +argv[0]);<br>
</div><div>result = session.getVariable("endpoint_disposition")<br></div><div>hangup = session.getVariable("originate_disposition")<br></div><div><br></div><div><br></div><div>OUTPUT:</div><div><br></div>
<div>S_UUID PHONE_NO RESULT HANGUP_STATE<div><br></div><br>f579cb15-5145-4eb1-a080-03b9e53b90f739841799874 39841799874 ANSWER <br>
</div><div><br></div><div>for "originate_disposition" i did not get any value stored in the Table. So how can get the originate_disposition ????</div><div><br>-- <br>Warm Regards,<br>N.Baskar<br><br>
</div>