Displaying 20 results from an estimated 20 matches for "jbforce".
Did you mean:
force
2015 Jan 29
1
JITTERBUFFER function
...the sending side can create
and the receiving
; side can not accept jitter. The SIP channel
can accept jitter,
; thus a jitterbuffer on the receive SIP side
will be used only
; if it is forced and enabled.
; jbforce = no ; Forces the use of a jitterbuffer on the
receive side of a SIP
; channel. Defaults to "no".
I thought this meant that jbenable alone was not enough, and that you needed
to set jbforce=yes. Incorrect then?
Second, if I understand your st...
2015 Mar 18
2
4 Port PRI
...ge=en
switchtype=euroisdn
pridialplan=unknown
resetinterval=600
echocancel=yes
echotraining=yes
;echocancelwhenbridged=no
;rxgain=0
;txgain=0
callerid=asreceived
musiconhold=default
group=1
overlapdial=yes
signalling=pri_cpe
context=extensions
channel => 1-15,17-31
jbenable= yes
jbforce= yes
jbmaxsize= 120
jbimpl= fixed
jbresyncthreshold= 1000
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150318/098e52dd/attachment.html>
2009 May 21
2
Jitter buffer question
Hi List,
I have a question regarding jitterbuffer in Asterisk 1.4.24. I see that
jitterbuffer is only effective on the receiving channels.
My asterisk has only SIP accounts + 2 SIP trunk accounts to our branch
office.
Questions:
1. To enable jitter buffer on SIP channels it seems I have to enable and
force it, right?
2. If I enable and force jitter buffer, Asterisk would always have to
stay
2009 Dec 30
1
Force Jitter Buffer for SIP to SIP calls
We have a customer on a wireless connection that has very bad jitter. They
can hear people fine, but people have a very hard time hearing them. They
are connected via a SPA-2102.
It is a SIP client going to a SIP trunk.
Something like this in sip.conf [general] would be in effect for all SIP
clients:
jbenable = yes
jbmaxsize = 150
jbresyncthreshold = 1000
jbimpl = fixed
jblog = yes
I only want
2007 Dec 27
1
SIP Channel jitter buffer issue
.... Now since my client
has some issues in its RTP Tx, which seems to have some amount of jitter
(mean jitter as per ethereal trace is about 17ms, max jitter is 20 ms and
max delta is 85 ms), to over come that I have enabled jitter buffer in the
SIP channel by setting sip.conf parameters jenable=yes, jbforce=yes,
jbmaxsize=200 and jbimpl=fixed. However on setting these parameters I am
unable to hear on the trunk side. From the jitter logs as given below, I can
see audio frames being dropped:
JB_PUT {now=1130}: Dropped frame with ts=21125 and len=20
JB_GET {now=1130}: now < next=2121...
2015 Mar 18
1
4 Port PRI
...ge=en
switchtype=euroisdn
pridialplan=unknown
resetinterval=600
echocancel=yes
echotraining=yes
;echocancelwhenbridged=no
;rxgain=0
;txgain=0
callerid=asreceived
musiconhold=default
group=1
overlapdial=yes
signalling=pri_cpe
context=extensions
channel => 1-15,17-31
jbenable= yes
jbforce= yes
jbmaxsize= 120
jbimpl= fixed
jbresyncthreshold= 1000
PRI or BRI? Which card are you using? Typically the installation script or
procedure lets you configure each span. You seem to have 4 spans for either
8 or 128 (EuroISDN) channels.
jg
-------------- next part --------------
An HTML...
2020 Feb 14
1
Predictive call - agent talking to a customer, then suddenly talking to another customer
...contact the Asterisk which is hosted in the cloud.
A typical sip.conf phone configuration on the remote server for the site is
[general]
session-timers=refuse
disallow=all
allow=g729:20
allow=ulaw
allow=alaw
fromuser=xxx
useragent=xxx
callcounter=yes
alwaysauthreject=yes
allowguest=no
jbnable=yes
jbforce=no
jbimpl=adaptive
jblog=no
jbmaxsize=200
jbresyncthreshold=1000
externaddr=xx.xx.xx.xx
localnet=xx.xx.xx.xx/255.255.255.0
[xxxx]
type=peer
user=xxxx
secret=xxxx
host=dynamic
disallow=all
allow=g729
allow=ulaw
allow=alaw
dtmfmode=rfc2833
context=xxxx
call-limit=1
limitonpeers=yes
callgroup=1
picku...
2015 Jan 29
2
JITTERBUFFER function
Hello!
I am going to use the JITTERBUFFER function in a SIP (and local channels)
only setup, but have some questions of how to use it:
1. Do I need to activate jbenable in sip.conf? Or is it enough to call
the JITTERBUFFER function?
2. What is the preferred way to invoke this function? Say I have
channel A which is not in need of buffering, while channel B do need it. If
A
2010 Nov 03
1
inbound call issue...
...vice-hints
allowexternaldomains = yes
allowguest = yes
allowsubscribe = yes
allowtransfer = yes
alwaysauthreject = no
autodomain = no
callevents = no
canreinvite = yes
checkmwi = 10
compactheaders = no
defaultexpiry = 120
dumphistory = no
externip = 216.26.109.22
g726nonstandard = no
jbenable = yes
jbforce = no
jblog = no
localnet = internal subnet
maxcallbitrate = 384
maxexpiry = 3600
minexpiry = 60
mohinterpret = default
nat = yes
notifyringing = yes
pedantic = no
progressinband = never
promiscredir = no
realm = asterisk
recordhistory = no
registerattempts = 0
registertimeout = 20
relaxdtmf = no
se...
2008 Oct 12
5
One Way Audio Problem
Hello all,
I've been lobbying for some time at the #asterisk IRC channel. Until
now, I still can't find a solution to my one way audio problem. I
rebuilt the Asterisk-1.4.21.2 from the Debian Testing repository on my
Debian Etch. I got a Digium TDM400P with 1 FXO (channel 4) and 1 FXS
(channel 1). My SIP extension phone located inside the LAN is a SNOM
300 IP phone.
This one way audio
2007 May 08
2
asterisk 1.2 and UDP packet numbering on bridged channels (for jitter buffering)?
http://www.asterisk.org/node/48317 does a nice job of explaining the 1.4
jitter buffer, however it raised a question in my mind.
In 1.2 (and also 1.4), when asterisk bridges 2 SIP channels, are the UDP
RTP packets renumbered on transmit, or is the original sequence number
preserved in the UDP header?
A comment is made on the referenced blog that jitter buffering is best
implemented at the
2008 Feb 08
1
(no subject)
...d the receiving
&nbs p; ; side can not accept jitter. The H323 channel can accept jitter,
; thus an enabled jitterbuffer on the receive H323 side will only
; be used if the sending side can create jitter and jbforce is
; also set to yes.
; jbforce = no ; Forces the use of a ji tterbuffer on the receive side of a H323
; channel. Defaults to "no".
; jbmaxsize = 200 ; Max length of the jitterbuffer in milliseconds....
2015 Mar 18
0
4 Port PRI
...t; ;echocancelwhenbridged=no
>
> ;rxgain=0
>
> ;txgain=0
>
> callerid=asreceived
>
> musiconhold=default
>
> group=1
>
> overlapdial=yes
>
> signalling=pri_cpe
>
> context=extensions
>
> channel => 1-15,17-31
>
> jbenable= yes
>
> jbforce= yes
>
> jbmaxsize= 120
>
> jbimpl= fixed
>
> jbresyncthreshold= 1000
>
PRI or BRI? Which card are you using? Typically the installation script or procedure lets you
configure each span. You seem to have 4 spans for either 8 or 128 (EuroISDN) channels.
jg
-------------- next...
2008 Apr 30
0
Jitter buffer not used in SIP -> chan_local -> ZAP path even with /nj for local channels
...terisk 1.4
Working (jitter buffers created as expected):
ZAP -> SIP
SIP -> ZAP
Not working (no jitter buffers created):
SIP -> chan_local (with /nj) -> ZAP
SIP -> chan_local (with /j) -> ZAP
SIP -> chan_local (with no flags) -> ZAP
I have this in zapata.conf:
jbenable=yes
jbforce=no
jbimpl=fixed
jbmaxsize=300
Is there something I haven't tried that will make this work or will I have
to change my dialplan so it doesn't use local channels?
Thanks,
Mike
PS, here are some pages that I have used as sources of information:
No mention of /j for local channels
http://...
2009 Sep 08
0
Intermittent metallic voice SIP->ISDN ISDN<-SIP
...#39;t get the right fix to this.
Do you have any hint ?
Thx
Pigi
The isdn is connected with an HFC-PCI card:
03:00.0 Network controller: Cologne Chip Designs GmbH ISDN network controller
[HFC-PCI] (rev 02)
this is my sip general part (jb enable to get the jitter buffer working):
jbenable = yes
jbforce = yes
jbmaxsize = 200
jbresyncthreshold = 1000
jbimpl = adaptive
jblog = yes
This is the relevant part of the misdn-init.conf
card=1,hfcpci
te_ptp=1,2
poll=128
dsp_poll=128
dsp_options=0
dtmfthreshold=100
debug=0
And this is the misdn.conf
[general]
misdn_init=/etc/misdn-init.conf
debug=0
ntdebu...
2010 Mar 06
0
Audio problems ins conference zap->sip
...ice do not take place.
2) Zap on file has modified the profits of the canal itself zapata.conf and
changes have not been produced, the audio is followed cutting.
3) Possible problems of echo in the audio have been discarded.
4) Several parameters have gotten modified ( internal timing, jbenable,
jbforce...) That they could have a soothing effect or solving these
unsuccessful cuts
5) The changes indicated by asterisk's patch have applicator themselves
asterisk 1,2,4 silence suppression 4.patch and the audio maintains equal
itself.
6) Zap's call has come true - sip with the customer sip an...
2012 Jan 13
1
Sporadic one way audio problem
...in there a nic of my server and the voice
switch of my provider
My sip.conf:
[general]
port=5060
bindaddr=0.0.0.0
language=de
allowguest=no
;echocancel=yes
;echotraining=yes
alwaysauthreject=yes
disallow=all
allow=alaw
deny=0.0.0.0/0.0.0.0
permit=XXX.XXX.X.X/29
permit=192.168.1.0/24
;jbenable=yes
;jbforce=yes
;jbmaxsize=20
;jbresyncthreshold=1000
tos=0x10
directmedia=no
nat=no
directrtpsetup=no
[provider]
type=peer
host=XXX.XXX.X.X
insecure=port,invite
context=XXXXXXXXX
dtmfmode=rfc2833
directmedia=no
nat=no
directrtpsetup=no
;qualify=300
[one-phone]
[10]
type=peer
context=XXXXXXXXX
secret=XXXXXX...
2013 Jun 16
0
define extension to send calls to gatekeeper
...erisk system and want to act as gateway and send calls to
cisco gatekeeper.
this is my h323.conf file:
[general]
port=1720
binaddr=192.168.0.YY
context=from-trunk
faststart=yes
h245tunneling=yes
gatekeeper=192.168.0.XX //cisco address
progress_setup=8
progress_alert=8
dtmfmode=rfc2833
jbenable=yes
jbforce=no
jbmaxsize=200
jbresyncthreshold=1000
jbimpl=fixed
jblog=no
and this is extension that i defined for it in extensions.conf:
exten=>_2.,1,Dial(H323/2${EXTEN:1})
(if i define my extension like
(exten=>_2.,1,Dial(H323/to-cisco/2${EXTEN:1}), asterisk returns core dump
error.
but, i can't...
2014 Mar 24
1
Problem with TLS/SRTP with Asterisk 11.8.1
...=0.0.0.0
tlscertfile=/etc/asterisk/keys/asterisk.pem
tlscafile=/etc/asterisk/keys/ca.crt
tlscipher=ALL
tlsclientmethod=tlsv1
transport=udp
preferred_codec_only=no
disallow=all
allow=ulaw
language=en
trustrpid=no
dtmfmode=rfc2833
videosupport=no
alwaysauthreject=yes
directmedia=no
jbenable = yes
jbforce = no
[encrypted]
type=friend
secret=1234
context=internal
callerid="Encrypted" <1002>
host=dynamic
qualify=yes
canreinvite=no
dtmfmode=rfc2833
disallow=all
allow=alaw
allow=ulaw
transport=tls
encryption=yes
$ ls -l /etc/asterisk/keys
total 28
-rw-r--r--. 1 asterisk asterisk 1204...
2010 Nov 30
10
TCP port, VPN and resolving the cutting voice problem
Hi All;
Can I run the IAX on TCP port instead of UDP port?
If I ran IAX in TCP port, and in case my network was having a lot of users doing browse on the internet and downloading, so in that case and if the IAX used TCP port, so the voice will be better than using UDP (because in TCP the lost packets will be resend while in TCP it will not which will cause the voice to be cutting)?
Same thing