Displaying 20 results from an estimated 28 matches for "max_retries".
2009 Jul 12
0
1.6.0.10: server locks up on iax max_retries
...24:16] WARNING[764]: chan_iax2.c:2434 __attempt_transmit: Max
retries exceeded to host 8.14.120.23 on IAX2/8.14.120.23:4569-14100
(type = 6, subclass = 11, ts=881187, seqno=83)
which I seems to be telling me that channel iax can't reach the Teliax
host. Why is it continuing to retry? Isn't max_retries 4? Here it seems
to trying 83 times - isn't that what seqno means? There have been no
such messages since the restart.
But my real concern is why didn't pstn or iax calls direct to the other
office or internal extensions work? It was lucky I was available to
remotely restart asterisk. Was...
2020 Feb 29
2
pjsip: how to survive rejected registrations?
Le 28/02/2020 à 23:43, hw a écrit :
> On Thursday, February 27, 2020 3:03:47 PM CET hw wrote:
>> Hi,
>>
>> sometimes 'pjsip show registrations' shows registrations to the VOIP
>> provider as Rejected. I have already added
>>
>>
>> max_retries = 0
>> auth_rejection_permanent = no
>>
>>
>> in pjsip_wizard.conf and still asterisk does not recover.
>>
>> I need asterisk to keep trying to register and to renew the registration
>> without requiring manual intervention. How can I make asterisk do that...
2012 Jan 10
2
Bug#655302: xcp-xapi: init script will slow down boot process
...Severity: wishlist
The current initscript has the possibility of slowing down the boot process by 50 seconds. If this is required, it probably
should be backgrounded.
# Wait for xapi to write its "init complete" cookie: after here it's safe to modify templates.
wait_for_xapi() {
MAX_RETRIES=50
RETRY=0
while [ ${RETRY} -lt ${MAX_RETRIES} ]; do
if [ -e ${XAPI_STARTUP_COOKIE} ]; then
return 0
fi
sleep 1
RETRY=$(( ${RETRY} + 1 ))
done
return 1
}
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT pol...
2020 Feb 27
2
pjsip: how to survive rejected registrations?
Hi,
sometimes 'pjsip show registrations' shows registrations to the VOIP provider
as Rejected. I have already added
max_retries = 0
auth_rejection_permanent = no
in pjsip_wizard.conf and still asterisk does not recover.
I need asterisk to keep trying to register and to renew the registration
without requiring manual intervention. How can I make asterisk do that?
2020 Apr 19
1
how to make a bug report
...utbound registration that controls
> behavior. I'd suggest providing your actual configuration.
I have put the options that should make asterisk re-register in
pjsip_wizard.conf as much as I could find them like this:
[easybell_HW]
type = wizard
sends_auth = yes
sends_registrations = yes
max_retries = 0
auth_rejection_permanent = no
forbidden_retry_interval = 200
transport = transport-tls
endpoint/cos_audio = 5
endpoint/cos_video = 4
remote_hosts = secure.sip.easybell.de:5061
aor/qualify_frequency = 30
outbound_auth/username = ...
outbound_auth/password = ...
endpoint/allow = !all,g722,alaw,ul...
2020 Mar 17
1
pjsip: how to survive rejected registrations?
From:
https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+Configuration_res_pjsip_outbound_registration#Asterisk16Configuration_res_pjsip_outbound_registration-registration_max_retries
max_retries
This sets the maximum number of registration attempts that are made
before stopping any further attempts.*
If set to 0 then upon failure no further attempts are made.*
Regards,
IanG
On 17/03/2020 12:54, hw wrote:
> On Saturday, February 29, 2020 11:29:37 AM CET Admini...
2020 Apr 06
2
Outgoing PJSIP using Kamailio
...ts_registrations = no
endpoint/call_group = 1
endpoint/pickup_group = 1
endpoint/accountcode = TOOTAi
endpoint/language = fr
endpoint/allow = !all,ulaw,alaw,g729
endpoint/context = incoming-Provider
endpoint/direct_media = no
endpoint/dtmf_mode = inband
registration/retry_interval = 20
registration/max_retries = 0
registration/expiration = 3600
registration/transport = transport-udp
aor/max_contacts = 2
aor/qualify_frequency = 2000
[Provider](Provider-tootai)
;
remote_hosts = sips.provider.eu
endpoint/callerid = "TOOTAi" <00xx xxx xxx xxx>
aor/contact = sip:sips.provider.eu:5061
registra...
2010 Jan 30
2
Failure trying to update document.
...I have a specific document that does not handle updates sitting in the
index. What can I do about that?
2010-01-30T13:58:07 Eval failure: Exception: No termlist for
document 287376 at /usr/lib/perl5/Search/Xapian/Enquire.pm line 56.
2010-01-30T13:58:07 job failed. considering retry. is max_retries
of 1000 >= failures of 1?
2010-01-30T13:58:07 job failed: Exception: No termlist for document
287376 at /usr/lib/perl5/Search/Xapian/Enquire.pm line 56.
Xapian version 1.0.14
--
Jesper
2002 Jun 07
0
problem related to filename length
hi, all.
I had an problem with rsync-2.5.4/5 related to filename length.
On Linux box (kernel-2.4.18 + ext3 fs), filename length limits to
255byte, but rsync can't handle fn > (255 -9) byte. So I had an instant
hack to avoid this problem. Patch file attatched works fine in my case,
but I'm not sure that it is correct or not. Any suggestions ?
Please cc me, I'm not on this
2012 Jul 07
1
Bug#680588: xcp-xapi: startup race condition between xcp-xapi and xcp-networkd on slave
...[ "${TOOLSTACK}" != "xapi" ]; then
log_failure_msg "Xen toolstack is not set to xapi! Exiting."
exit 0
fi
if [ -f /var/run/xend.pid ]; then
log_failure_msg "/var/run/xend.pid exists; ${NAME} conflicts with xend"
exit 1
fi
wait_for_xapi() {
MAX_RETRIES=50
RETRY=0
while [ ${RETRY} -lt ${MAX_RETRIES} ]; do
if [ -e ${XAPI_STARTUP_COOKIE} ]; then
return 0
fi
sleep 1
RETRY=$(( ${RETRY} + 1 ))
done
return 1
}
do_start()
{
# Return
# 0 if daemon has been started
# 1 if daemon was already...
2023 Jun 08
1
Problem with pjsip
...p.so => (PJSIP Channel Driver)
1) Error with "@" character which constitutes URI and authuser see
excerpt from pjsip.conf.
[transport-udp]
type = transport
protocol=udp
bind=0.0.0.0:5060
local_net=172.16.1.0/255.255.255.0
[reg_orange-obs.fr]
type = registration
retry_interval = 120
max_retries = 10
expiration = 120
transport = transport-udp
outbound_auth = auth_reg_orange-obs.fr
client_uri = sip:+3313445XXXX at orange-obs.fr
server_uri = sip:orange-obs.fr
[auth_reg_orange-obs.fr]
type=auth
password=3314C9BA9688C2AA
username = 75B55BTQUHSG at orange-obs.fr
[Biv_Sortie]
type = aor
contac...
2012 Jul 06
4
Bug#680528: xcp-xapi: /etc/init.d/xendomains cause xapi to hand during boot
...[ "${TOOLSTACK}" != "xapi" ]; then
log_failure_msg "Xen toolstack is not set to xapi! Exiting."
exit 0
fi
if [ -f /var/run/xend.pid ]; then
log_failure_msg "/var/run/xend.pid exists; ${NAME} conflicts with xend"
exit 1
fi
wait_for_xapi() {
MAX_RETRIES=50
RETRY=0
while [ ${RETRY} -lt ${MAX_RETRIES} ]; do
if [ -e ${XAPI_STARTUP_COOKIE} ]; then
return 0
fi
sleep 1
RETRY=$(( ${RETRY} + 1 ))
done
return 1
}
do_start()
{
# Return
# 0 if daemon has been started
# 1 if daemon was already...
2012 Jul 12
2
Bug#681343: xcp-xapi: wait_for_xapi() function in init.d script does not work
...[ "${TOOLSTACK}" != "xapi" ]; then
log_failure_msg "Xen toolstack is not set to xapi! Exiting."
exit 0
fi
if [ -f /var/run/xend.pid ]; then
log_failure_msg "/var/run/xend.pid exists; ${NAME} conflicts with xend"
exit 1
fi
wait_for_xapi() {
MAX_RETRIES=50
RETRY=0
while [ ${RETRY} -lt ${MAX_RETRIES} ]; do
if [ -e ${XAPI_STARTUP_COOKIE} ]; then
return 0
fi
sleep 1
RETRY=$(( ${RETRY} + 1 ))
done
return 1
}
do_start()
{
# Return
# 0 if daemon has been started
# 1 if daemon was already...
2020 Feb 28
0
pjsip: how to survive rejected registrations?
On Thursday, February 27, 2020 3:03:47 PM CET hw wrote:
> Hi,
>
> sometimes 'pjsip show registrations' shows registrations to the VOIP
> provider as Rejected. I have already added
>
>
> max_retries = 0
> auth_rejection_permanent = no
>
>
> in pjsip_wizard.conf and still asterisk does not recover.
>
> I need asterisk to keep trying to register and to renew the registration
> without requiring manual intervention. How can I make asterisk do that?
No ideas?
If pjsip is...
2020 Mar 17
0
pjsip: how to survive rejected registrations?
...écrit :
> > On Thursday, February 27, 2020 3:03:47 PM CET hw wrote:
> >> Hi,
> >>
> >> sometimes 'pjsip show registrations' shows registrations to the VOIP
> >> provider as Rejected. I have already added
> >>
> >>
> >> max_retries = 0
> >> auth_rejection_permanent = no
> >>
> >>
> >> in pjsip_wizard.conf and still asterisk does not recover.
> >>
> >> I need asterisk to keep trying to register and to renew the registration
> >> without requiring manual interven...
2020 Apr 08
0
Outgoing PJSIP using Kamailio
...> endpoint/pickup_group = 1
> endpoint/accountcode = TOOTAi
> endpoint/language = fr
> endpoint/allow = !all,ulaw,alaw,g729
> endpoint/context = incoming-Provider
> endpoint/direct_media = no
> endpoint/dtmf_mode = inband
> registration/retry_interval = 20
> registration/max_retries = 0
> registration/expiration = 3600
> registration/transport = transport-udp
> aor/max_contacts = 2
> aor/qualify_frequency = 2000
>
> [Provider](Provider-tootai)
> ;
> remote_hosts = sips.provider.eu
> endpoint/callerid = "TOOTAi" <00xx xxx xxx xxx>
>...
2006 Jun 19
0
inital access need some seconds - kerberos(?) error in log - 3.0.22-1 Debian
...default_keytab_name = FILE:/etc/krb5.keytab
default_tgs_enctypes = des-cbc-md5 des-cbc-crc arcfour-hmac-md5
default_tkt_enctypes = des-cbc-md5 des-cbc-crc arcfour-hmac-md5
permitted_enctypes = des-cbc-md5 des-cbc-crc arcfour-hmac-md5
kdc_timeout = 1500
max_retries = 2
[domain_realm]
vw.vkw.tu-dresden.de = VW.XXXXXXX
.vw.vkw.tu-dresden.de = VW.XXXXXXX
[logging]
default = FILE:/var/log/krb5libs.lo
2006 Jun 22
1
spnego_kerberos(303) - Username Domain\Client$ is invalid
...rue
default_keytab_name = FILE:/etc/krb5.keytab
default_tgs_enctypes = des-cbc-md5 des-cbc-crc arcfour-hmac-md5
default_tkt_enctypes = des-cbc-md5 des-cbc-crc arcfour-hmac-md5
permitted_enctypes = des-cbc-md5 des-cbc-crc arcfour-hmac-md5
kdc_timeout = 1500
max_retries = 2
[domain_realm]
fqdn = FQDN
.fqdn = FQDN
[logging]
default = FILE:/var/log/krb5libs.log
2018 Apr 16
2
PJSIP error No auth credentials for realm(s) 'asterisk' in challenge
...665]:
res_pjsip_outbound_authenticator_digest.c:178
digest_create_request_with_auth_from_old: Endpoint: 'sip.xxx.tld':
Unable to create request with auth. No auth credentials for realm(s)
'asterisk' in challenge.
Our setup:
[sip.xxx.tld]
type = registration
retry_interval = 20
max_retries = 0
contact_user = <contactUser>
expiration = 3600
transport = transport-udp
outbound_auth = sip.xxx.tld
client_uri = sip:<contactUser>@sip.xxx.tld
server_uri = sip:sip.xxx.tld
[sip.xxx.tld]
type = auth
password = <password>
username = <contactUser>
[sip.xxx.tld]
type = id...
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