Displaying 20 results from an estimated 30 matches for "forcejitterbuffer".
2009 Jul 03
1
Some IAX calls do not disconnect.
...in1-sangoma-flip-outgoing-16393'
== Spawn extension (inbound-calls, outbound, 1) exited non-zero on
'IAX2/a16-in1-903'
-- Hungup 'IAX2/a16-in1-903'
in iax.conf of B the entries are like:
[general]
bindport = 4569
bindaddr = 0.0.0.0
disallow=all
allow=ulaw
jitterbuffer=no
forcejitterbuffer=no
[a16-in1-a16-q1]
type=peer
host=192.168.79.176
auth=plaintext
secret=password
username=a16-q1
qualify=yes
trunk=yes
in C the corresponding entry is:
[general]
bindport = 4569
bindaddr = 0.0.0.0
disallow=all
allow=ulaw
jitterbuffer=no
forcejitterbuffer=no
[a16-q1]
type=user
auth=plaintext
secr...
2006 Oct 24
2
IAX2 goes "one way audio" when lag gets bad
...nd I have the following config in iax.conf:
[general]
bindport = 4569 ; Port to bind to (IAX is 4569)
bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
disallow=all
allow=ulaw
notransfer=yes
trunk=no
(I have also tried trunk=yes and nothing for trunk=)
jitterbuffer=yes
forcejitterbuffer=yes
mailboxdetail=yes
dropcount=3
minexcessbuffer=80
jittershrinkrate=1
I have tried with jitterbuffer=no, and then rather then one-way-audio
I get high packet loss until the connection settles back down. Any
ideas on other things I can try?
2006 Dec 31
0
IAX & WaitExten
...in advance for any help or hint towards a solution,
Christian
Here are the config details:
iax.conf@A:
======================================================================
[general]
bindport=4569
bindaddr=0.0.0.0
bandwidth=low
allow=all
disallow=g723.1
disallow=lpc10
allow=gsm
jitterbuffer=no
forcejitterbuffer=no
register => c1:xxx@m.domain
[m]
type=user
auth=md5
secret=xxx
context=iax2-in
[m]
type=peer
host=m.domain
username=c1
auth=md5
secret=xxx
======================================================================
iax.conf@B:
====================================================================...
2009 Nov 21
3
Connect two Asterisk Server in IAX ?
...ements.
I have two Asterisk server, running on Asterisk 1.6:
SRV1 = 192.168.0.5 on Asterisk 1.6.1.4
SRV2 = 192.168.0.20 on Asterisk 1.6.1.8
I want create a link for exchange call.
on Srv1:
iax.conf:
[general]
bindport=4569
bindaddr=0.0.0.0
language=fr
bandwidth=low
jitterbuffer=no
forcejitterbuffer=no
autokill=yes
calltokenoptional=192.168.0.20
[Srv2]
type=peer
host=192.168.0.20
qualify=yes
trunk=no
encryption=aes128
disallow=all
allow=alaw
allow=g729
context=Incoming
peercontext=Incoming
extension.conf:
[general]
static=yes
writeprotect=no
autofallthrough=yes
clearglobalvars=no
priorityju...
2009 Jul 03
1
DTMF is not working occasionally over IAX Trunk
...peated.
I never had this problem on A. So I can rule out the DTMF problem in
E1. So this has to be some thing with the way E1 is getting
transmitted over IAX trunk.
My iax.conf in A is like:
[general]
bindport = 4569
bindaddr = 0.0.0.0
disallow=all
allow=ulaw
allow=alaw
allow=gsm
jitterbuffer=no
forcejitterbuffer=no
[ccsrv-a16-in1]
type=peer
host=192.168.79.177
auth=plaintext
secret=password
username=a16-in1
qualify=yes
trunk=yes
and in B
[general]
bindport = 4569
bindaddr = 0.0.0.0
disallow=all
allow=ulaw
jitterbuffer=no
forcejitterbuffer=no
transfer = no
[a16-in1]
type=user
auth=plaintext
secret=pass...
2011 Apr 20
1
[IAX] Everyone is busy/congested at this time (1:0/0/1)
...e,phonenumber,username,mailbox,secret,dbsecret,context,regcontext,host,ipaddr,port,defaultip,sourceaddress,mask,regexten,regseconds,accountcode,mohinterpret,mohsuggest,inkeys,outkey,language,callerid,cid_number,sendani,fullname,trunk,auth,maxauthreq,requirecalltoken,encryption,transfer,jitterbuffer,forcejitterbuffer,disallow,allow,codecpriority,qualify,qualifysmoothing,qualifyfreqok,qualifyfreqnotok,timezone,adsi,amaflags,setvar)
VALUES ('admin.my.domain','friend','100','admin at my.domain','123','','default','','dynamic','10.0.100.56&...
2006 Nov 29
2
Trouble using 2 IAX2 DiDs provided by different ITSPs
...P A Server #1 domain>
register => <my UserID>:<my password>@<ITSP A Server #2 domain>
register => <my UserID>:<my password>@<ITSP B #1 domain>
notransfer=yes
bindport=4569
bindaddr=0.0.0.0
bandwidth=low
disallow=all
allow=ulaw
allow=g729
jitterbuffer=yes
forcejitterbuffer=no
tos=lowdelay
autokill=yes
[ITSP_B]
context=incoming-iax
type=friend
qualify=2000
host=<ITSP B #1 domain>
user=<my UserID>
username=<my UserID>
auth=md5
secret=<my password>
disallow=all
allow=ulaw
;
; *** ITSP_A Inbound ***
[ITSP_A]
context=incoming-iax
type=user
auth=md...
2006 Nov 01
5
DTMF over IAX
...ame)=OEM - ${CALLERID(number)})
exten => s,n,Background(Outsource)
exten => s,n,WaitExten(10)
exten => s,n,Goto(inside,133,1)
exten => 9,1,Background(OEM_Menu)
exten => 9,n,WaitExten(10)
exten => 9,n,Goto(0,1)
exten => 0,1,Goto(inside,133,1)
IAX.conf
[general]
jitterbuffer=yes
forcejitterbuffer=no
maxjitterbuffer=500
autokill=yes
; ---------------------------------------------------------
; IAX INCOMING USER
;
; This is the user for incoming calls from:
; connect02.voicepulse.com
; ---------------------------------------------------------
[voicepulse]...
2015 Feb 05
1
IAX2 problem for WAN connections
...mple from the Asterisk book "Connecting Two Asterisk Boxes Together via
IAX" and there is not a lot to see:
; Server A
[general]
; this box remote IP
register => ServerA:very_secret at 80.152.xxx.xxx
disallow=all
allow=alaw
allow=ulaw
allow=gsm
jitterbuffer=no
forcejitterbuffer=no
autokill=yes
; the other box
[ServerB]
type=friend
trunk=no
auth=md5
encryption=yes
secret=very_secret
context=from-ServerB
qualify=yes
host=dynamic
; end of Server A
; Server B
[general]
; this box remote IP
register => ServerB:very_secret at 79.233.yyy.yyy
disallow...
2020 Mar 02
2
No CID between Asterisk using IAX trunk
Not these particular two servers.
On 02/03/20 12:16, Doug Lytle wrote:
>>>> I am trying to troubleshoot two Asterisk servers that have an IAX2
>>>> trunk between them.
> Carlos,
>
> Had caller-id ever worked between these two systems?
>
> Doug
>
--
Telecomunicaciones Abiertas de México S.A. de C.V.
Carlos Chávez
+52 (55)8116-9161
2006 Oct 16
3
Why is this happening?
In my IAX config file I have:
[general]
bindport = 4569 ; Port to bind to (IAX is 4569)
bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
delayreject=yes
disallow=all
allow=ulaw
allow=gsm
jitterbuffer=yes
forcejitterbuffer=yes
mailboxdetail=yes
dropcount=3
minexcessbuffer=80
jittershrinkrate=1
notransfer=yes
allanrobertson- 209.23.224.97 (D) 255.255.255.255 1207 OK (33 ms)
Why is it running on port 1207?
2009 Aug 14
0
CPU Spikes in asterisk connected via IAX trunk
...and sip.conf)
One correlation I found was that when ever agents transfer calls to
main menu (ie to server B) there is a load spike. This transfer again
goes via same IAX trunk as the incoming.
IAX conf in C is:
[general]
bindport = 4569
bindaddr = 0.0.0.0
disallow=all
allow=ulaw
jitterbuffer=no
forcejitterbuffer=no
[a16-q1]
type=user
auth=plaintext
secret=password
context=inbound-calls
qualify=yes
trunk=yes
[a16-q1-a16-in1]
type=peer
host=192.168.79.177
auth=plaintext
secret=password
username=a16-in1
qualify=yes
trunk=yes
IAX conf in B is:
[general]
bindport = 4569
bindaddr = 0.0.0.0
disallow=all
allow...
2015 Feb 05
2
IAX2 problem for WAN connections
Hi,
I am trying to connect two Asterisk servers using IAX2. Everything works fine when I couple them
within a LAN segment, but not when I connect them using WAN connections. I made sure that the
routers' ports are mapped properly and checked this with additional ssh rules.
ServerA is a Raspberry box with the vendor's Asterisk version 1.8.13.1 and ServerB is normal
CentOS 7 box with
2006 Feb 07
1
asterisk to FWD
...613,1,Dial(IAX2/iaxfwd-outbound/613) (service echo de FWD)
exten => xxxxxx,1,Dial(IAX2/iaxfwd-outbound/xxxxxx) mon numero FWD
exten => yyyyyy,1,Dial(IAX2/iaxfwd-outbound/yyyyyy) celui d'un ami FWD
iax.conf
--------
[general]
context=default
bandwidth=low
disallow=lpc10
jitterbuffer=no
forcejitterbuffer=no
tos=lowdelay
autokill=yes
allow=ulaw
language=fr
register => xxxxxx:mon_login_FWD@iax2.fwdnet.net
[iaxfwd-outbound]
type=peer
username=xxxxxx
host=fwd.pulver.com
secret=mon_passwd_FWD
disallow=all
allow=ulaw
allow=gsm
allow=ilbc
allow=g726
nat=yes
when I call the 613 number (echo FWD servi...
2009 Jul 06
0
Iax trunk quality
...=800 <br>
trunktimestamps=yes <br>
tos=ef <br>
<br>
[jourdain] <br>
type=friend <br>
host=111.111.111.111 <br>
port=XXXX <br>
context=iax-jourdain <br>
trunk=yes <br>
disallow=all <br>
allow=alaw <br>
jitterbuffer=no <br>
forcejitterbuffer=no <br>
transfer=no <br>
<br>
server_salve:~# dahdi_test <br>
Opened pseudo dahdi interface, measuring accuracy... <br>
99.989647% 99.985260% 99.989449% 99.989357% 99.989555% 99.989456%
99.989853% <br>
99.989548% 99.986908% 99.989258% 99.989250% 99.989250% 99.990...
2006 Aug 28
3
lost packets when bridging zap and iax
...ng in the bridging between zap and iax screws up, but I
don't know if it's a bug or a misconfiguration, my conf files follows,
someone has similar experiences to share ?
/etc/asterisk# cat iax.conf
[general]
bindport=4569
bindaddr=xxx.xx.xx.xxx
disallow=all
allow=alaw
jitterbuffer=yes
forcejitterbuffer=no
tos=lowdelay
autokill=yes
language=it
notransfer=yes
/etc/asterisk# cat sip.conf
[general]
context=invalid
bindport=5060
bindaddr=xxx.xx.xx.xxx
srvlookup=no
disallow=all
allow=alaw
progressinband=no
canreinvite=no
language=it
[authentication]
[some-ip]
type=friend
context=ip
host=so...
2008 Feb 02
1
Echo() app doesn't work
...ication)
exten => 501,n,Playback(vm-review)
exten => 501,n,Wait(1)
exten => 501,n,Hangup()
[phones]
include => internal
-----cut here-----------------------------------
My iax.conf:
-----cut here-----------------------------------
[general]
bandwidth=low
disallow=lpc10
jitterbuffer=no
forcejitterbuffer=no
autokill=yes
[yassen]
type=friend
host=dynamic
context=phones
-----cut here-----------------------------------
Anyone having a suggestion what might be the reason for the nonworking Echo() ?
I am really stuck; Google could not really help. Any ideas would be highly
appreciated!
Thanks in adv...
2020 Mar 02
0
No CID between Asterisk using IAX trunk
...terisk 13 IAX2 trunk posted below:
type=friend
trunk=yes
allowcallerid=yes
disallow=all
allow=alaw
allow=ulaw
allow=gsm
host=my.super.duper.host
username=my.super.duper.username
secret=my.super.duper.secret
context=sip
qualify=500
qualifysmoothing=yes
requirecalltoken=no
trunk=yes
jitterbuffer=yes
forcejitterbuffer=yes
maxjitterbuffer=300
maxjitterinterps=100
resyncthreshold=1500
tos=ef
cos=5
Doug
2005 May 26
1
does Jitter calculation in chan_iax2.c work???
Hi,
We are trying to get the jitter of a channel for iax channels.
iax2 show netstats
The above command always shows zero value for jitter. (Actually, only rtt
and kpkts are non-zero). The behaviour is the same even for
cross-continental calls.
Is this a bug in the implementation or a configuration problem?.
Thanks,
Vijay & Ashish
PS:We have enabled jitterbuffer at both ends.
2006 Jan 22
2
Disposition codes in CDR
Is there any way to have more specific disposition codes in the CDR?
Currently there are only 3 values: ANSWER, NO ANSWER, BUSY.
In this way, when i call a cell phone that is switched off i get "NO
ANSWER", while i would like to be able to log that the call is not
answered because "The customer you have dialed is unavailable at the
moment".
The same for "non