similar to: UK VoIP-PSTN gateway recommendations

Displaying 20 results from an estimated 1100 matches similar to: "UK VoIP-PSTN gateway recommendations"

2004 Sep 02
1
Any UK PipeCall/PipeMedia users?
Has anyone out there used the PipeMedia/PipeCall PSTN gateway? Anything good/bad to say about it? I'm considering using them for a new customer. They seem to have good rates, good provisioning tools and (better still) give commission on usage to dealers. -- David Gurr Congruity Ltd. Fax: 0871 661 1756 Hemel Hempstead UK
2004 Aug 04
3
No incoming audio on incoming SIP calls
Now this is really frustrating. Everything was working fine, and now it isn't ... I don't think I've changed anything that would affect this, but I guess you never can be too sure. My setup is as follows: SIP softphone (SJphone) connected to Asterisk running my Linux NAT firewall box. This is all on the internal network. Asterisk then dialing out through various means - SIP to
2004 Aug 27
2
FXO interfaces used in UK?
What FXO interface methods are folks using successfully in the UK? I'm looking for good, known-to-work solutions for commercial use for two PSTN trunks on an Asterisk box. Here's the options I have, as I see it: i) Two Digium X100Ps. Pro - cheap (c. ?120), CE approved. Con - UK line impedance mismatch, with resulting echo problems, plus needs two PCI slots. ii) Digium TDM400P with two
2004 Aug 09
2
Sound file quality
I'm building a phone-in demo system to use for introducing Asterisk to prospective clients. One of the things I'm wary of is their likely preconceptions that VoIP systems will have poor audio quality. As a result, I'd like to ensure that the voice prompts I'm using have the best possible audio quality. Is it possible to use sound files at higher than 8kHz sampling? My callers
2004 Aug 19
2
Multiple SIP phones ringing for same extension
Can someone confirm what I should expect the correct behaviour to be on incoming calls if I have multiple SIP phones configured for the same username? I'd expect all the phones registered under the username that that extension is associated with to ring, and the first one that answers gets it. What I get, is just the first phone that registered gets a ring. The second one doesn't ring at
2004 Aug 02
1
Selling asterisk-based solutions
I'm curious as to folks experiences in selling asterisk-based solutions. In sales-speak, what are the common "compelling reasons to buy"? I can think of the following potential ones, but I'm keen to find out what seems to work in practise: - Customer wants to cut cost of calls, implements * and signs up to a VoIP/PSTN gateway - Customer wants a new PBX but doesn't want to
2004 Aug 28
0
ISDN BRI card exepriences in UK
Looking for folks experiences with ISDN BRI cards in the UK ... what's good and what's bad and any gotchas. Thx -- David Gurr Congruity Ltd. Hemel Hempstead UK
2004 Sep 09
2
Legacy Toshiba Phones
I found some postings from Google (notably from Mark Spencer) about successful integration of a legacy Toshiba Strata system and Asterisk. I am also facing that current dilemma. The general legacy solutions that I can come up with is very easy -- either making Asterisk a "proxy" (or frontdoor) to the Toshiba system, or have it operate behind the Toshiba via regular extensions. I'm
2004 Jul 27
2
Using rxfax over SIP
I have no analog line interfaces on my asterisk system, but I do have two UK 0870 numbers routed to two separate VoIP accounts (one with FWD, one with gossiptel). Asterisk is configured to register with these accounts. I get voice calls through just fine this way. I thought I could get one of these 0870 numbers to route through to rxfax, thus allowing folks to fax me directly. I've set up
2004 Aug 02
0
Stripping characters from SIP dial strings
I'm having problems in dialing numbers over SIP that include characters from the UK international phone number conventions. I have my contacts in Outlook, with the numbers represented as: +<countrycode> (<area code>) <numberpart> <numberpart> eg: +44 (20) 7834 1234 or: +1 (801) 555 1234 I'm using the SJphone softphone, doing my testing through the Stanaphone
2004 Aug 03
0
Can Zap detect line is already off-hook?
I have the need for a slightly odd * configuration for testing purposes. I have a working * setup with SIP softphones, VoIP trunks and a single X100P clone for PSTN access. The PSTN line I'm using for testing is also in use by other folks. For incoming calls, I'd like to set is up so that * functions as a voicemail backstop on this line. This much is working fine. For outgoing, I'd
2004 Aug 09
1
How do folks handle NAT routing?
I'm interested to hear how folks are handling NAT SIP routing issues "in the wild" for commercial use. Are you using a commerical SIP-aware NAT router solution? If so, what? Are you using a software SIP-proxy like SER or siproxd? If so, which? Do you set everything to "canreinvite=no" in sip.conf? Any comments about real-world implementations would be welcome. Thanks
2015 Jan 20
2
Problem with Cisco Phones
Possibly slightly off topic, has anyone ever had Cisco 79xx Series phones come up with "cannot complete conference" errors when trying to conference two calls together? This message may be private and confidential. If you have received this message in error, please notify us and remove it from your system. Gyron may monitor email traffic data and the content of email for the purposes
2010 Dec 21
1
Shared Folders via Symlinking
Hi folks, I'm trying to set up shared folders via symlinking and have come across a problem. I created a folder for one user, then symlinked it to another. I figured that one thing that is likely to happen at some point is that user 2 is going to decide they don't want to look at that folder any more, and will delete it, so I tried this. Much to my relief, it didn't delete the actual
2015 Jan 23
3
Polycom SoundStation 6000 Dropping Registration
Hello, I'm having a problem with a few Polycom SoundStation 6000s. Everything works fine, but they drop registration to asterisk after about maybe 30 minutes - the phone does not re-try to register and if you try to dial out on the phone it says "URI Dialing is Disabled" Has anyone else had this issue? I'm running asterisk 11.7.0. This message may be private and confidential.
2015 Mar 11
2
Caller ID Names
Are the phones exposed to the internet (even using NAT)? If so there is a good chance these calls are not coming through your PBX but are coming in direct from someone, usually scammers. Polycom has a config option to disable accepting calls from unknown devices. No idea if Cisco has something similar. From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at
2015 Mar 10
2
Caller ID Names
Hi, In my dialplan I have the following line. same => n,Set(CALLERID(name)=Support) I am expecting this to always set the caller id name to 'Support' - however, we are getting calls come in as "Anonymous" with the number as something like "unknown at unknown" We're using Cisco 7945 phones - I possibly wonder if they are displaying this rather than asterisk
2015 Jan 20
2
Problem with Cisco Phones
We were using G722 - I thought similarly and tried a call with alaw. Same problem occurred, any other ideas? > I'm willing to bet you are forcing the use of G729. 7940 and 7960 phones can > only do a single G729 channel, and if you require G729 for the second leg of a > conference, it will fail. This message may be private and confidential. If you have received this message in
2015 Jan 22
1
Problem with Cisco Phones
> Apparently this is a known problem past v8 firmware: > http://kaa.kiev.ua/blog/asterisk-and-cisco-7945g-after-sip-firmware-update- > version-9/ I've done some more playing about and what I've noticed is that even when using TCP SIP on the 8.x Firmware conferencing doesn?t work - making it use UDP fixes this. So has anyone managed to get the 9.x firmware working with UDP?
2015 Jan 20
2
Problem with Cisco Phones
> Next step is packet capture to see if there is a clue as to the cause of the > failure in the SIP signalling. Right, I see the following when running SIP Debug. Looks to me like the phones are expecting the server to do the conference mixing, which I guess it would do in CallManager? <--- SIP read from TCP:xxx.xxx.xxx.xxx:50604 ---> REFER sip:xxx.xxx.xxx.xxx SIP/2.0 Via: