Displaying 20 results from an estimated 21 matches for "mailboxdetail".
2008 Oct 08
1
Update (IAX Trunking Help)
I posted earlier in the day about needed help with IAX trunking. I did some
more reading and made some more changes.
Here is what I have thus far:
Iax.conf on one server
[general]
bindport = 4569
bindaddr = 0.0.0.0
disallow=all
allow=ulaw
allow=alaw
allow=gsm
mailboxdetail=yes
[vvfarm]
type=friend
username=colo
secret=testpassword
auth=plaintext
host=64.194.211.170
context=iax-incoming
peercontext=vvfarm-extensions
qualify=yes
trunk=yes
Extensions.conf on the same server
[iax-incoming]
exten => _###,1,Dial(SIP/17${EXTEN}-1,20)
[remote-extensions]
exten =>...
2004 Dec 27
2
Cant get Asterisk server talk with IAX
...ax.conf file for the one that is directly connected to the
internet is as follows:
[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=alaw
allow=gsm
jitterbuffer=yes
mailboxdetail=yes
#include iax_additional.conf [I'm using AMP as the GUI
interface]
register => 1000:password@a.b.c.d
[a.b.c.d is the IP addres...
2006 Jun 07
1
MWI on the PA168V in IAX mode?
...n nothing from http://bbs.atcom.cn on this so far. Perhaps
someone on the list has experience with this.
Is there a way to get MWI support for PA168V-based ATAs? Apparently
some IP phones based on the PA168V chip has this support already
(Atcom AT-320 for example) by configuring Asterisk with
'mailboxdetails=yes' in iax.conf. On my ATA, however, it does nothing.
Any insights are appreciated.
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?
2006 Oct 24
2
IAX2 goes "one way audio" when lag gets bad
...g 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 May 22
3
Office to Office via IAX2 problems
...forwarded to * box. As
noted, I moved * box to DMZ at one time, no help. Internal static IP
address of 192.168.1.24
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
allow=alaw
allow=gsm
mailboxdetail=yes
#include iax_additional.conf
#include iax_custom.conf
iax_additional.conf:
[lpeaus]
username=lpeaus-user
type=peer
secret=<secret>
qualify=yes
host=officeb.kicks-ass.net
context=from-internal
[lpenb-user]
type=user
secret=<secret>
host=officeb.kicks-ass.net
context=from-internal...
2008 Jan 28
2
IAX Calls - One Way Audio
...Both servers are asterisk version 1.2.23, freepbx version 2.3.1.0.
I have posted the contents of the iax.conf file below (which is identical on both servers). If there is any further information I can provide, please let me know and I can get this information.
[general]
disallow=all
allow=g729
mailboxdetail=yes
jitterbuffer=no
;maxjitterbuffer=500
;jittershrinkrate=1
bandwidth=low
tos=lowdelay
trunk=yes
notransfer=yes
#include iax_general_custom.conf
#include iax_registrations_custom.conf
#include iax_registrations.conf
#include iax_custom.conf
#include iax_additional.conf
Any suggestions are ver...
2006 Nov 29
2
Loosing IAX connection between offices
...lish is to reboot the * box. IAX2 reload doesn't solve it. I
haven't been able to establish if it loosing the connection at a
specific duration. Though, it seems to be random.
iax.conf of Office B:
[general]
bindport = 4569
bindaddr = 0.0.0.0
disallow=all
allow=ulaw
allow=alaw
allow=gsm
mailboxdetail=yes
notransfer=yes ;(<- just added yesterday)
[officeb-user]
type=user
secret=<secret>
host=<static ip address>
context=from-internal
[officea]
username=officea-user
type=peer
secret=<secret>
qualify=4000
host=<static ip address>
context=from-internal
Any ideas on...
2004 Sep 18
9
No sound
Hello,
I have just set up an asterisk box (Debian unstable) and I would like
to test it with a H.323 application (gnomemeeting). When I call the
demo voice menu, I can't hear any sound. asterisk says that the
soundfile is played:
-- Executing BackGround("H323/ip$212.9.189.172:30005/29597", "demo-congrats") in new stack
-- Playing 'demo-congrats' (language
2006 Mar 29
1
Avoiding initial deadlock on iax?
...Here is my 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)
tos=0x68 ;
bandwidth=low
jitterbuffer=yes
dropcount=2
disallow=all
allow=ilbc
;allow=g723.1
;allow=g729
;allow=ulaw
;allow=alaw
;allow=gsm
mailboxdetail=yes
....
the other settings on iax.conf are just iax2 account for trunk and
personal use. So I cut them in order to save spaces...
Perhaps it's a bug?
I've found this http://bugs.digium.com/view.php?id=4045 , but from the
link I read that it is just for H323 not for iax. Will that patc...
2006 Jan 27
5
External IAX2 phone defined as internal behaving as from PSTN
Have asterisk@home 1.2.1
The server is on an internal network eg 10.10.10.10
It is NAT'd 1:1 via Checkpoint firewall to external public IP eg
50.50.50.50
The remote IAX2 phone (ATCOM320) is configured to call 50.50.50.50 on
extension 1055.
Outbound calls to 1055 work perfectly.
Inbound calls from 1055 get picked up as if it were an external call
(see below) and goes straight to the ring
2005 May 13
0
Problem with IAX trunking
...authdebug=no
;
; Finally, you can set values for your TOS bits to help improve
; performance. Valid values are:
; lowdelay -- Minimize delay
; throughput -- Maximize throughput
; reliability -- Maximize reliability
; mincost -- Minimize cost
; none -- No flags
;
tos=lowdelay
;
; If mailboxdetail is set to "yes", the user receives
; the actual new/old message counts, not just a yes/no
; as to whether they have messages. this can be set on
; a per-peer basis as well
;
;mailboxdetail=yes
;
; If regcontext is specified, Asterisk will dynamically
; create and destroy a NoOp priority...
2005 Jan 25
1
Codec mismatch between SIP (BT) and IAX Phone
...= from-sip ; Send unknown SIP callers to this context
And in iax.conf (snippet) :
[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=alaw
allow=gsm
jitterbuffer=yes
mailboxdetail=yes
authdebug=yes
2005 May 27
0
problem about client authorisation
...204"
How can I resolve this problem ?
I joined my configuration files there :
EXTENSIONS.CONF :
[general]
static=yes
writeprotect=no
[globals]
[default]
exten => 600,1,Echo
IAX.CONF :
[general]
bindport=4569
bindaddr=192.168.0.71
bandwidth=high
allow=all
jitterbuffer=no
tos=lowdelay
mailboxdetail=no
[guest]
type=user
context=default
_________________________________________________________________
Vid?oconf?rence plein ?cran avec MSN Messenger http://g.msn.fr/FR1001/866
2005 Jul 02
0
Audio delay w/ call forwarding
...ential
hardware problems, etc., I figured out that when I change jitterbuffer=yes
to jitterbuffer=no in iax.conf the audio delay problem is solved, but the
call quality degrades. My prior settings were:
[general]
bindport = 4569
bindaddr = 0.0.0.0
delayreject=yes
disallow=all
allow=ulaw
allow=alaw
mailboxdetail=yes
register => XXXXX@voip.teliax.com
dropcount=3
jitterbuffer=yes
maxjitterbuffer=500
maxexcessbuffer=300
canreinvite=no
Any ideas on tweaking iax.conf to optimize call quality, but avoid the audio
delay with forwarded calls?
Regards,
Mike
Michael Hillerbrand
2006 Jan 25
1
asterisk 1.2.3 call problem
Hi,
I've tried to upgrade my asterisk to 1.2.3 again after disastrous bug
incident yesterday but when I called and the phone was picked up, there
was simply busy tone...
Weird, is this another bug in asterisk 1.2.3?
Currently, I rollback again to asterisk 1.0.10...:(
Is there any configuration change issue in 1.2.3 cause I've just used my
configuration that worked in asterisk1.2.2 ?
2006 Nov 25
1
dialing with different speed
...could depend from my Asterisk PBX, herewith my Asterisk configuration
Thanks
Emiliano
iax.conf:
bandwidth=low
disallow=all ; same as bandwidth=high
disallow=ulaw
disallow=alaw
allow=gsm
allow=iLBC
allow=Speex
jitterbuffer=yes
dropcount=2
maxjitterbuffer=500
maxexccessbuffer=400
tos=throughput
mailboxdetail=yes
[first]
type=friend
username=first
secret=first
auth=md5
host=dynamic
context=fullaccess
mailbox=101
callerid="first"<101>
[second]
type=friend
username=second
secret=second
auth=md5
host=dynamic
context=fullaccess
mailbox=102
callerid="second"<102>
[megavista...
2008 Dec 13
3
Asterisk / Hylafax
On the subject of faxing - is there a way to interface Asterisk and Hylafax
running on the same box?
I have tried the directions at-
http://www.voipinfo.org/wiki/view/T38modem+configuration+with+Asterisk
and I just can't get it to work.
Does anyone know of a way? (Even mention paid software)...
Michael
2004 Dec 22
0
Ticket: 12775 Multiple IAX client behind a NAT
...---- next part --------------
[general]
bindport = 4569 ; Port to bind to (IAX is 4569)
bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
tos=0x14
delayreject=yes
disallow=all
allow=g273.1
allow=g279
allow=ilbc
allow=ulaw
allow=alaw
allow=gsm
allow=g726
jitterbuffer=no
mailboxdetail=yes
notransfer=no
;register => gamcom:2046590@iaxtel.com
;register => 478933:2046590@iax2.fwdnet.net
;[fwd-gw]
;type=peer
;auth=md5
;secret=2046590
;username=478933
;qualify=yes
;host=iax2.fwdnet.net
;disallow=all
;allow=ulaw
#include iax_additional.conf
-------------- next part --------...
2005 Jul 24
1
Incoming call prob
...k@home. Set up extensions which communicate to
each other fine. Everything is default except here is
my 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
allow=alaw
allow=gsm
mailboxdetail=yes
register => meadmaker:<mypassword>@switch-2.nufone.net
#include iax_additional.conf
#include iax_custom.conf
[NuFone]
type=peer
host=switch-1.nufone.net
secret=<mypassword>
and here is what I added to extension.conf:
;added for nufone
exten => _1NXXNXXXXXX,1,SetCallerID(866...