Displaying 20 results from an estimated 1000 matches similar to: "Pass through"
2006 Nov 03
0
Pass-through any codecs
Hi!
Maybe you can help me.
I want to tell asterisk to simply pass-through any codecs that my phones
support. I have to use codecs that are not popular and implemented by a
third-party, asterisk has nothing to do with them.
I've made a test with g722, i've set all my two snom 300 phones to support
only g722 and asterisk declined the sip invitation. That is bad for me. Is
it possible that
2004 May 09
2
Help with initial setup
Hi,
I've have followed through the help docs in trying to get an initial setup
going with two phones and the asterisk server. Firstly, all I'm trying to
do is get the two phones actually talking to one another VIA asterisk..
I've added this to sip.conf:
[phone1]
type=friend
host=dynamic
defaultip=192.168.1.106
;username=blah
;secret=blah
dtmfmode=rfc2833 ; Choices are inband,
2003 Nov 06
3
Grandstream problem
Hi,
I installed Asterisk an all works fine exept for Grandstream.
When I call with a softphone (ex X-ten) to a Grandstream (BudgetTone-100), I can make a conversation. = ok
When I call to a softphone with a Grandstream I can pich up the call with the softphone but the Grandstream keeps ringing like on the other site you didn't pick up the phone.(even if you do so)
It's the same when I
2003 Oct 29
1
Host unspecified ??
Dear,
When I start asterisk -vvvvvvgrc and I ask 'sip show peers', I don't get the ip adress in the 'Host" field.
Name = phone1 and phone2
Host=unspecified
mask 255.255.255.255
port = 0
status = unmonitored
I can ping the two phone's and get a reply (also from the laptop)
phone ip adres 192.168.10.12 and 192.168.10.13 (server 192.168.10.11and laptop 192.168.10.14)
2007 Jun 07
1
DUNDi and reinvites...
I don't know if this is possible, and I can't quite get my head around
how to do it...
If I am using DUNDi for redundancy in a cluster, when Phone1 makes a
call to Phone2, both Asterisk A and B will be in the RTP stream:
+---+ +---+
| A |-----| B |
/+---+ +---+\
/ \
Phone1 Phone2
Is there a way configure re-invites
2008 Oct 31
1
Monitor group calls (recording calls)
Hello there,
I appreciate any help about this problem that I can't figure out...
I need to record all my calls: this is pretty easy using Monitor() before
the Dial().
eg:
exten =>
425,n,Monitor(wav49,/var/spool/asterisk/monitor/425/${EPOCH}_${CALLERID(num)}_in,mb)
exten => 425,n,Dial(${PHONE1},10)
Now, I want to create a call group: I mean, I want a number (eg 800) that
makes
2004 Dec 19
1
sip phones in different private networks have one way audio
Hello
I have one phone (phone1) in one network, the other (phone2) in public
network. both can call the other side; phone1 can be heard by phone2, phone2
can't be heard. I don't have NAT set on both end, but I use rtpproxy on SER.
Is NAT still necessary to be set on both phones?
Thank you!
steven
2005 Feb 28
1
call from two sip phones registered in different asterisk server
Hi all
I have registered my phone1 in asterisk server 192.168.0.9 and phone2 in asterisk server 192.168.0.6. Both are sip phones.
i configured the extensions.conf file in both the server.
the extensions.conf file on server 192.168.0.9 is
exten=>301,1,Dial(SIP/301@192.168.0.6,20,tr)
exten=>401,1,Dial(SIP/phone1,20,tr)
301 is the extension number for phone 2 in asterisk server
2006 Dec 13
3
Multi Operator
Hi,
Actually on my setup all outgoing calls are going trhu a SIP unique account
A have a second SIP account with another operator and I would like my setup
to use alternatively each of the two accoutns
Call 1=> Dial SIP/phone1
Call 2=> Dial SIP/phone2
Call 3=> Dial SIP/phone1
<...>
If you have an sample please let me know
2006 Jan 14
3
Reducing echo on FXS port
Hello everybody,
I am sorry to bring this up again if this kind of echo issue has ever discussed.
Phone2 in below call path experiences quite annoying echo:
Phone1 --> FXS (TDM400P) --> Asterisk --> SIP GW --> PSTN --> Phone2
It is annoying as on phone2, we can hear the whole words we say with the level of maybe 25% of the original sound. I can reduce the echo to maximum with
2005 Mar 04
2
Broadvoice + incoming call works only for ~2 minutes
Hi, all.
The asterisk setup is working fine, receiving calls via broadvoice "initially". ?
When call comes in via broadvoice number, asterisk picks it up and routes
correctly, as long as the call came in within ~2 min from the previous one.
In other words, as long as a call comes in within ~2 min since the previous one,
asterisk will answer the call. However, if the call comes in
2006 Jan 20
2
How to have a phone ring another extension as soon as off-hook?
I am seeking to implement the following behavor:
When a headset on phone1 is picked up, phone2 rings right away, without any
need to dial numbers on phone1. Is this possible to implement?
ScriptHead
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060120/0892441d/attachment.htm
2006 Jul 26
4
Dropdown with concatenated columns.
What is the best way to create a drop down where the viewable text in a
concatenation of 2 or more columns?
For instance, I hane a lookup table with these columns.
Model FOO
columns: id , name, phone
In my drop select tag, I''d like the user to see:
"name1 phone1"
"name2 phone2"
etc..
I know I can do this using find_by_sql . ..
But, isn''t there a more
2018 Aug 27
2
feeling n00b again
Retrying, falling of the list some how :-(
-------- Original Message --------
Subject: feeling n00b again
Date: 2018-08-20 09:51
From: asterisk at a-domani.nl
To: asterisk-users at lists.digium.com
Hi all,
Long time ago, I followed a Asterisk training, and both at work and at
home, was able to deploy Asterisk,
make all sorts of internal call (hard/soft voip-phones,
incoming/outgoing,
2004 May 24
5
2 Sip phones behind un-natted Asterisk
I have 2 SIP phones (Cisco 7960 & XTen) behind a NAT provided by a
Linksys firewall that supports UPnP. The Asterisk server has a public
IP. Here are the problems that I am having with this configuration...
1. The 2 SIP phones can call MeetMe and have a conference but
cannot call each other. (Yes, they connect but no audio either
direction)
2. I have verify=yes in the sip.conf for both
2014 Oct 10
1
howto cancel simultaneous calls - dial(sip/phone1&sip/phone2)
hi.
i have dialplan with 2 simultaneous calls - dial(sip/phone1&sip/phone2).
when i cancel call on phone1 (push "reject" button), the call is still
ringing on phone2
can i cancel call on both phones from one place(one phone)?
thanks
--
---------------------------------------
Marek Cervenka
=======================================
2007 Sep 19
18
sip.conf best practices?
All - I've been wrestling with how to best structure the sip device
accounts on a new asterisk server I'm deploying. All of the sip
devices (currently only Linksys SPA941s) will reside on the same
subnet as the server, and I have already set up a decent automatic
provisioning system for the phones. When the rollout is complete,
there will be about 100 SIP devices authenticating and
2006 Jun 04
1
Campusing two Asterisk boxes?
I have been looking around some and I can't seem to find anything which will
answer my question. If I have two Asterisk boxes in different locations which
are linked to each other over the internet, can I configure the boxes to use
each other's lines as local?
In other words, let's say Site A has Phone1
for a 1FB line going into it on an FXO port. Site B has Phone2 for a 1FB
line
2007 Jan 30
3
musiconhold restarts for every extension
Hello!
I've upgraded from 1.2.9 to 1.2.14 recently but experience an
unexpected behaviour with musiconhold: While in 1.2.9 musiconhold was
playing continuous on sequential extensions after a
timeout, it is restarted for every extension in 1.2.14:
;music starts
exten => 902,1,Dial(SIP/phone1@proxy.com|5|m(mymusic))
;music starts again
exten =>
2006 Oct 18
2
random one way audio and noise between SIP phones on same LAN
Hi,
sometimes I have one way calls and noise between sip phones connected to
the same LAN so no nat/firewall is involved. I tried with different sip
phone models soft phones and the result is the same. I searched inside
every log file but found nothing. I made different PBX with different
hardware but the result is always the same.
Is there anybody experiencing this terrible problem?