axra will do. it's an add-on that will give consultative
transfer to X-Lite (and others). see below :

-------------------------------------------
New application for asterisk : axra

axra runs separately. developped in C++. it dialogs with
asterisk through agi calls and through the manager api.
it proccesses phone calls 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 PreTransfer (76), the call is parked and
waits for a transfer. if the timeout occurs, the call is ringed back.
if you call PreTransfer (76) directly, the parked call (if any) is
immediatly ringed back.

when a call is transfered to CTransfer (77), the call is linked to
the pretransfered (parked) call. if no pretransfer exists the call
is pretransfered just like 76 was dialed. however, if 'auto' was
specified, axra will try to link the call to the oldest live
channel attached to transferer's phone.


http://www.byortek.com/asterisk/axra-2004-07-29.tgz

Please download, read REAME and INSTALL. Any feedback greatly
appreciated.
----- Original Message -----
From: "Jozeph Brasil" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 30, 2004 3:30 PM
Subject: [Asterisk-Users] Softphone - Freeware?!


> Hi everybody,
>
> What is the most complete Softphone application freeware? X-Lite is
> very CooL, but the free version donīt support transfers... :(
> Anyone know, a windows softphone free application that I can use all
> Askterisk Resources?
>
> Congratulations,
> Jozeph Brasil.
>
>
> _______________________________________________
> Asterisk-Users mailing list
> [EMAIL PROTECTED]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to