[Asterisk-Users] Not ringing phone that are in use
Derrick Shoemake
dshoemake at efftec.com
Tue Mar 15 19:27:08 MST 2005
The first one is my attempt to get the extensions that are in use not
to ring. The second one actually rings all the extensions regardless of
whether someone is on the phone. The reason I want to change this, is
because if you're on a call and the phone rings, the call quality
degrades.
On Mar 15, 2005, at 7:53 PM, C F wrote:
> Which one did you try? the first one or the second?
> what was the CLI output?
>
>
> On Tue, 15 Mar 2005 18:40:29 -0600, Derrick Shoemake
> <dshoemake at efftec.com> wrote:
>> We have a small number of phones, when a call comes in we want all the
>> phones that aren't in use to ring.
>> Is there a simple way to test and see what phones are in use then ring
>> the other phones? I tried some
>> code like this:
>>
>> [zap]
>> exten => s,1,Answer
>> exten => s,2,ChanIsAvail(${DERRICK})
>> exten => s,3,SetVar,"EVERYONE=${DERRICK}"
>> exten => s,4,ChanIsAvail(${DON})
>> exten => s,5,SetVar,"EVERYONE=${EVERYONE}&${DON}"
>> ...
>> exten => s,10,Dial(${EVERYONE},20)
>> exten => s,11,Voicemail,u200
>> exten => s,111,Voicemail,b200
>> exten => s,13,Hangup
>> exten => t,1,Hangup
>>
>> Which caused Asterisk not to ring any phones or goto voicemail.
>>
>> Here is the section of our extensions.conf :
>>
>> DERRICK=SIP/202
>> DON=SIP/203
>> THOMAS=SIP/204
>> JAMES=SIP/205
>> BRUCE=SIP/206
>>
>> EVERYONE=${DERRICK}&${DON}&${THOMAS}&${JAMES}&${BRUCE}
>>
>> [zap]
>> exten => s,1,Answer
>> exten => s,2,Dial(${EVERYONE},20)
>> exten => s,3,Voicemail,u200
>> exten => s,103,Voicemail,b200
>> exten => s,5,Hangup
>> exten => t,1,Hangup
>>
>> _______________________________________________
>> Asterisk-Users mailing list
>> Asterisk-Users at 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
>>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at 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
>
More information about the asterisk-users
mailing list