[Asterisk-Users] transfer call after advise
Christian B
bencokakao at gmail.com
Fri Apr 7 09:03:18 MST 2006
what you ask for is called "attended transfer".
asterisk can do it, but i don't use the manager API so i have no idea
how you can realize it.
regards
christian
On Fri, 7 Apr 2006 16:44:41 +0200
nik600 <nik600 at gmail.com> wrote:
> i am developing a web application to manage callcenter, i will shortly
> release it on sf.net
>
> this is my problem:
>
> i will grant to users the possibility to transfer calls to other users
> using a web interface,
>
> for example if SIP/200 is talking with SIP/400 who wants to transfer
> the call to SIP/500 i use this commands with manager API:
>
> Action: Redirect\r\n
> Channel: SIP/200-sads\r\n
> ExtraChannel: 500\r\n
> Exten: 500\r\n
> Context: from-internal\r\n
> Priority: 1\r\n\r\n
>
> this works fine (maybe the sintax now isn't correct... but it works),
> but my problem is that the call is immediately transferred to 500.
>
> I'd like if:
>
> 1 - 200 calls 400
> 2 - 400 want to transfer the call to 500
> 3 - 400 asks 500 if 500 wants to talk with 200
>
> if 500 hangsup 200 still talk with 400
> if 400 hangsup 200 talks now with 500
>
> is it possible?
> thanks nik
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list