Do the SetGroup and CheckGroup functions behavior differently in CVS-HEAD vs CVS v1-0? When I upgrade to CVS-HEAD my "call waiting disable" doesn't seem to work, using: exten => s,1,SetGroup(SIP${ARG1}) exten => s,2,CheckGroup(1) exten => s,3,Dial(Sip/${ARG1},15,t) Anyone know why this is? -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- sean a. newton nester@wewt.net louisville, ky, usa http://wewt.net Another day, another convertible and another hotel full of cops. -- Hunter S. Thompson -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
On 4/20/05, Sean A. Newton <nester-asterisk@wewt.net> wrote:> > Do the SetGroup and CheckGroup functions behavior differently in CVS-HEAD > vs CVS v1-0? > > When I upgrade to CVS-HEAD my "call waiting disable" doesn't seem to work, > using: > > exten => s,1,SetGroup(SIP${ARG1}) > exten => s,2,CheckGroup(1) > exten => s,3,Dial(Sip/${ARG1},15,t)Do you not need a exten => s,103,Congestion() otherwise the checkgroup has nowhere to go ?
>> Do the SetGroup and CheckGroup functions behavior differently in >> CVS-HEAD >> vs CVS v1-0? >> >> When I upgrade to CVS-HEAD my "call waiting disable" doesn't seem to >> work, >> using: >> >> exten => s,1,SetGroup(SIP${ARG1}) >> exten => s,2,CheckGroup(1) >> exten => s,3,Dial(Sip/${ARG1},15,t) > > > Do you not need a > exten => s,103,Congestion() > > otherwise the checkgroup has nowhere to go ?Is this to disable the call waiting on Polycom phones? If so, I don't think there wouldn't be a need to have it on the "s" extension. You'd just need to have it on any extension that the Polycom phone would call (other handsets, outside lines, voicemailmain, etc). CheckGroup does increment n+101, but unless you want them to get a busy signal, I'd probably move them on to the next line appearance on the phone, or to a voicemail box. - Noah