Hello
I have a problem of understanding the principle of reception of Apelles with 3pcc
theory in order to receive a call you must:
-Use the following command to register for the reception of the call: IncomingCallHandling (extensionName, enable)
-well then it receives the frame of an incoming call which was answered by this:
<?xml version="1.0"?>
<methodResponse>
<params>
<param>
<value><struct>
<member>
<name>action</name>
<value><string>accept</string></value>
</member>
<member>
<name>callerid</name>
<value><string>3pCC</string></value>
</member>
<member>
<name>remotecontrol</name>
<value><boolean>0</boolean></value>
</member>
</struct></value>
</param>
<param>
<value><string>54377923804855751</string></value>
</param>
</params>
</methodResponse>
- This is where it becomes complicated
(here we do not know or is calling, I suppose it is on standby on the quadro, but I'd like to know what it must register to obtain the information back?)
- Then for the phone with our extension to take the call, it must create a call to another extension, accepting (since ca va landed first on the software which has included the extension. (And here we turn around)
-then skip this step must be added the 2 calls. I suppose
someone was there a clear procedure on how to receive a call and order that follows. THANK YOU
for info I tried the example but it works not well