similar to: Digit Map for IP500 - prepend digits from phone

Displaying 20 results from an estimated 10000 matches similar to: "Digit Map for IP500 - prepend digits from phone"

2005 Jul 26
3
Polycom digitmap question
via google, I found the reference regarding digit maps for the Polycom phones: http://lists.digium.com/pipermail/asterisk-users/2005-January/082884.html But I don't see any instruction for prepending digits to the number dialed. Does anyone know how to prepend a digit to the number dialed (from the Polycom side, not Asterisk)? I can do this pretty easily on a Sipura. i.e. Say I want to
2004 Jun 12
9
Prepending for 9NxxNxxx - adding the area code for 7 digit dialing
How do you prepend. I want to be able to dial 7 digits instead of of 11 for local calls. Can someone post there extensions.conf part that is relavent?
2015 Feb 13
0
Re: [PATCH] ./run: Use 'prepend' function to build paths.
On Friday 13 February 2015 10:16:34 Richard W.M. Jones wrote: > Add a bash function 'prepend' for intelligently prepending elements to > paths. eg: > > prepend PYTHONPATH "/foo" > > would set PYTHONPATH to "/foo" or "/foo:<previous-contents-of-PYTHONPATH>" > > Tested by: > > (1) Building and testing libguestfs twice:
2015 Feb 13
2
[PATCH] ./run: Use 'prepend' function to build paths.
Add a bash function 'prepend' for intelligently prepending elements to paths. eg: prepend PYTHONPATH "/foo" would set PYTHONPATH to "/foo" or "/foo:<previous-contents-of-PYTHONPATH>" Tested by: (1) Building and testing libguestfs twice: first without libguestfs installed as a system library, and then with it installed. (2) Examining the output of
2013 Jun 08
1
ActiveSupport::Concern support Module#prepend?
I''ve monkey patched this behavior into a gem and I was wondering if core would be interested in a PR to add Module#prepend support to ActiveSupport#Concern. I''ll add tests of course. The code is here: https://github.com/dockyard/easy_auth/blob/master/lib/easy_auth/active_support/concern.rb My monkey patch work for what I''m trying to do but I suspect a better
2005 Jan 05
5
Polycom IP500 - problems with multiple simultaneous calls
Hi All - I've got a load of Polycom phones, and for the most part, I think they're great, but one thing that is bugging the heck out of me (and my users) is the "on-hold" feature. When you're on a call, and another one comes in, it doesn't ring the second line appearance on the phone, even though I have it registered separately, and I've tried to make my
2005 Jan 06
0
FW: Re: Polycom IP500 - problems with multiplesimultaneous calls
Adam, Tor sent this one a little while ago that looks really promising for solving the problem. Wiley -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Tor Setane Sent: Thursday, January 06, 2005 2:09 AM To: Noah Miller Cc: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] Re:
2006 Mar 15
0
Prepend string to output URLs
Is it possible to prepend a string to all output URLs? I am looking for something like the relative_url_root that only does it job when generating the resulting html and not when analysing the request. (If some developer wants more information on why I want this do not hesitate to mail me, I think I found a problem with a specific Rails setup.)
2005 Jan 05
0
Polycom IP500 - problems with multiplesimultaneous calls
I have these very phones and took me a while to figure this out myself. The phone considers each line registration to be a line with a second line. So, call line while someone is on a call and another instance will appear below. That means you only need one registered instance for the phones to get two incoming calls. If however you want to have a second registered extension rung if the first
2013 Aug 27
2
Changing the PE3 console's RAILS_RELATIVE_URL_ROOT? How to prepend a URL string?
Hi All, I''m looking to prepend a string to all (RHEL based) PE3 console URLs. I''m trying to proxy the console thru an Oracle web server (Apache under the hood), and for security we need to make all URLs easily identifiable as having originated from Puppet in the web log files. A PCI requirement I believe. So, the question is how to change https://console.puppet.net into
2010 Jan 31
3
Append/Prepend to a template from controller method
I want a method in app/controllers/application.rb that can prepend/append text to whatever template gets rendered. Of course I can''t call render twice w/o getting a double render error, so is this possible? I want to redirect after a delay using a meta refresh. Here''s what I''ve got: app/controllers/application_controller.rb: def redirect_after_delay (url, delay)
2006 Apr 26
1
cannot transfer to call waiting call on ip500
So far no one I have talked to has either had this issue or does not know a answer. I currently run asterisk 1.0.9. I have two issues to deal with. 1. The caller waiting caller ID does not show on the uniden hand held that is hooked to a sipura spa 1000 or my Polycom ip500. 2. When a caller is calling in and I hear the caller waiting beep on the line when talking with somone, is there no way
2013 Apr 11
0
Voicemail Prepend not working properly on 1.8.18
Hi, I have a problem with forwarding a voicemail and prepending a message to it. If a user just forwards a voicemail, everything works fine. However, if a user prepends a message to the voicemail when forwarding, the voicemail that is forwarded only contains the prepended message and not the original voicemail message. Also, I continue to have voicemails and recordings that are recording the
2013 Jun 05
4
agent prepend every line with var
How would I prepend every log line output with a [var] when I run: var=<myvar> puppet agent -t -o -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to
2006 Jul 31
3
getting the last four digits of a string or number
I want to trim down a phone number to the last four digits before saving it to the db. How would I do this? For example, 800-555-1212 which could also be 8005551212, i want to save just 1212 (last four digits) only. -- Posted via http://www.ruby-forum.com/.
2003 Apr 23
2
Call Queue Manager and DID Digits
I've been asked to create a graphical "call-queue" manager. That is, use the existing call queues application but allow a way to view what's coming and attach information to it. As far as the "attaching information" that's in the realm of my application, but I'm trying to figure out if the internals of queues are exposed through any interface. Any help there?
2013 Aug 20
0
Voicemail Prepend Message Forwarding Not Working [SOLVED]
> > Hi All, > > First I've heard of this feature not working from a customer. I did some > digging and this is a common bug in several older Asterisk versions, it has > more than a few patches in the bug tracker. I've tried a few of them but > none will apply to a specific version I'm currently running for a customer, > 1.6.0.28. > > Does anyone have a
2005 Jul 21
1
Asterisk and IP500 / IP600 Boot RoM
Hello, Does anybody have the latest Boot ROMs for the IP500 and IP 600 Polycom phones. I have one of each and can't find the Boot ROM v 3 anywhere to download. I would also love a good sample phone.cfg and sip.cfg files from an Aussie asterisk user to look at. Also the ip500 is having problems trying to load the bootrom 2.6.2 ? Any ideas? Kind regards Michael Felder IT Medic
2005 May 12
3
Dead Polycom ip500
Hi, I just got and setup a new ip500 yesterday and it worked for about 15 minutes. Then it froze during a reboot.Now, when power cycled, the logo comes on for 3 seconds and then the screen is blank and nothing further happens. 468* factory reset doesn't work. I am about to send the phone back, but wonderd if anyone had a suggestion first.
2004 Sep 21
1
Polycom IP500 problem updating bootrom
I've had an IP300 for a while now and it's been working fine. I just got an IP500 and when it connects to the FTP server it downloads the new bootrom and says error loading. The bootrom is fine and works on the 300... In addition, I downloaded a new copy to be sure and it still doesn't work. Can anyone give me some advice?