Displaying 1 result from an estimated 1 matches for "ph_num".
Did you mean:
bh_num
2009 Aug 17
0
Call back DIALSTATUS is empty
...L_ID}&num1=${num1}&state=${STATE})
; end of [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)...