Displaying 20 results from an estimated 8000 matches similar to: "how to make asterisk set cos values"
2008 Oct 19
2
Latency woes, qos the fix?
My latency is kind of high and the voice delay is noticeable.
The Asterisk server is on a dedicated host outside of the network. I
am performing PAT/NAT using a Cisco router.
ns1*CLI> sip show peers
Name/username Host Dyn Nat ACL Port Status
vitel-outbound/rsreese 64.2.142.22 5060 Unmonitored
vitel-inbound/rsreese 64.2.142.116
2020 Apr 06
2
Outgoing PJSIP using Kamailio
Hello,
We have a provider which is using Kamailio as front end. Our asterisk
13/chan_sip server has no problem to register and pass/receive calls
form this provider.
Now we want to move to asterisk 16/pjsip and face problem. Registration
is OK but when we pass a call our INVITE never receive answer from the
provider. We opened a ticket to their support but in the mean time we
want to know
2020 Jan 31
0
how to make asterisk set cos values
On Fri, Jan 31, 2020 at 7:34 AM hw <hw at gc-24.de> wrote:
> Hi,
>
> examining the network traffic with wireshark shows that asterisk does not
> set
> any QoS values at all.
>
> What do I need to do to make asterisk set QoS values (on Centos 7)?
>
> The wiki says to use vconfig to set QoS values[1]. What does the
> skb-priority
> need to be set to? How do
2020 Apr 19
1
how to make a bug report
On Saturday, April 18, 2020 5:42:11 PM CEST Joshua C. Colp wrote:
> On Sat, Apr 18, 2020 at 8:47 AM hw <hw at gc-24.de> wrote:
> > Hi,
> >
> > how do I make a bug report? I filled in the form to make a report and
> > https://issues.asterisk.org/jira/issues/?filter=-2 still shows no issues
> > reported by me.
>
> If successful then JIRA will redirect
2020 Apr 18
2
how to make a bug report
Hi,
how do I make a bug report? I filled in the form to make a report and
https://issues.asterisk.org/jira/issues/?filter=-2 still shows no issues
reported by me.
If someone knows how to get asterisk to re-register when using pjsip after the
registration shows as Rejected, like after the internet connection to the VOIP
provider goes away (and comes back), please let me know. This bug makes
2007 Jun 09
7
vlan interfaces and tc
Hello
I have few questions regarding tc functionality (qdiscs, classes, etc.) when
vlans are in use. For example, consider interface eth0, for which I create
and extra vlan with vconfig, let''s say eth0.11. Then using tc I can add
usual things - qdiscs, filters, ... - to both eth0 and eth0.11. The
questions are:
- on which interface - virtual or real, should I actually use tc ? Or
2007 Dec 05
4
Asterisk server and DSCP QOS
Can anyone comment on the DSCP quality of service settings on your
Asterisk server?
The network we're setting up has data on the default VLAN, Asterisk
server and phones on VLAN 4, and we're using Polycom phones with a PC
hooked up to the phone's pass-thru port.
What iptables settings are you using on the Asterisk server for DSCP?
What are your Polycom DSCP settings? We're using
2007 Apr 18
1
[Bridge] Bridging vlans...
<I apologize if this arrives twice... I sent it first from an
non-subscribed address, don't know if that'll get to the list or not --JJ>
Hi folks,
I have an implementation question regarding bridging on a linux box between
a catalyst trunk port and a cisco 26something w/802.1q subinterfaces.
So right now, there's no vlan trunking going on on the link my bridging
firewall sits
2016 Jul 01
2
CALLERID on pjsip doesn't work?
Asterisk 13.8
Is CALLERID(all) supposed to wok for pjsip? When I do this:
exten => 1234,Set(CALLERID(all)="Jon Doe" <+123456789>)
same => n,Dial(PJSIP/phone123, 30)
I expect the callerid to be as set, but is always seems to be "phone123",
the name of the endpoint.
Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Mar 30
2
linux bridging vlans?
re
can somebody tell me what am I doing wrong (at this late night hour),
because vlan are not getting bridged at all.
ifconfig eth0 0.0.0.0 up
ifconfig eth1 0.0.0.0 up
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 eth1
ifconfig br0 up
vconfig add br0 X
vconfig add br0 Y
X = vlan-ID (example: 222)
Y = vlan ID (example: 223)
# brctl show
bridge name bridge
2009 Feb 04
2
More complex Xen Networking, with VLANs and maybe with VDE 2... but how?!
--- In english ---
Hello!
I am to implement a new architecture of the network in my company but I do
not know right where to start ... need help!
Currently 90% of my servers are virtual machines under Xen. I have many
valid IP networks and all Hypervisors are configured in bridge mode, to
simplify. We have 3 VMWare ESX Hypervisor also in bridge mode.
Some networks are exclusive to certain
2018 Jul 28
2
Can someone please help with this sip2sip pjsip_wizard "no matching endpoint" issue?
Using pjsip 2.7.2 on Asterisk 15.5
Really struggling to make sense of translating these old 1.8 SIP
instructions into a neat pjsip_wizard conf suitable for 2018
http://wiki.sip2sip.info/projects/sip2sip/wiki/SipDevicesAsterisk#Version-18
In pjsip_wizard.conf, I have the following, which seems to get me
registered, and it responds to an incoming call, but I always get
this:
[Jul 28 18:32:29]
2017 Jun 05
3
asterisk 13.16 / pjsip / t.38: res_pjsip_t38.c:207 t38_automatic_reject: Automatically rejecting T.38 request on channel 'PJSIP/91-00000007'
On 06/05/2017 at 11:30 AM, Joshua Colp wrote:
> On Sun, Jun 4, 2017, at 10:40 AM, Michael Maier wrote:
>> On 06/04/2017 at 01:41 PM Telium Technical Support wrote:
>>> Just a guess (without knowing about your network), but are the two ends
>>> points on public networks and visible to one another? If not the reinvite
>>> may be passing an internal (nat'ed)
2009 Dec 10
3
Bridge configuration on Xen 3.2+
Hi All,
I''m using xen 3.0 on CentOS 5 with VLAN.
#vconfig add eth0 100
#/etc/xen/script/network-
bridge start vifnum=1 netdev=eth0 bridge=xenbr0.100
I know that after xen 3.2 the procedure of bridge configuration is changed.
What is the correct command to set bridge interface to vlan?
Yukio
2005 Jun 02
2
Announce: Asterisk virtual configuration
I have a first version of a virtual configuration module in perl for
*. There is also a simple web editor at the url that uses this
module.
Asterisk::VConfig lets you have multiple users each with their own
copy of the configuration files on the same asterisk server. It also
has some limited permission settings to limit access to particular
parts of the config files, and a single/multiuser
2010 Feb 06
1
TOS bits, DSCP, Asterisk & Polycom
Has anyone figured this out yet?
Lots of places say to add the following
to sip.conf of an Asterisk 1.2 system
(current production machine/Asterisk as root):
tos=0xB8
(Hex B8 = Decimal 184 = Binary 10111000)
or if you are running Asterisk v1.4 or newer:
tos_sip=cs3 ; Sets TOS for SIP packets.
tos_audio=ef ; Sets TOS for RTP audio packets.
tos_video=af41 ;
2005 Aug 17
4
IP Cop as a firewall and QOS
We are looking for a good firewall replacement which will basically do pot
blocking and QOS.
Our current solution just plain stinks..
We basically need to handle the traffic of a few web servers, mail server
and asterisk box. The most traffic this device will need to handle is what
can be shoved through a T1.
I don't mind buying an appliance to get something solid but IP Cop just
looks
2003 Jun 03
1
etherchannel/port group/bonding plus vlan works well
I figured I should post this because before I went to do it I searched
the web for caveats etc and didn''t really find much. So anyway, I set
up bonding + vlan for a project. Computer is dell powerdge 350 with 2
intel 82559 10/100 nic running stock 2.4.20. I tried both the eepro100
and the e100 drivers for the nics, both work 802.1q and bonding are modules.
Switch is cisco 2924xl-en
2005 Nov 13
1
Diffserv Research Network
Hi all,
We are a group of research students and working on IPv6 QoS aware Grid.
>From our set of experiments we have a particular case:
Suppose a host A want to initiate traffic of some kind to host B, where A
and B are connected by two intermediate routers wherein there can be other
connections from the router.
Our needs are as follows
1. We assume that routers are Diffserv routers and
2007 Jan 04
7
Best inexpensive home office router for VoIP (QoS with maybe PoE)
Hi,
I'm looking for opinions on the "best value" router to use for home offices.
It should work for a scenario in which there are 3 computers and 2 SIP
phones, handling QoS so that the phones always have higher priority traffic
than the PCs. (and not rely on the phones to do the QoS because some PCs may
not be connected to the phones).
QoS could be based on destination and source