Looking for quotes on a very simple script that will require a pin number before allowing a call to be placed. The pin number would be recorded to their mysql CDR. Thank you.
Matt Hamilton
2012-Apr-17 15:53 UTC
[asterisk-users] device state of a realtime queue member
I'm trying to find if a realtime queue member is paused or not from the dialplan. For a "paused", "not in use" phone, DEVICE_STATE returns "not in use" only. Is there a function that will tell if the phone is paused or not (other than querying the database directly)? Thanks, Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120417/17c7b467/attachment.htm>
On Tuesday 17 Apr 2012, cjwstudios wrote:> Looking for quotes on a very simple script that will require a pin > number before allowing a call to be placed. The pin number would be > recorded to their mysql CDR. Thank you.Will the DISA application do what you need? Regards, -- Raj -- Raj Mathur || raju at kandalaya.org || GPG: http://otheronepercent.blogspot.com || http://kandalaya.org || CC68 It is the mind that moves || http://schizoid.in || D17F
I think OP wants DISA input sent to MYSQL, so it seems to me that an AGI would be more appropriate. The AGI would read, do DISA, call and record the result to the CDR without the "Ugly" dialplan SQL stuff. -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Raj Mathur (??? ?????) Sent: Tuesday, April 17, 2012 1:11 PM To: asterisk-users at lists.digium.com Subject: Re: [asterisk-users] Account code script needed. On Tuesday 17 Apr 2012, cjwstudios wrote:> Looking for quotes on a very simple script that will require a pin > number before allowing a call to be placed. The pin number would be > recorded to their mysql CDR. Thank you.Will the DISA application do what you need? Regards, -- Raj -- Raj Mathur || raju at kandalaya.org || GPG: http://otheronepercent.blogspot.com || http://kandalaya.org || CC68 It is the mind that moves || http://schizoid.in || D17F -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
On 12-06-03 03:56 PM, Matt Hamilton wrote:> > We would like to automate Shared Line Appearance testing (e.g. phoneA answers a call, puts in on hold, phoneB picks up the call on hold) in our lab. Are there any tools/SIP call generators/clients that may help us create such a scenario? >Check out the asterisk testsuite for some examples[1]. You could use a combination of StarPy and pjsua (python bindings) to do this. [1] http://svnview.digium.com/svn/testsuite/asterisk/trunk/ -- Paul Belanger | PolyBeacon, Inc. Jabber: paul.belanger at polybeacon.com | IRC: pabelanger (Freenode) Github: https://github.com/pabelanger | Twitter: https://twitter.com/pabelanger
Thanks Paul, we are looking into the testsuite.> Date: Sun, 3 Jun 2012 18:32:57 -0400 > From: paul.belanger at polybeacon.com > To: asterisk-users at lists.digium.com > Subject: Re: [asterisk-users] Automate SLA testing > > On 12-06-03 03:56 PM, Matt Hamilton wrote: > > > > We would like to automate Shared Line Appearance testing (e.g. phoneA answers a call, puts in on hold, phoneB picks up the call on hold) in our lab. Are there any tools/SIP call generators/clients that may help us create such a scenario? > > > Check out the asterisk testsuite for some examples[1]. You could use a > combination of StarPy and pjsua (python bindings) to do this. > > [1] http://svnview.digium.com/svn/testsuite/asterisk/trunk/ > > -- > Paul Belanger | PolyBeacon, Inc. > Jabber: paul.belanger at polybeacon.com | IRC: pabelanger (Freenode) > Github: https://github.com/pabelanger | Twitter: > https://twitter.com/pabelanger > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > 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/20120604/6c11e58c/attachment.htm>