I'm trying to get the call notification to show channel data like it does when using the popup - the pop up works fine but the call notification is reading the php as text - see attached image.
If you use popup "content", then that content must be plain text, it does not accept html markup at all. Be sure to strip html markup and echo/print only text.
Comments