Page 1 of 1

What code is responsible for the CID on Blind Monitor call

PostPosted: Thu Aug 06, 2015 3:47 pm
by brandon.parncutt
Is anyone aware of the code which sets the caller ID for Blind monitor sessions? I'd like to make some modifications where I can set the CID to be the session ID number as opposed to the extension receiving the call after it is sent through the Real Time Main Report screen. Of course, I'll submit these changes to the tracker after they have been tested.

Thanks

Brandon

Re: What code is responsible for the CID on Blind Monitor ca

PostPosted: Thu Aug 06, 2015 6:45 pm
by mflorell
The non_agent_api.php script is responsible for settings the CID on the blind monitor calls originating from the real-time report, the "blind_monitor" function.

Re: What code is responsible for the CID on Blind Monitor ca

PostPosted: Fri Aug 07, 2015 9:57 am
by brandon.parncutt
Wow that was actually very easy...I just changed the $outbound_cid variable to $session_id and it was golden. Should I submit this as a new feature?

Re: What code is responsible for the CID on Blind Monitor ca

PostPosted: Fri Aug 07, 2015 1:08 pm
by mflorell
Since this will only be useful for single-server systems, we would not consider adding it to the codebase, but it would be good to have on the Issue Tracker. Thanks!