<br>Hello group,<br><br>ush@trudy:~$ more push.pl<br><br>use strict;<br>my ($userID, $password, $deviceName, $msg);<br><br>{<br> $userID = "user1";<br> $password = "password";<br> $deviceName = "SEPaabbccddee";<br>
<br>$msg = qq~<br><request><br><appInfo><br><appID>$userID</appID><br><appCertificate>$password</appCertificate><br></appInfo><br><login><br><deviceName>$deviceName</deviceName><br>
</login><br></request><br>~;<br> <br> <br> print $msg;<br>}<br><br>I can display above msg small script output to the screen using - 'print $msg; at the end but what I need to do is submit above perl request to Call manager 6?<br>
Any body can give me some help here <br><br>ie..<br><br>instead of print $msg outpout on the screen, I want the output to be submitted to the CCM server to logout SEPaabbccddee device using perl script.<br><br>Thanks in advance.<br>
<br>-- <br>Smile, you'll save someone else's day!<br>Frog<br>