Dial unregistered Extension

Hello,

I’m dialing multiple Softphones

exten => 99*10,1,NoCDR() same => n,Dial(SIP/21&SIP/22&SIP/23&SIP/24&SIP/31&SIP/32&SIP/33&SIP/34&SIP/35&SIP/36&SIP/36&SIP/37&SIP/38, 45, r)

some of them may are not registered because these are Cell Phones or PCs that are offline.
The Problem is that Asterisk is giving me a Warning

[quote]Unable to create channel of type ‘SIP’ (cause 20 - Subscriber absent)[/quote] and does not dial out at all.

I though want to have all registered devices ringing.

Please Help.
Christian

The warning is correct, except that what is not registered is a device, not an extension.

Dial giving up sounds like a bug. I seem to remember hearing of this one before. Which version of Asterisk are you using?

Looking at issues.asterisk.org/jira/browse/ASTERISK-15641 there is an implication there that the call was working on the devices that were available. That suggests, either you have misdiagnosed the situation, or there has been a regression (always assuming you are using a supported version).