rayo / xmpp

Fork of the XMPP XEP repo
http://gitorious.org/xmpp
3 stars 3 forks source link

call transfer? #88

Closed crienzo closed 10 years ago

crienzo commented 10 years ago

Ben Klang noticed there is no way to initiate a SIP REFER. Is this an oversight?

benlangfeld commented 10 years ago

It seems there isn't explicitly. I would expect <redirect/> to work before and after answer in the way you describe (302/REFER). I'm not sure there's a reason not to do this; any thoughts?

benlangfeld commented 10 years ago

/cc @bklang

crienzo commented 10 years ago

It certainly would be simpler on the client side- you don't have to track state and can move the call at (almost) any time.

bklang commented 10 years ago

Looks good to me. :+1:

crienzo commented 10 years ago

redirect sent to a call under the control of another DCP results in conflict error, not "not-allowed". Everything else is fine.

benlangfeld commented 10 years ago

Thanks for pointing that out, @crienzo. Fixed in 1230d86f70f73fbd953ad2571e40ae694b7363cc.