2009/1/14 Bernhard Suttner <bernhard.sutt...@comdasys.com>:
> So, if you have an Asterisk PBX, you have to allow the 484, because
> Asterisk PBX will cancel the REFER with 484.

It does not like your Refer-To header?

> sip/sip_util.c
>
>  case 484: /* Address Incomplete */
>  case 485: /* Ambiguous */
>    /** @par 484 Address Incomplete and 485 Ambiguous
>
>      Similar to 404 and 410, these
>      responses came to a request whose Request-URI was provided by the
>      peer in a @Contact header field.  Something has gone fundamentally
>      wrong, and the dialog and all of its usages are destroyed.
>    */
>    if (method == sip_method_refer)
>    {
>      *return_graceful_terminate_usage = 0;
>      return 0;
>    }
>    return terminate_dialog;
>
> If that is also interessting for the main branch, I can create an patch!

Please do. Could you also add some explanation in a comment?

-- 
Pekka.Pessi mail at nokia.com

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to