Re: [asterisk-users] Help : problem in SLA (Shared Line Apperence

2007-08-08 Thread Al lists
Clarify this, what you are trying to achieve?
To see if handsets are being used or not?
Or to see if any trunk is being used or not and share it?
These are 2 different concepts, first is BLF you can have your asterisk to
provide that information with hint priority, and the second one is SLA.


On 8/8/07, raviprakash sunkara <[EMAIL PROTECTED]> wrote:
>
>
>
> On 8/7/07, raviprakash sunkara <[EMAIL PROTECTED]>
> wrote:
> >
> > Hello Russell,
> > Nice To meet U  and Good Morning. I got u r mail-Id from 
> > http://www.asterisk.org/node/48325
> >
> > Recently  i started the SLA configuration. But  i didn't understand  the
> > Flow of its Functionality
> > One of the  My Client Ask to have  do deploySLA  feature
> > He Using the Aastra 55i, when users is busy , Aastra 55i will blink
> > lamps
> >
> > in SLA.conf
> >
> > slatest]
> > type=trunk
> > device=SIP/1001
> > autocontext=slatest
> > [slatest1]
> > type=trunk
> > device=SIP/1003
> > autocontext=slatest1
> > [slateststation]
> > type=station
> > device=SIP/1002
> > autocontext=slateststation
> > trunk=slatest
> > trunk=slatest1
> >
> > sip.conf
> >
> > [1001]
> > type=friend
> > username=1001
> > secret=1001
> > host=dynamic
> > ;context=slatest
> > context=slatest
> > dtmfmode=rfc2833
> > Language=en
> > qualify=yes
> > [EMAIL PROTECTED]
> > disallow=all
> > allow=all
> > [1002]
> > type=friend
> > username=1002
> > secret=1002
> > host=dynamic
> > ;context=default1
> > context=slateststation
> > dtmfmode=rfc2833
> > Language=en
> > qualify=yes
> > [EMAIL PROTECTED]
> > disallow=all
> > allow=all
> > [1003]
> > type=friend
> > username=1003
> > secret=1003
> > host=dynamic
> > ;context=default1
> > context=slatest1
> > dtmfmode=rfc2833
> > Language=en
> > qualify=yes
> > [EMAIL PROTECTED]
> > disallow=all
> > allow=all
> >
> > Dialplan
> > [testing]
> > exten => _100X,1,Dial(SIP/${EXTEN}/${EXTEN})
> > exten => 101,1,Goto(slateststation|102|1)
> > exten => 102,1,Goto(slatest|1|1)
> > exten => 103,1,Goto(slatest1|1|1)
> > exten => h,1,Hangup()
> > [slatest]
> > exten => 1,1,SLATrunk(slatest)
> > exten => _X.,1,Dial(SIP/${EXTEN}/${EXTEN})
> > [slatest1]
> > exten => 1,1,SLATrunk(slatest1)
> > exten => _X.,1,Dial(SIP/${EXTEN}/${EXTEN})
> >
> > [slateststation]
> > exten => 102,1,SLAStation(slateststation)
> >
> > Thanks &Regards
> > Ravi Prakash Sunkara
> > India
> >
> >
>
>
> --
> Thanks &Regards
> Ravi Prakash Sunkara
> ___
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>
> 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--

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

[asterisk-users] Help : problem in SLA (Shared Line Apperence

2007-08-08 Thread raviprakash sunkara
On 8/7/07, raviprakash sunkara <[EMAIL PROTECTED]> wrote:
>
> Hello Russell,
> Nice To meet U  and Good Morning. I got u r mail-Id from
> http://www.asterisk.org/node/48325
> Recently  i started the SLA configuration. But  i didn't understand  the
> Flow of its Functionality
> One of the  My Client Ask to have  do deploySLA  feature
> He Using the Aastra 55i, when users is busy , Aastra 55i will blink lamps
>
> in SLA.conf
>
> slatest]
> type=trunk
> device=SIP/1001
> autocontext=slatest
> [slatest1]
> type=trunk
> device=SIP/1003
> autocontext=slatest1
> [slateststation]
> type=station
> device=SIP/1002
> autocontext=slateststation
> trunk=slatest
> trunk=slatest1
>
> sip.conf
>
> [1001]
> type=friend
> username=1001
> secret=1001
> host=dynamic
> ;context=slatest
> context=slatest
> dtmfmode=rfc2833
> Language=en
> qualify=yes
> [EMAIL PROTECTED]
> disallow=all
> allow=all
> [1002]
> type=friend
> username=1002
> secret=1002
> host=dynamic
> ;context=default1
> context=slateststation
> dtmfmode=rfc2833
> Language=en
> qualify=yes
> [EMAIL PROTECTED]
> disallow=all
> allow=all
> [1003]
> type=friend
> username=1003
> secret=1003
> host=dynamic
> ;context=default1
> context=slatest1
> dtmfmode=rfc2833
> Language=en
> qualify=yes
> [EMAIL PROTECTED]
> disallow=all
> allow=all
>
> Dialplan
> [testing]
> exten => _100X,1,Dial(SIP/${EXTEN}/${EXTEN})
> exten => 101,1,Goto(slateststation|102|1)
> exten => 102,1,Goto(slatest|1|1)
> exten => 103,1,Goto(slatest1|1|1)
> exten => h,1,Hangup()
> [slatest]
> exten => 1,1,SLATrunk(slatest)
> exten => _X.,1,Dial(SIP/${EXTEN}/${EXTEN})
> [slatest1]
> exten => 1,1,SLATrunk(slatest1)
> exten => _X.,1,Dial(SIP/${EXTEN}/${EXTEN})
>
> [slateststation]
> exten => 102,1,SLAStation(slateststation)
>
> Thanks &Regards
> Ravi Prakash Sunkara
> India
>
>


-- 
Thanks &Regards
Ravi Prakash Sunkara
___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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