You can dial all the extensions at once, putting all them in the dial
string, separated by &. There is no other method.

Leandro

2012/12/5 Paolo De Michele <pa...@paolodemichele.it>

>  hi all,
>
> I want have an information about ring group in asterisk (1.8.16 - centos
> 6.3)
> I have configured skypeforasterisk for incoming call to one extension and
> it works
>
> now,my chan_skype.conf is:
>
> [general]
>
> default_user=user-skype
>
> [user-skype]
> secret=xxxxxxxxx
> context=from-skype
> exten=9999
> disallow=all
> allow=ulaw
> allow=alaw
>
> my extensions.conf:
>
> [from-skype]
>
> exten => 9999,1,Verbose(2,Incoming Skype Call)
>    same => n,Answer()
>    same => n,Dial(SIP/1000&SIP/2000&SIP/3000,30)
>    same => n,Playback(user&is-curntly-unavail)
>    same => n,Hangup()
>
> at right time the internal ring are 1000, 2000 and 3000
> I have the extension from 1000 to 1005, 2000 to 2005 and from 3000 to 3005
> I can ring him all? I can group the configuration into a single string?
>
> let me know something
> thanks in advance
>
>
>
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>                http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to