Can app get ringing extension?

Is there a way to get the extension/user that is ringing in the digium.phone.incoming_call event? If so, is this mentioned in the API documentation somewhere that I missed?

It’s not explicitly called out, but on the Creating and Handling Calls page, you can see at the top of the page, the example eventData contains a remoteInfo string which I believe has what you’re looking for.

The Enhanced Callerid example shows a trivial example of how to use the callerID information on an incoming call to query a database.

Thank you, that helped.