similar to: [Fwd: Calls being hung up]

Displaying 20 results from an estimated 5000 matches similar to: "[Fwd: Calls being hung up]"

2007 Feb 05
0
Help - Received response: "Forbidden" from'"Unknown"
I did a NoOp and see what the callerid was and when coming from the SIP Ext->Voip it is set to the Extension Number of the SIP Extension (as you would expect). When coming from the Panasonic the CallerID is blank, I tried setting it to nothing again, and I tried setting it to the callerid of the voip provider, a sip extension id, the extension number on the Panasonic side, the zap channel
2006 Jun 25
3
Asterisk Startups
Does anyone know of any startups using Asterisk? What about established companies? Ones that are hiring would be nice.... :) Doug.
2008 Jan 21
6
[Fwd: Re: Large issue - having trouble diagnosing.]
thankyou both very much for your swift responses and helpful insight... While my knowledge of administrating Asterisk is fairly decent, i must say my knowledgebase and ability in troubleshooting it is fairly lousy... all these wonderful suggestions you have had about turning this log on here, etc sounds great, but i don't know where to begin on that! how do you recommend i turn these on or
2006 May 20
3
Any IP phones with pro-audio connections?
Does anybody know of any IP phones (ideally SIP based) that have interfaces to plug into a pro audio system (eg for phone interviews). Something can probably be hacked up with a headset connector or the 1/8" jacks on a 7970 but I'm wondering if there's something better out there. Thanks, Julien
2006 Feb 26
11
Asterisk question
Any idea how to read an external file, grab some stuff and push it back into an Asterisk variable? I can do it the other way with: system(echo "${UNIQUEID} =>" >> /home/ast/curr_calls) but I'm a bit stumped on how to go the other way around.... much thanks, Paul Hales
2009 Aug 31
5
queue issue
I have a _very_ specific situation where I need queues to work in a very specific manner - I need the queue to only accept one call at a time, even though several phones are attached to it. My memory tells me that queues might have even worked this way in the distant past (pre 1.0)...but I am willing to be mistaken. Is this even remotely possible? PaulH
2009 Oct 17
4
how to limit the calls leaving a queue?
Hi, I explain what I want to do.. All the operators share their phones. The number of the operator isn't constant, so it's possible that two operators share all the phones. They need to move all around, so they pick up the first phone they find. If there are only few operator is very annoying for them to ear the other phones ringing while they are at the phone! So I'dd like to limit
2006 Jun 20
6
IAX FXS.. Any experience with...
http://www.x100p.com/products_2.htm Anyone ever use this box? How's it compare with the Iaxy? I'd like to buy one or the other.. The Iaxy is appealing because to me, it seems less "no name", but this one says that it supports using hostnames, whereas apparently the iaxy only supports IP addresses?? That's appealing to the dynamic DNS guy in me! :-) Any
2007 Nov 08
2
asterisk and installing chan_h323.so rpm
Hello, When I tried to install chan_h323-1.0.1-module.i386 RPM i got these errors. Failed dependencies: libh323_linux_x86_r.so.1 is needed by chan_h323-1.0.1-module.i386 libpt_linux_x86_r.so.1 is needed by chan_h323-1.0.1-module.i386 But i found the same files in /usr/lib/libh323_linux_x86_r.so.1 /usr/lib/libpt_linux_x86_r.so.1 What to do for asterisk to detect the same
2006 Mar 25
6
Polycom IP 301 is slow
Hi guys, I've been using a Polycom IP 301 for a couple of weeks now and find that it's extremely slow for configuring. For instance, it takes several minutes to boot up, apply any changes via the web interface takes at least a minute, etc. Is this normal behaviour? Is there anything that can be done about it? Thanks, -- Nick e: nick.hoffman@altcall.com p: +61 7 5591 3588 f: +61 7 5591
2005 Nov 09
5
Receptionist phones
I've been playing with Asterisk for a few weeks and it's working great. I have a question about getting multi-line receptionist phones working. I was thinking about getting one of these expansion ports: http://www.cisco.com/en/US/products/hw/phones/ps379/products_data_sheet0 9186a008008883d.html What are people using for receptionist phones that show all the extensions in
2006 May 17
7
Quad BRI card
Hi all Does Digium make a quad BRI card? I can't see anything of the sort on their page but I thought they might call it something else in the States. Failing that, can anyone recommend a make/model that would handle 4 BRI ports? -- Cheers Wayne
2006 Feb 01
6
Blocked Callerid
I have been discussing an asterisk solution with a company that has a custom written dialogic based solution. The issue is that their dialogic solution can read callerid from incoming calls, even if the callerid is blocked. I have read before that Asterisk can do this, and they want me to make sure that their new system will be able to do this. A quick poke around inside the zaptel source code
2006 Jun 08
2
Phone recommendations?
Hi All, I'm looking for a good voip hardphone that has a decent set of the "regular" features (conference, 2 lines, etc) thats reliable, has decent quality, and isn't too pricey. Does anyone have any suggestions? Thanks in advance. Derek -- Derek Fedel
2007 Sep 17
3
Voicemail.conf
Is there a way to specify multiple email addresses in voicemail.conf for a specific user? I seem to remember that it was possible, but can't remember the character to separate the email addresses. (I tried '&', but that didn't work...) later, PaulH
2008 Feb 18
3
ISDN2 facility code...
I am trying to send 'codes' over an isdn2 link - such as *#24# - to activate call forwarding. But it doesn't work. I have tried sending it as a straight dial, and also as a DTMF string...but no luck... I spoke to a telco tech and he said I had to send a facility code....huh? Anyone with any ideas on this one? PaulH
2004 Mar 31
3
Voicemail Options
How do I set configure my voicemail notification so that when I'm left a voicemail message it: 1) sends an e-mail to my inbox with the voicemail message attached 2) sends a message to my cellphone without the message attached I get notifications when I've got attachments turned off, but my cell doesn't like attachments in the messages and doesn't send them. An even better
2007 Oct 15
11
What web GUI are people happy with?
Just wondering what web GUI people like for asterisk. I installed asterisk from source and I was looking at possibly installing web GUI for system management. So far freepbx.org looks promising anybody else have any suggestions. Thanks Roy Anciso Director of Technology Manistee Intermediate School District 1710 Merkey Road Manistee, MI 49660 Ph: 231-723-4264 Fx: 231-723-1690 roy
2008 Feb 01
2
h priority problem
I need to carry a variable over into the 'h' priority - so I can go back and clean up DB entries in a mysql database (time of call and so on) I tried using UNIQUEID but it seems that 'h' generates a new one. Anyone have any ideas? What can I use to carry a variable over into 'h'?? later, PaulH
2009 Aug 31
4
Inquiry:How to hide Caller Id
Dear All Can you please do me favor and let me know how I can hide the subs number being displayed on his phone when he goes off hook ? I mean when the subs goes off hook he sees his assigned number on his phone and I need to disable this feature . I don't know from which configuration file this feature is coming so please let me know how can I disable it . Regards H.Motamedi --------------