Displaying 1 result from an estimated 1 matches for "p_num".
Did you mean:
_num
2009 Aug 17
0
Call back DIALSTATUS is empty
...f [multi-dir-callback]
Here is the code from my mail .pm file:
# main loop for callback
sub callback_handler {
my $loop_count=5;
my $self = shift;
my $call_id = $self->param('callid');
my $ph_num= $self->param('num1');
my $p_num= $self->param('num2');
my $con= $self->{server}{dbi};
my $state=$self->agi->get_variable("stat_vars");
to_log($self, "Inside Callback Handler.", 1);
unless($state) {
#$self->log(1, "Callbac...