similar to: How to determine if a device is in a call

Displaying 20 results from an estimated 4000 matches similar to: "How to determine if a device is in a call"

2006 May 05
5
Silent Attendant
I'd like to set up a "silent attendant". By this I mean when someone calls me I'd like for them to hear the comfort ringing tones, but for the first 5 seconds I'd like to give them the option of pressing 9 to send the call to an alternate extension; if they don't press 9, the call goes to a default extension. For most callers I just want standard PSTN behaviour, only a
2006 May 09
5
voipjet down?
Somebody know if they are down? Let me know, Julius C. Barber ventas@gringotel.com www.GringoTel.com Tel. USA: 1-408-705-1189 GringoTel - ahorre en sus llamadas internacionales. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060509/924605b6/attachment.htm
2006 May 09
2
exten statement execution order
In the following macro, a call is dialed and control branches according to DIALSTATUS, much like the default std-exten macro. What I'm trying to figure out is how to regain control when the call is answered. ; Standard extension logic [macro-stdexten] ; ${ARG1}=Extension ${ARG2}=Device(s) to ring exten => s,1,NoOp(stdexten ${EXTEN}) exten =>
2006 Apr 18
9
FW: NuFone Update: DIDs
Well this is disappointing. Time to find somebody else... -- Wes -----Original Message----- From: NuFone Operations [mailto:support@nufone.net] Sent: Tuesday, April 18, 2006 3:44 PM To: wbaehr@totalmac.net Subject: NuFone Update: DIDs Effective 3pm EST Today, April 18th, 2006 Telesthetic, the carrier supporting the Toll-Free and Michigan DID operations of NuFone, has threatened to terminate
2006 Mar 01
9
Asterisk transfer conflict
I have a problem with my Asterisk system. When I use my phone to call my office mailbox I have to end my password with #. (The office do not use Asterisk) " # " is also used as a transfer button on my asterisk, so when I press it I hear my Asterisk trying to transfer the call. Is there any way to change the transfer button or remove it ? Fredrik
2005 Jun 14
7
OT: US city proximity search
Does anyone know where I might be able to download/purchase a database of US cities and their longitude/latitude coordinates? I''d like to provide a search option on a website that allows users to search by city but include cities in the surrounding area. Thanks, Carl Youngblood _______________________________________________ Rails mailing list
2005 Oct 14
7
validates_confirmation_of not working
Hello, I''m having a weird problem in my user model. For the change_password method I have the following: def change_password(oldpass, newpass, confirmation) oldpass = self.class.myhash(oldpass) reload passhash = self.password self.password = newpass self.password_confirmation = confirmation if valid? and oldpass == passhash save! else # valid?
2005 Dec 15
8
How to ensure deletes cascade to associated models?
I have the following models: class Resume belongs_to :resume_assignments end class User belongs_to :resume_assignments end class ResumeAssignment has_one :resume has_one :user end When I delete a resume, I want to make sure that its associated ResumeAssignment gets deleted also. Calling destroy_all to delete some resumes doesn''t seem to do this. Is there an option that will
2005 Jul 23
11
Validation without ActiveRecord
Hello, I followed the instructions at http://wiki.rubyonrails.com/rails/show/HowToUseValidationsWithoutExtendingActiveRecord But now I''m having trouble trying to create my form view. Here''s a brief rundown of what I''ve done: - Created a class called SearchRequest that extends ValidatingBase and saved it in a file called search_request.rb and put it in my models
2005 Dec 02
4
How to get the count of matching documents
I''m trying to generate a rails pagination helper for some ferret search results, and I need to know how many total matches there are to my search query. I don''t see an obvious way of finding this. Any help would be appreciated. Thanks, Carl Youngblood
2003 Aug 08
5
ip phones and intercom/paging
There was a thread a few months ago that tossed around some ideas for using a cisco phone for intercom or paging. I don't have any ip phones, and wondered if anyone had any luck getting intercom or paging to work on the cisco units. Do any of the (cheaper) ip phones have a way to support intercom or paging? I presume that it's not part of the SIP or IAX protocols. Chris.
2005 Mar 17
2
Snom190 intercom
Hi All... I'm trying to get the intercom feature working on some snom 190 phones but having no luck... As you can see from the SIP trace below (from the called phone), intercom=true is being appended to the To: header as per requirements. I've email'd snom a few days ago but have yet to get a response. On my 190s, im running snom190-SIP 3.57v. I am pulling the config for the
2010 May 25
1
nortel meridian question
Hi all, I have asterisk 1.4.26 (and I tried 1.4.29) connected PRI all 23 lines and for the most part everything works. Dialing out on 23 lines to phones works fine. I have to use the Local channel to call the intercom system (from call files). If I only call 1 intercom system at a time so it uses DAHDI/1 everything seems to work as I can call all 8 intercom systems and play a message. The
2008 Jan 09
2
Intercom & Paging with Polycoms
I've been able to page to a specific phone (intercom type of thing), but I'd like to have a macro or agi that pages all phones but first checks if their on the phone. It looked like there used to be a pageall.agi type of script on the wiki, but that link isn't valid anymore. Does anyone have that script, or something else that would work? I would just do SIP/1000&SIP/1001, but
2011 Jun 14
1
Page() bumps user out of a call
Hello all, I'm having a problem with my intercom function that I use for under-chin paging. I'm running 1.6.2.13 on this server, and we use Linksys SPA-942's for our general phones. I have a global defined which has all the SIP channels concatenated together - this is ${ALL-PAGE-EXTS}. The problem comes when a user is on the line, and someone else uses the intercom function to page
2007 Jan 30
1
No intercom splash tone?
Environment: Asterisk 1.2.14, FreePBX 2.2.0, Aastra 480i IP telephones firmware version 1.4.1.1077. Problem: Intercom feature: the dialed phone does not play the splash tone when auto-answering an intercom call. Otherwise, intercom works perfectly. Questions: What is the extensions.conf syntax to trigger a splash tone in Asterisk 1.2.14 (from the documentation and posts I've found, it has
2003 Apr 09
5
Sip & Intercom
Hello all, I noticed that Cisco claims that you can do station to station intercom with the 7940/7960 phones, and the Cisco Call Manager. Does anyone have an example SIP header that shows this in action? Or is it something else that triggers the intercom? I would like to add this in to *. Thanks, Mike
2005 Dec 14
5
Query question
I have an index in which I want different records to be accessible to different users. I think I can do this by adding a "users" field to each record in the index and narrow down my queries to only those records matching the current user''s userid. I have the userids separated by commas. What would be the right way to query for a certain user? I have to make sure that I
2003 Jun 14
1
Intercom/autoanswer, SIP, Cisco
A friend pointed out this url http://www.cisco.com/univercd/cc/td/doc/pcat/clmn32.htm where it lists intercom/auto-answer as being a feature in Cisco Call Manager (which as I understand it, uses SIP predominately for handsets). I've come across comment somewhere that intercom isn't supported in the SIP spec. Does anyone know if the apparent capability of Intercom being available in SIP
2005 Dec 16
5
Ordering results by something other than relevance
Along with the contents of the documents in my index, I have stored the date they were added. I want to search for keywords in the index but have the results be sorted by their date rather than their relevance to the keywords. How would I do this in ferret? Thanks, Carl