raviprakash sunkara
2007-Aug-08 13:23 UTC
[asterisk-users] Help : problem in SLA (Shared Line Apperence
On 8/7/07, raviprakash sunkara <sunkara.raviprakash.feb14 at gmail.com> 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 > mailbox=1234 at default > disallow=all > allow=all > [1002] > type=friend > username=1002 > secret=1002 > host=dynamic > ;context=default1 > context=slateststation > dtmfmode=rfc2833 > Language=en > qualify=yes > mailbox=1234 at default > disallow=all > allow=all > [1003] > type=friend > username=1003 > secret=1003 > host=dynamic > ;context=default1 > context=slatest1 > dtmfmode=rfc2833 > Language=en > qualify=yes > mailbox=1234 at default > 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070808/15c27601/attachment.htm
Al lists
2007-Aug-08 18:14 UTC
[asterisk-users] Help : problem in SLA (Shared Line Apperence
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 <sunkara.raviprakash.feb14 at gmail.com> wrote:> > > > On 8/7/07, raviprakash sunkara <sunkara.raviprakash.feb14 at gmail.com> > 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 > > mailbox=1234 at default > > disallow=all > > allow=all > > [1002] > > type=friend > > username=1002 > > secret=1002 > > host=dynamic > > ;context=default1 > > context=slateststation > > dtmfmode=rfc2833 > > Language=en > > qualify=yes > > mailbox=1234 at default > > disallow=all > > allow=all > > [1003] > > type=friend > > username=1003 > > secret=1003 > > host=dynamic > > ;context=default1 > > context=slatest1 > > dtmfmode=rfc2833 > > Language=en > > qualify=yes > > mailbox=1234 at default > > 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070808/ab2c9a2b/attachment.htm