Displaying 2 results from an estimated 2 matches for "calleid".
Did you mean:
called
2012 Jan 12
1
how to set callerid in php AGI file.
...e("phpagi.php");
$agi = new AGI();
//answer the call
$agi-> answer();
$agi->verbose("------------------------------------------");
$agi-> exec('Set',"CALLERID(num)=01133200274");
$ani = $agi->request['agi_callerid'];
$agi->noop("My CalleID: <<<<<<<=".$ani);
$agi->set_variable("CALLERID(num)","01133200274");
$ani = $agi->request['agi_callerid'];
$agi->noop("My CalleID: <<<<<<<=".$ani);
$agi-> exec('Dial',"SIP/00918885268942...
2003 Nov 14
0
CallerID when transfering
Hi,
I have one X100P, one ATA186 with two phones (with CalleID support).
When I receive a call from PSTN, both phones rings and the CallerID is
displayed on both.
I answer to one of them an then transfer the call (unattended) to the other
one using '#' key.
The other phone rings, but no CallerID is displayed?
It is a bug or this is something normal?...