Olivier
2008-Oct-02 14:43 UTC
[asterisk-users] Is SIPPEER curcalls working for you ? (was: Ongoing calls with SIPPEER, curcalls)
Hello,
Has anyone successfully used this SIPPEER function ?
exten => _753X,n,Set(foo=${SIPPEER(${EXTEN}:curcalls)})
Then, did you get a meaningful value ?
I suspect my understanding of it is incorrect as I would say that if an
extension is on call with someone else, curcalls shall return 1 (which it
doesn't here as it returns 0).
Regards
2008/10/1 Doug Lytle <support at drdos.info>
> Olivier wrote:
> >
> > - curcalls is not set to what I was thinking (I misunderstood its
> > definition in voip-info.org <http://voip-info.org>, as I comply
to
> > call-limit setting requirement)
> > - something else
>
>
> My very basic testing, I'm not able to get a value either. I
won't
> have access to my testing system until later on this evening. I'll
give
> it another try then.
>
> Doug
>
>
> --
>
> Ben Franklin quote:
>
> "Those who would give up Essential Liberty to purchase a little
Temporary
> Safety, deserve neither Liberty nor Safety."
>
>
> _______________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> AstriCon 2008 - September 22 - 25 Phoenix, Arizona
> Register Now: http://www.astricon.net
>
> 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/20081002/c7f39e9d/attachment.htm
Doug Lytle
2008-Oct-02 14:58 UTC
[asterisk-users] Is SIPPEER curcalls working for you ? (was: Ongoing calls with SIPPEER, curcalls)
Olivier wrote:> Hello, > > Has anyone successfully used this SIPPEER function ?Olivier, I wasn't able to do any testing on it last night, I'll give it a try over this upcoming weekend and let you know what I find. Doug -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."
Doug Lytle
2008-Oct-05 20:32 UTC
[asterisk-users] Is SIPPEER curcalls working for you ? (was: Ongoing calls with SIPPEER, curcalls)
Olivier wrote:> I suspect my understanding of it is incorrect as I would say that if > an extension is on call with someone else, curcalls shall return 1 > (which it doesn't here as it returns 0). >From what I can see, this is a counter for active calls. From one sip phone to another I called and put on hold. The first call showed 0 The second calls showed 1 The third active called showed 2 And so forth. I guess this is to be used for call limits on an extension, not a total call counter. Doug -- Ben Franklin quote: "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."