What I need to do is record telephone calls that are made on regular phones on a regular telephone line, and record the calls somehow using a VoIP system.
I wish to use this system using a PBX and VoIP phone adapters without using an actual VoIP external line. The line that comes into my house is a POTS line. The setup does not look like it will work to me, but I have seen this exact setup where I work so I am very confident that it does work. I wish to do it like this:
...
There are two ways of doing this which immediately spring to mind (there will be many many more).
The first is to use the LOCAL channel and then initiate the call from within that. This should create a new CDR from that point in the call - I know we've used it for this reason, but it was a while ago, so I can't remember if we needed to do anything else.
The second way would be to log the times to the database that the dial started and when (if) the call is bridged. FUNC_ODBC is your friend!
...
Comments