<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000099">
<font face="Bitstream Vera Sans">hi all,<br>
<br>
I want have an information about ring group in asterisk (1.8.16 -
centos 6.3)<br>
I have configured skypeforasterisk for incoming call to one
extension and it works<br>
<br>
now,my chan_skype.conf is:<br>
<br>
[general]<br>
<br>
default_user=user-skype<br>
<br>
[user-skype]<br>
secret=xxxxxxxxx<br>
context=from-skype<br>
exten=9999<br>
disallow=all<br>
allow=ulaw<br>
allow=alaw<br>
<br>
my extensions.conf:<br>
<br>
[from-skype]<br>
<br>
exten => 9999,1,Verbose(2,Incoming Skype Call)<br>
same => n,Answer()<br>
same => n,Dial(SIP/1000&SIP/2000&SIP/3000,30)<br>
same => n,Playback(user&is-curntly-unavail)<br>
same => n,Hangup()<br>
<br>
at right time the internal ring are 1000, 2000 and 3000<br>
I have the extension from 1000 to 1005, 2000 to 2005 and from 3000
to 3005<br>
I can ring him all? I can group the configuration into a single
string?<br>
<br>
let me know something<br>
thanks in advance<br>
<br>
<br>
<br>
</font>
</body>
</html>