Kib Eki
2005-Jun-23 06:25 UTC
[Asterisk-Users] Help with Dial multiple channels simultanously
Hi,
the following from extension.conf does not work correctly:
exten => 301, 1, Dial(SIP/455&SIP/456, 15)
That is the console output:
-- Executing Dial("mISDN/1/105",
"SIP/455&SIP/456&SIP/456| 10") in
new stack
-- Called 455
-- Called 456
-- SIP/455-46a8 is ringing
== Spawn extension (incoming, 301, 1) exited non-zero on 'mISDN/1/105'
As you can see only the extension 455 is dialed.
What is wrong with my configuration?
Thank you very much,
Kib
Asterisk
2005-Jun-23 06:47 UTC
[Asterisk-Users] Help with Dial multiple channels simultanously
Something is not quite right - your extensions.conf is specifying
Dial(SIP/455&SIP/456, 15)
but the console is showing
Executing Dial("mISDN/1/105", "SIP/455&SIP/456&SIP/456|
10")
note the extra SIP/456 (as in SIP/456&SIP/456) and the 10 instead of the
15 in the extensions.conf.
Are you sure you've posted the correct extensions.conf ?
Julian
Kib Eki wrote:> Hi,
>
> the following from extension.conf does not work correctly:
>
> exten => 301, 1, Dial(SIP/455&SIP/456, 15)
>
> That is the console output:
> -- Executing Dial("mISDN/1/105",
"SIP/455&SIP/456&SIP/456| 10") in
> new stack
> -- Called 455
> -- Called 456
> -- SIP/455-46a8 is ringing
> == Spawn extension (incoming, 301, 1) exited non-zero on
'mISDN/1/105'
>
> As you can see only the extension 455 is dialed.
>
> What is wrong with my configuration?
>
> Thank you very much,
> Kib
>
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
>