similar to: Asterisk <-> Firewall/Nat <-> Internet <-> Firewall/Nat <-> Softphone/hardphone

Displaying 20 results from an estimated 3000 matches similar to: "Asterisk <-> Firewall/Nat <-> Internet <-> Firewall/Nat <-> Softphone/hardphone"

2008 May 26
3
Registration of multiple SIP-clients for the same extensions
Hello, we want to setup the following scenario: - each user has a softphone AND a hardphone - the softphone is started with the operating system - the hardphone is connected all the time using SIP - only ONE extension for each user Both phones should ring when the user is called. We've setup an asterisk 1.4.18 and at the moment only the last registered client rings. In Asterisk 1.2 the
2005 Aug 02
1
Config HFC-card in asterisk.(Config the phone and asterisk)
Hi! I am trying to get my ISDN phone to work with my asterisk box. Now my asterisk won't start. Current situation: I have a cable from my Billion ISDN (Bipac V1.0) to my old NT1. The cable is crossed like this: 1 2 3 -> 4 4 -> 3 5 -> 6 6 -> 5 7 8 Then I have a cable from the NT1 to the ISDNphone(not crossed cable). Both cables are connected in the ISDN
2007 Aug 20
1
Disabling Asterisk Authentication
Hello, I have a small LAN network connected through an Asterisk Server. When I try to make a call between two of the user pc's on this network I get a "401 Unauthorized" error. Would anyone know how to remove the Asterisk Authorization/Authentication? I am not sure if this can be done with an entry into the sip.conf file, or by other means. My sip.conf file is shown below: ;
2006 Apr 08
2
AAstra 9133i register double account.. ??
hi i've got an AAstra 9133i ip phone, when i've bought it, i've set it to use a SIP/400 account on my asterisk, then, i've changed settings and i've set set phone to use a SIP/500 account . now, when i connect the phone to tthe network, it register itself on asterisk with both accounts!!! -- Registered SIP '500' at 192.168.100.188 port 5060 expires 120 --
2006 Jun 23
9
best hardphone for Asterisk?
Dear Friends, We have implemented "Asterisk" in our organization. There are 150 members in our organization. At present all are using softphones. Now, I want to buy hardphones for our staff. Can anybody suggest me that what is the best hardphone for Asterisk with low-cost? Thank you. Regards, Chandra. --------------------------------- Ring'em or ping'em. Make PC-to-phone
2007 Sep 11
1
Chan_sip Entry
Hello, I am trying to get to Jain Sip softphones to call one another via an Asterisk server. When I call from phone 1 to phone 2 there is audio transmission both ways, but when I call from phone 2 to phone 1 I don't get audio transmission and reception both ways. When I look at the asterisk log file it has an entry which says: "Oooh, format changed to 2". Would anyone know why
2007 Jan 11
2
calls to SPA942 disconnect after 15 seconds (chan_sip.c set_destination: can't find address)
Am having a unique problem, calls received on my SPA942 seem to end after 15 seconds, but calls made from this device do not have this problem. For this device (when receiving calls) I get periodic "chan_sip.c set_destination: can't find address for host" I have set the "canreinvite=no" in the sip.conf. Does anyone have a sample entry from sip.conf for the Lynksys SPA 942
2007 Nov 30
2
Problem registering Cisco 7970 phone with Asterisk 1.4 running FreePBX
Hi there! I am having problems registering my 7970 hardphone with Asterisk 1.4(with FreePBX interface). I had an earlier post about trying to get it to work first with a 7970 emulator (Cisco IP Communicator) on the Asterisk Forum : http://forums.digium.com/viewtopic.php?t=19160 Instead I decided to try the real phone instead, and was able to advance further. The firmware was able to install
2004 Dec 22
6
IAX hardphone
Are there any IAX speaking "hardphones" out there? If so, can anyone offer comment on their quality? Thanks! -Dorn
2006 Dec 17
5
BLF on GXP2000
I am trying to set up the BLF on a GXP2000. Currently what I have is extensions.conf: [globals] polycom430=SIP/101 [internal] exten => 101,1,Macro(voicemail,${polycom430}) [macro-voicemail] exten => s,1,Dial(${ARG1},10,tT) exten => s,2,VoiceMail(u${MACRO_EXTEN}@default ) exten => s,102,VoiceMail(b${MACRO_EXTEN}@default) [ext-local-custom] exten => 101,hint,${polycom430}
2006 Nov 12
2
same extension on softphones and hardphones
Sorry if you see this message repeated twice. I would like to set up hard phones and softphones with the same extension so that when anybody in the company dials an extension, each user's hardphone and softphone will ring at the same time. I've tried setting this up before, but I noticed that the last sip device to register with the same extension is the only one that rings when the
2005 Mar 04
4
Hardphone deployment recommendation
I'm looking to purchase and deploy a bunch of hardphones for agent use. The phones will have to register with Asterisk and/or SER, depending on where the phones go. They need only one line, G729 codec, and no super fancy features. Preferrably something that is easy to provision. I would think the BudgeTone would be good, but then I've read so many people complaining about them, and some
2009 Feb 19
2
Managing SIP hardphones call history
Hi, I've been asked sometimes to tailor call history features embeded in SIP hardphones. For example, a cutomer wanted internal call to be taken out. Another wanted calls to sorted according specific criteria. 1. Have you identified a phone offering the possibility to display as Call History, an XML list produced on a distant web server ? With this feature, you would simply have to tell the
2006 Feb 06
1
Will not authenticate incoming VOIP provider calls
I running Asterisk 1.1 on Mandriva 2006. Everything works fine, can connect with softphone, send outgoing calls to VOIP provider. The only (and big) problem is that Asterisk refuses to authenticate incoming calls with the message (in the log): Failed to authenticate user "XXXXXXXXXX" <sip:XXXXXXXXXX@209.17.160.129> From what I've read in the various docs I could access, I
2007 Jul 03
1
Configuring BLF or Asterisk presence/Hints feature
Hi all, I am working on asterisk 1.2.18 zaptel 1.2.17 Polycom 650 polycom 430 SIP version 2.0.3.0131 for IP 650 SIP version for IP430 2.0.3.0127 freepbx 2.2.1 I am trying to configure BLF using asterisk but failed. I would be thankfull if somebody help me. Regards FArooq ********************************************** 1 ********************************************** in my
2011 Jun 10
1
Incoming Call Recording
Longtime lurker, first time poster. :) A client of mine is in need of having Asterisk record every call that comes in from a specific incoming route. I've added the following lines to the sip_additional.conf file, but no recordings are showing up in the /var/spool/asterisk/monitor/ folder. record_out=always record_in=always Another page I came across on Google (
2003 Jun 25
4
Asterisk hardphone
I've got Asterisk up and running nicely using a couple of different softphones. Audio quality is suffering a bit due to the hardware that I am working with. So I tried to use a Polycom hardphone but the politics is enough to give you a headache. Polycom seems to support SIP only if you buy it thought their vendors. So I'm looking at a Cisco phone. Has anyone successfully implemented
2006 Jan 27
5
External IAX2 phone defined as internal behaving as from PSTN
Have asterisk@home 1.2.1 The server is on an internal network eg 10.10.10.10 It is NAT'd 1:1 via Checkpoint firewall to external public IP eg 50.50.50.50 The remote IAX2 phone (ATCOM320) is configured to call 50.50.50.50 on extension 1055. Outbound calls to 1055 work perfectly. Inbound calls from 1055 get picked up as if it were an external call (see below) and goes straight to the ring
2009 Oct 30
4
[IAX] Recommended soft- and hardphones?
Hello Since SIP/RTP is a pain to use with road warriors who need to connect from any location over the Internet, I'd like to get them some IAX phones instead. For those of you using this protocol instead of SIP, what would you recommend as IAX hardphones and Windows (and ideally Mac) softphones? Thank you.
2019 Nov 26
2
multiple softphone clients and same/different account credentials
(I'm new to Asterisk, after having started VOIP with vat on the mbone in the 90s.) I am setting up my first Asterisk system, and trying to read docs/guidance and follow best practices. I have read the 5th Edition of "Asterisk: The Definitive Guide" and like the 3rd Edition on the web it recommends that hardphones and softphones both have a unique name distinct from any concept of