[asterisk-users] Screen pop based on incoming DID

Wolfgang Lumpp wol at msc-ge.com
Tue Oct 3 23:57:30 MST 2006


Hi,

Am Dienstag, 3. Oktober 2006 14:43 schrieb Greg Delgado:
> I want to pop up a web page when a queue member phone
> rings but, instead of displaying the clid, I want to
> display the DID number the call came in. Any ideas how
> to best implement this?
you can try FOP with such an entry in your extensions.conf
exten => 1,2,UserEvent(FOP_Popup|
URL:testpage.php?clid=${CALLERIDNUM}^Target:temp)
You can set any variable to parse by testpage.php

Regards
Wolfgang


More information about the asterisk-users mailing list