Displaying 20 results from an estimated 800 matches similar to: "Tricky setup"
2003 Sep 19
1
SIP registration between *'s
Hi everybody,
I'm trying to SIP register between two asterisk, each one have a Public IP. Asterisk told me that Unathorizae
In * one sip.conf
register =>usuario1:pass1@<public_ip_2>
In * two sip.conf
[usuario1]
type=friend
username=usuario1
secret=pass1
host=<public_ip_1>
dtmfmode=inband
Logs in * are the followings
In * one logs:
Sip
2006 Feb 11
2
Route all LAN traffic through eth2 and keep web/mail traffic on eth0
Hi,
I have the following config:
1 PC with 3 NICs, that shares internet connection to LAN.
eth0 uses a public IP ($public_ip_1)
eth1 uses a private IP ($private_ip)
eth2 uses a public IP ($public_ip_2)
I have a webserver and a mailserver accesible by $public_ip_1 (eth0)
I have a LAN with all terminals using private IPs, and $private_ip (eth1) as
gateway.
$public_ip_1 and $public_ip_2 are from
2006 May 04
0
SetGroup and CheckGroup. Need some help on the dialplan
>From this list I found that I could use SetGroup and CheckGroup to do
what I wanted. But I'm not quite sure how I do it.
The case is that I have 3 user groups, and one main group. The main
group is for all the incoming calls from external phones. The main group
should be allowed to have 3 calls at the time.
The 3 user groups are internal groups that I want to limit by ony having
one
2003 Jun 26
0
Kphone not working with Asterisk?
I'm trying to get two linux machines with kphone-3.11 two communicate with
each other over asterisk. I have them configured correctly on asterisk to use
sip channels, but when I call from one phone to the other I don't any voice
communication between the phones. According to the phones I'm connected, but
according to asterisk, I get the following message:
-- Executing
2005 Aug 02
0
strange asterisk issue
I have the following asterisk configuration (sip.conf) :
[General]
externip=82.79.81.3
localnet=192.168.10.0
localmask=255.255.255.0
[Phone1]
type=friend
host=dynamic
nat=yes
qualify=yes
context=sip
callerid="Phone1" <1>
disallow=all
allow=gsm
[Phone2]
type=friend
host=dynamic
qualify=yes
context=sip
callerid="Phone2" <2>
disallow=all
allow=gsm
[Phone3]
2005 Jul 08
0
IAX - newbie question
Dear all,
I've been taking my baby-steps toward setting up an Asterisk phone
system in my office, as also between my home and office (connected by DSL).
I'm have a rough time getting two * boxes talk IAX over a LAN. I don't
know what I am doing wrong, but am attaching my iax.conf and
extensions.conf on both the boxes. Does anyone see it?
------config files start------
site-0
2005 Jul 16
2
beginners question about extension context
Hi, all
I have couple of SIP phones and they are in [from-sip] context.
I also have an IAX2 phone. I have put this one in [iax-user] context.
I want to make calls between SIP and IAX2 phones. If I put them all in same
context all is fine, however when they are in different contexts they will
not call each other and I will get message (in * CLI) that particular
extension does not exist in a
2005 Mar 07
1
Custom Development
Hey guys,
I'm looking for a programming or Development Team/Company to do some custom
coding for Asterisk. What we need is not exactly simple. In fact, I'm not
sure the extent of the coding as far as technical terms go at all.
Currently we have a "call center" with 4 phones. There will be a total of 8
people using the phones. Obviously, no more than 4 people will use
2003 Nov 20
2
No ringback
Hello.
I have another issue.
When I call in, everything is processed correctly, including voicemail, but I
don't hear any ringing/ringback.
exten => s,1,Zapateller(answer|nocallerid)
exten => s,2,NoOp
exten => s,3,Playback(pls-wait-connect-call)
exten => s,4,Dial(${PHONE1}&${PHONE2}&${PHONE3}&${PHONE4},15,Ttm)
exten => s,5,Answer
exten => s,6,Wait(1)
exten
2005 Jul 12
2
Possible Agent Bug found while upgrading from Asterisk 0.7.1 to 1.0.9
Dear All,
I have been running an Asterisk 0.7.1 (patched with various agent
applications) server for almost 2 years.
We have a data center in the USA and a call center in the UK. All calls
are routed to a group of central call queues in the USA. Agents from the
data center, call center and from remote locations (London, Scotland,
LA, Florida, and Maine) can log in, join the call queue and pick
2005 Sep 13
1
wctdm, issue w/outbound calls
Hi all,
I've been running Asterisk with a TDM400P for about 6months, no problems.
2 in/outgoing analog lines, one analog phone. Recently I was messing with
the XTEN client, got to finagling with things, and not knowing what was
wrong I upgraded from 1.0.7 to 1.0.9 (both asterisk + zaptel). I was
testing various things, and found everything worked except outgoing calls.
So I checked
2004 Jul 29
1
Asterisk and festival
I'm having trouble getting festival to work with asterisk. We are running
debian (sarge) and got asterisk from CVS. Here's what I'm using as far as
festival goes.
Debian (Sarge)
gcc version 3.3.4 (Debian 1:3.3.4-3)
Connected to Asterisk CVS-HEAD-07/28/04-21:08:19
festival-1.4.3-release.tar.gz
speech-tools_1.2.3.orig.tar.gz
I got patches for both of these.
Speech tools
2011 Oct 12
3
FXS ports on TDM410P card...
My analog card, uses a PCI slot and a 12V power connector, is configured
with 2 FXO and 2 FXS modules. I can ring handsets connected to the FXS
ports but I can't dial out from them. Is extensions.conf where I need
to make changes?
[root at robin asterisk]# cat chan_dahdi.conf
[trunkgroups]
[channels]
[phone](!)
usecallerid = yes
hidecallerid = no
callwaiting = yes
usecallingpres = yes
2005 Jan 14
1
Suse 9.2 / Latest CVS
Hi,
I've been playing round with Asterisk on Redhat 9 (2.4 Kernel) and was
experiencing bad echo problems using Budgetone 100's when calling
analogue lines in uk (Isdn4Linux / Digi Datafire). Calls to other ISDN
and mobile network seemed ok although not much testing done.
I've tried installing Asterisk on a faster processor (P4 3.0 GHZ) with a
2.6.8-24 kernel to see if that helps.
2006 Mar 28
2
Problems Configuring Cisco 12SP+
Hi,
After reading this valuable forum and the voip-info wiki and follow
all the steps , but my Cisco 12SP+ remains unregistered.
These are my config files:
skinny.conf
[general]
port = 2000 ; Port to bind to, default tcp/2000
bindaddr = 172.20.1.1 ; Address to bind to
dateFormat = D-M-Y ; M,D,Y in any order (5 chars max)
keepAlive = 120
languaje=es
allow = all
; disallow
2004 Oct 06
1
Hello - Simple SIP configuration
I'm new in hire so Hello to everyone!
I'm beginner user of Asterisk CVS-HEAD-10/01/04-14:31:34 . I just installed
it on my Mandrake Linux 10.0 kernel 2.6.3-4mdk with sample configuration
(used make samples).
I would like to make phone connections between X-Lite (SIP) installed on
computers in LAN. How to make this? I was reading manual, and tried to make
changes in sip.conf but this all
2003 Oct 22
2
X100P Manually Answer
I have an X100P used, at present, largely for outgoing calls. It shares the
single incoming POTS line with a number of analog phones. Is it possible to
talk the X100P (Zap/1) to answer a ringing call only if I ask it to? I'd
like to use only the SIP phone in my office, but let the analog phones
continue to work in the rest of the house (until I can afford FXS cards
anyway..)
I can force
2005 Jan 04
1
Displaying incoming e.164 callers number - how?
I've got asterisk able to make and receive calls via the Internet via
E164 lookups. If I get such a call - I'd like to display the original
phone number on my phone. In the log is the following - which displayed
'601' on my phone. The caller was +886288097680 - am I getting the wrong
ClID because of my end or the caller end?
2002 Oct 28
4
2-NIC DMZ?
Hi all,
I have two static IPs from my ISP. I would like one of these IPs to be
directed to my desktop box all the time, and the other to be directed to a
DHCP-served NAT network. I''ve nearly gotten it working using iptables and
iproute2, but one problem is that i would like packets coming from my
desktop box via the firewall to be printed with my desktop''s external IP.
They are
2004 Dec 27
0
no voice with all sip phones until hold/unhold
Hello everybody and merry xmas.
I have a problem with sip phones calling each other inside the same
network (no nat, no firewall).
You can make and receive calls and pick them up, but you cannot hear
anything on any side of the call. But if you press hold/unhold or you
transfer the call, then everything works as expected.
Ths SIP phones I've tried are Swissvoice IP10s and kphone, it