search for: max_retry

Displaying 20 results from an estimated 28 matches for "max_retry".

2009 Jul 12
0
1.6.0.10: server locks up on iax max_retries
I've * in a small office with 10 internal sip extensions on aastra's. Outgoing is pstn over dahdi, voip over teliax and iax to another office. This morning no calls could be made: iax to branch offfices, voip iax over teliax, pstn, or even internal extensions. The aastra's showed "Not in Service". A "core restart now" got everything working again. Before I
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
2012 Jan 10
2
Bug#655302: xcp-xapi: init script will slow down boot process
Package: xcp-xapi Version: 1.3-15 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}
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
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 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
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
2010 Jan 30
2
Failure trying to update document.
Hi list. 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
2002 Jun 07
0
problem related to filename length
...quot;XXXXXX",6); + }else + snprintf(fnametmp,MAXPATHLEN,".%s.XXXXXX",fname); } return 1; @@ -408,21 +429,33 @@ buf = NULL; } - if (!get_tmpname(fnametmp,fname)) { - if (buf) unmap_file(buf); - if (fd1 != -1) close(fd1); - continue; + { + static const int max_retry = 10; + int retry = 0; + int flag = 0; + + do { + if (!get_tmpname(fnametmp,fname)) { + if (buf) unmap_file(buf); + if (fd1 != -1) close(fd1); + flag = 1; + break; + } + + strlcpy(template, fnametmp, sizeof(template)); + + /* we initially set...
2012 Jul 07
1
Bug#680588: xcp-xapi: startup race condition between xcp-xapi and xcp-networkd on slave
Package: xcp-xapi Version: 1.3.2-8 Severity: important Tags: patch Found race condition (specific only to slave hosts): xcp-xapi can start earlier than xcp-networkd due lack of dependency in init.d script. Syptoms: After reboot slave's xcp does not work: xe (anything): The host failed to acquire an IP address on its management interface and therefore cannot contact the master. log:
2023 Jun 08
1
Problem with pjsip
Hello everyone. I allow myself to submit a problem that I can not solve with my VOIP provider Orange in France [2023-06-08 13:19:03] ERROR[185091]: res_pjsip/pjsip_configuration.c:1044 from_user_handler: Error configuring endpoint 'Biv_Sortie' - 'from_user' field contains invalid character '@' [2023-06-08 13:19:03] ERROR[185091]: config_options.c:798 aco_process_var:
2012 Jul 06
4
Bug#680528: xcp-xapi: /etc/init.d/xendomains cause xapi to hand during boot
Package: xcp-xapi Version: 1.3.2-8 Severity: important During startup /etc/init.d/xendomains script is called. That script is installed with xen-utils-common witch xcp-xapi is depends on. That script calls /usr/sbin/xen as xen list &> /dev/null This 'xen' seems to call xapi: xen list ^Z [1]+ Stopped xen list root at lab-xh3:~# ps f PID TTY STAT TIME
2012 Jul 12
2
Bug#681343: xcp-xapi: wait_for_xapi() function in init.d script does not work
Package: xcp-xapi Version: 1.3.2-9 Severity: normal Function wait_for_xapi in /etc/init.d/xcp-xapi does not work as intented. Symptoms: (on slave) /etc/init.d/xcp-xapi restart [....] Restarting The XenAPI server: xapiThe host toolstack is still initialising. Please wait. Cause: Line 'xe pif-scan host-uuid=${INSTALLATION_UUID}' called before xapi is fully synced with master.
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
2020 Mar 17
0
pjsip: how to survive rejected registrations?
On Saturday, February 29, 2020 11:29:37 AM CET Administrator wrote: > 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 > >> > >> > >>
2020 Apr 08
0
Outgoing PJSIP using Kamailio
On Mon, Apr 6, 2020 at 2:06 PM Administrator <admin at tootai.net> wrote: > 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
2006 Jun 19
0
inital access need some seconds - kerberos(?) error in log - 3.0.22-1 Debian
Systems: - Win2003R2 Domain Controller - Debian AMD64 with Samba 3.0.22-1 as ADS member; Users via nssldap / pam_krb5; MIT-Kerberos 1.4.3-7 On Win2003SP1 Terminalserver (ADS member, machine name: TS ; domain VW) with shares from Samba (see above) the access to these shares needs very often some seconds (sometime time out) for open folders/files. This occurs @ inital file/folder opening,
2006 Jun 22
1
spnego_kerberos(303) - Username Domain\Client$ is invalid
Can anybody tell me please, what isn't correct? What should I change in config? /var/samba/log/log.XP-CLIENT-IP: [2006/06/22 08:24:54, 1] smbd/sesssetup.c:reply_spnego_kerberos(303) Username DOMAIN\XP-CLIENT-NAME$ is invalid on this system all works in general, but the error above is listed in every /var/log/samba/log.CLIENT Thanks Steffen ---------------------------------------------
2018 Apr 16
2
PJSIP error No auth credentials for realm(s) 'asterisk' in challenge
Hi all, we are trying to move our servers from chan_sip to chan_pjsip. At this time no problems with phones, they all register fine and can place calls. But for a trunk we face problem and can't place calls despite the fact that registration is OK. What we get is: [2018-04-16 16:08:33] WARNING[18665]: res_pjsip_outbound_authenticator_digest.c:178
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