Displaying 1 result from an estimated 1 matches for "ctransfer".
Did you mean:
  transfer
  
2004 Jul 29
0
New app: Consultative transfer for each phone
...through the dial plan (agi) and 
concurently through the manager api.
axra currently provides consultative transfer for SIP and IAX2 
phones. this should easily be extended to any phone technology. 
hopefully, axra will soon provide 3 way calling.
there are two tranfer functions : PreTransfer and CTransfer
each should  be implemented in the dial plan like :
exten => 76,1,AGI(axraagi|PreTransfer)
exten => 76,2,Hangup
exten => 77,1,AGI(axraagi|CTransfer|auto)
exten => 77,2,Hangup
you may choose other extensions than 76 & 77. you may omit 'auto'
when a call is transfered to Pre...