Displaying 2 results from an estimated 2 matches for "kesha".
Did you mean:
keshav
2005 May 17
0
Problem with getting the value of variable DIALSTATUS in AGI script
...?.
I wrote a small perl script, that just calls to the specified number and then receives the information about
+the status of the call.
This script is below:
#!/usr/bin/perl
use Asterisk::AGI;
$AGI = new Asterisk::AGI;
my %input = $AGI->ReadParse();
open (TEST,">>/home/kesha/ast_test");
$AGI->exec("DIAL OH323/232313124\@ip.address.of.the.gateway");
$status=$AGI->get_variable("DIALSTATUS");
print TEST $status;
close (TEST);
When I call to the specified upper number, I am successfully connecting with the subscriber and have
a...
2008 Aug 30
4
acts_as_commentable: find Post by date of comment
Hello,
I am using acts_as_commentable (related to Post) and I would like to
know how to get the list the posts ordered by date of comment (i.e.
post with recent comment first).
in addition if a post has no comment, i would it to be inserted based
on its creation date.
Thanks for your help
Nicolas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are