similar to: Directed Call Pickup

Displaying 20 results from an estimated 1000 matches similar to: "Directed Call Pickup"

2006 Feb 02
2
Outbound Caller ID number on E1
Hi All I am having a problem setting the outbound callerid number on a PRI E1 in South Africa. The outbound number keeps on appearing as the main PRI number. How does it work between Asterisk and the Telko? More importantly how do I get it working? Kind Regards Garth -- Garth van Sittert BSc (Physics & Computer Science) ----------------- Mobile: +27 (0)83 791 6662 Email:
2009 Aug 10
3
SNOM 870
Anybody tried one with Asterisk yet ? Views ? Best Regards, -- This message has been scanned for viruses and dangerous content and is believed to be clean. SplatNIX IT Services :: Innovation through collaboration
2009 Apr 16
7
How to send "404 Not found" SIP reply?
Hi, I am trying to send "404 Not found" reply, without any luck with the following: exten => 555,1,Playback(you-dialed-wrong-number,noanswer) exten => 555,n,Playback(check-number-dial-again,noanswer) exten => 555,n,Congestion() However the above results in "500 Service Unavailable" being send out. What would be the correct application/function to generate "404
2006 Feb 01
1
(newby) IAX Trunk on low bandwidth connection
Hello everyone, this is my first post to the list, so hello again. We're a small company in Romania and we're trying to set up a really small version of "call center". That is, we want to get a few land-lines from our telco in different countys and "bridge" all calls to our HQ, in order to make it cheeper for our clients to call us. Unfortunatelly there's no ISP
2006 Feb 08
1
Handset phone to replace Flash Operator Pane l
Breeze to set up, too. To monitor and transfer to SIP/1000 / ext 1000: 1. Insert exten => 1000,hint,SIP/1000 into your default context (the context the extension is in) 2. In the monitoring phone's web interface, click Function Keys, pick a key, change it to Destination and type in SIP/1000. Once you submit the form it will change to a SIP URL, that's OK. 3. There is no step 3.
2006 Sep 13
1
Kirk IP600 V3 DECT Wireless server
Hi list! Does anyone have experiences with the updated model of the Kirk IP600? The V3 model is supposed to support SIP instead of only SCCP or H323 which would make the use with Asterisk a lot easier. I have only tested the Kirk IP600 V2 with SCCP / Skinny protocol which is still giving me severe headaches : - the standard Skinny driver in * doesn't work, only the version of Sergio
2006 Nov 01
2
Echo Issues
Hello, I had had some echo issues. I purchased a digium echo canceling card, and the echo issue seems to be reduced but not eliminated as I hoped it would be. I currently have it set to 128 'yes'. I've tried 256, but when I try 256 what happens is that instead of getting better echo canceling I get AWEFUL echo. Can anyone enlighten me? I am running 1.2.6 with a 4 port PRI card.
2006 Feb 01
2
fax possibilities
I am trying to set up a linux based faxing solution for a client, and have found that the modem they have (ancient dataplex external unit) just isn't up to the job. It talks to some remote fax machines but not others. A new external modem ranges from AUD$75 to AUD$400, which got me thinking of other possibilities... #1 FXO PCI card (more expensive for 1 port, probably cheaper for 2+) #2
2006 Dec 04
4
MySQL cmd % pattern matching
Hi All Does anyone know how to use the MySQL cmd in Asterisk with LIKE and % in the query? I have: exten => s,5,Set(query=SELECT name from contacts where tel like %${number}) exten => s,6,MySQL(Connect connid hostname username password dbname) exten => s,7,MySQL(Query resultid ${connid} ${query}) But there seems to be a problem with the % sign and I don't know how to
2006 Feb 07
2
Handset phone to replace Flash Operator Panel
Hi All Has anyone come across a handset that can somehow replace FOP? Some users don't like FOP unless it is on a dedicated PC. Thanks Garth
2006 Feb 01
9
(newby) Is PING a good indicator of latency?
As the subject line says: Is PING a good indicator of network latency? If not, how can I measure latency? Thanks, Cosmin Prund
2006 Feb 08
1
PRI Bridging and Recording
Hi All Does anyone have any ideas around what processing power is needed when bridging PRI channels and recording? I am not sure how the bridging takes place with and without recording? I basically have a situation like this: Telko <----> Asterisk <-----> Legacy PBX Where the lines are PRI's between Telko and Asterisk and Asterisk and the Legacy PBX. At what level does
2006 Feb 22
2
Asterisk hints
Hi All Does anyone know how the hints in asterisk works? How does a SIP phone interact with the hints? I am having a problem with certain phone models that do not set the hints correctly when I list the hints with a 'show hints'. Thanks Garth
2007 Jul 25
1
Asterisk-1.2 and Centos 5
Hi All Has anyone experienced a crash specific to asterisk 1.2 and Centos 5 when using the misdn hfcpci module that comes with zaptel? I have an asterisk pack based on asterisk-1.2.17 that I have been using on dozens of machines that are rock solid and stable. Today when I tried moving it to Centos 5 I experienced a complete OS crash when calling over HFC misdn channels. Didn't really
2005 Sep 15
4
PSTN calls are quiet
Sip to sip calls are fine, both local on Asterisk and over a SIP gateway, however some people who call on the PSTN line say we are very queit and vice versa, can the volume be turned up on the PSTN line? The volume buttons on the VoIP phones only turns up the others voice, so this is a fix for us, but how do I make our voices louder for the people on the PSTN line? Thanks. Paul.
2004 Dec 21
10
Codec Selection
Hi, I have 2 g729 licences - what I want to do is use g729 by default but if I get more than 2 calls at a time, use gsm for the others. So, I put this on all my sip providers: disallow=all allow=g729 allow=gsm However, this just seems to use gsm for everything. If I comment out the gsm line, it then uses g729. I thought it would use the codec's in the order they are allowed - is this
2006 Feb 15
6
asterisk silence suppression?
Hi all, I'm getting some noise gate like effects on our sip lines & I think I need to disable silence supression, I'm searching docs & not finding where this can be set, does * have a setting to turn this off? basically what's happening is when we stop talking, the other end hears total silence, but when we talk, they can hear the background noise in the office, this sounds odd
2006 Feb 14
9
Asterisk and Snom 360
Is anyone using the SNOM 360 as a reception console with Asterisk? We are trying to have the ability to view whether an extension is on or off hook, or ringing with the Snom, which seems to work fine. The issue is that we are having difficulty picking up calls and transferring. Anyone have experience / insight? Darrell S. Long Director of Technology BestWeb Corporation Phone 877-777-2932
2009 Jul 03
7
Asterisk capacity
Hello, What is the maximum number of simultaneous calls supported by asterisk. thks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090703/0794c554/attachment.htm
2006 Feb 07
1
ATA's and faxing
Hi All Is there any special configuration needed to send and receive faxes on an ATA device? I am using G711.a with a Grandstream Handytone 486. I can send faxes from a fax machine on the ATA, but receiving doesn't work. I get the fax signal, but it just doesn't continue. The LAN is used purely for VoIP traffic. Garth