[asterisk-users] How to config SIP blind transfer in extension.conf

Lucian Romi romi.lucian at gmail.com
Tue Jun 19 17:56:10 CDT 2007


I figure it out.
This is because sip_channel is in dialing process. Oh man, how can you do
blind transfer when a call is not establish yet.

so I added

exten => 511,1,Playback(demo-abouttotry)
; Let them know what's going onexten => 500,n,Transfer
exten => 511,n,Dial(SIP/sip_proxy-out)

now it works perfectly well.

On 6/18/07, Lucian Romi <romi.lucian at gmail.com> wrote:
>
> I want to setup a blind transer for auto forwarding to SIP peer.
>
> I have context forwarding looks like this in extension.conf
>
> [forwarding]
> ...
> exten => 511,1,Dial(SIP/sip_proxy-out)
> ...
>
> This will do the re-invite, which is attendance transfer maybe.
> But I want a blind transfer by REFER method. How can I do that?
> I know that the transfer() function may be able to do that. But I don't
> know the syntax for that.
> I tried
> "
> exten => 511,1,Transfer(SIP/sip_proxy-out)
> "
>
> So can any one give me a hint on this? Thanks!
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070619/e9b7ebca/attachment.htm 


More information about the asterisk-users mailing list