RE: [Flash Operator Panel] FOP XML PHP mashup / fakeDNDevent
- From: "Ian Plain" <ian@xxxxxxxxxxxxxxxxxxx>
- Organization: cyber-cottage.co.uk
- Date: Tue, 22 Jul 2008 22:36:13 +0100
- Mailing-list: contact operator_panel-help@lists.house.com.ar; run by ezmlm
Hi
In the end I didn’t pursue this from the gui, but I did with Nic get it
going from the Aastra handsets via XML
This is the asterisk bit
exten => _XXXX,1,NoCdr
exten => _XXXX,n,UserEvent(ASTDB|Channel: SIP/${EXTEN}^Family:
DND^Value: SET ^)
exten => _XXXX,n,Hangup()
And its called via phpAGI
if($dnd==0)
{
$res = $as->Command('database put DND '.$user.' SET');
$dnd=1;
$call = $as->send_request('Originate',
array('Channel'=>"LOCAL/".$user."@fopxmlon",
'Application'=>'hangup'));
}
Have fun. I may time willing spend a little time on this, If a customer
wants to pay :-) at the moment the just wanted login/out of queues with
lights and DND and were willing to pay
Thanks
Ian Plain
http://www.cyber-cottage.co.uk
Get us to call you
http://www.cyber-cottage.co.uk/voip/callback.htm
-----Original Message-----
From: Philipp Walker [mailto:pwalker@xxxxxxxxxx]
Sent: 22 July 2008 21:48
To: operator_panel@xxxxxxxxxxxxxxxxxx
Subject: [Flash Operator Panel] FOP XML PHP mashup / fakeDNDevent
Hi All,
I've spent about a day to signal DND to the FOP (using UserEvents) when
activating DND via PHP scripts, like in Ian Plain's post from Oct 2007.
First, I tried firing the UserEvent directly from the Asterisk Manager
(to no
success) and then using the Originate()-method and [fakeDNDevent] in the
dialplan... Still no success...
Does anyone have new info on this stuff, on either if the two methods?
As for direct UserEvent, I tried various things (including using a
modified
version of/phpagi-asmanager.php), but that doesn't really seem to
work... For originate, I tried e.g.
$astman->Originate("Local/$ext@xxxxxxxxxxxx");
but I guess it needs more parameters.
I'd be very thankful for any help on this...
Thanks and kind regards,
Philipp
--
Philipp Walker
Binatec AG
philipp.walker@xxxxxxxxxx
www.binatec.ch
Flash Operator Panel Mailing List
To unsubscribe send an empty message to:
<operator_panel-unsubscribe@xxxxxxxxxxxxxxxxxx>
To get help send an empty message to:
<operator_panel-help@xxxxxxxxxxxxxxxxxx>
The archives can be found at:
http://www.asternic.org/archives/maillist.html
No virus found in this incoming message.
Checked by AVG.
Version: 7.5.524 / Virus Database: 270.5.3/1565 - Release Date:
21/07/2008 18:36
No virus found in this outgoing message.
Checked by AVG.
Version: 7.5.524 / Virus Database: 270.5.3/1565 - Release Date:
21/07/2008 18:36
- Follow-Ups from:
- Philipp Walker
- References to:
- Philipp Walker
|