Red5phone: make a call without SIP registration

Hi,

It would be useful to make a call without SIP Registration (for example, Asterisk SIP account type=peer).

SIP phone try always to register on “open” command and Asterisk says:

[Jun 22 14:13:51] NOTICE[12591]: chan_sip.c:15236 handle_request_register: Registration from '"phone" <sip:phone@127.0.0.1>' failed for '127.0.0.1' - Peer is not supposed to register

and obviusly a “Reg. Failure = 403 Forbidden” is returned BUT ALL works FINE.

I noticed that without calling from Flex:

netConnection.call("open", null, "user", "pass", "asterisk", "127.0.0.1");

it’s impossible to make a call.

Could be possible to add a boolean parameter to avoid sip registration. For example:

netConnection.call("open", null, "user", "pass", "asterisk", "127.0.0.1", false);

Thanks,

Duccio

See new version 0.0.22 here

Oh dele, you did really a very great job!

Duccio,

Thanks. :). version 0.0.24 now has support for asterisk voice mail.

-dele

Hi Dele,

I am using 0.024 version, and I can not get around 401 unauthorized problem please help.

thanks