Displaying 8 results from an estimated 8 matches for "home_serv".
Did you mean:
home_server
2017 May 08
2
Call does not go voicemail
The "error" I was talking about was in your log:
"...== Spawn extension (extensions, 4, 3) exited non-zero on
'IAX2/home_server-6364'..."
The call terminated here in a error which prevented the dialplan from
continuing. Something there is broken, my recommendation is to check you
registrations first inside asterisk:
> sip show peers
Something wasn't "happy" about SIP/54 in your system when As...
2024 Jan 03
1
chan_iax2.c:4739 __auto_congest: Auto-congesting call due to slow response
...le:
>
> Local Asterisk, iax.conf:
>
> [clinic_server]
> type=friend
> host=dynamic
> context=internal
> disallow=all
> allow=ulaw
> allow=alaw
> requirecalltoken=no
> callgroup=1
> pickupgroup=1
>
> extension.conf:
>
> exten => 4,1,Dial(IAX2/home_server:xxxxxxxx@${clinic_server}/${EXTEN},60,rw)
> exten => 4,n,Hangup() Remote Asterisk iax.conf:
>
> [home_server]
> type=friend
> host=dynamic
> secret=xxxxxxxx
> context=extensions
> disallow=all
> allow=ulaw
> allow=alaw
> callgroup=1
> pickupgroup=1
>
&g...
2012 Jan 07
2
Asterisk 10.0 & 1.4 - iax codec are not compatible
I'm trying Asterisk 10.0 (as 8.x is not passing PSTN CallerID) and Asterisk 10.0 is no better.
I'm still getting:
WARNING[12295]: chan_sip.c:14446 check_auth: username mismatch, have <11>, digest has <pstn-1270>
NOTICE[12295]: chan_sip.c:22769 handle_request_invite: Failed to authenticate device "KMIEC Z" <sip:7804715665 at 10.0.0.110>;tag=1c1222950155
Anybody
2024 Jan 02
1
chan_iax2.c:4739 __auto_congest: Auto-congesting call due to slow response
On 1/2/2024 4:03 PM, thelma at sys-concept.com wrote:
> I'm using asterisk-16.30.1
>
> When I try to call another asterisk server over IAX I get a busy signal,
>
> chan_iax2.c:4739 __auto_congest: Auto-congesting call due to slow
> response
> -- IAX2/192.168.143.1:4569-656 is circuit-busy
>
> Asterisk-16.16 is working normally, no congestion error.
There is not
2010 Mar 06
1
MOH over IAX2 - NOT working
I have bragged/connected two asterisk over IAX2 but MOH is not working when I try to dial directly between them?
MOH is working over SIP but not IAX2 ??? (the two asterisks are connected over VPN).
Here is the log:
-- Executing [877 at extensions:1] Dial("IAX2/home_server-1756", "SIP/877|25|m(default)w") in new stack
-- Called 877
-- Started music on hold, class 'default', on IAX2/home_server-1756
-- SIP/877-08237410 is ringing
Above everything looks OK but instead of "default" music I just get a ring tone.
When I dial IN from PS...
2023 Apr 03
2
[EXTERNAL] Fwd: ntlm_auth and freeradius
> I guess we have to look at the conf files then, first these two:
Thank you for the config file snippets. I can confirm mine were almost identical, so I've tweaked them so that they are now exactly the same as yours except for the "--require-membership-of=example\authorization_groupname" line in ntlm_auth.
Unfortunately it's still erroring out:
(7) mschap: Creating
2009 Aug 19
2
dovecot auth is case insensitive, but fs is sensitive :)
...part --------------
# 1.1.7: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.30-gentoo-r5 x86_64 Gentoo Base System release 1.12.11.1 ext3
base_dir: /var/run/dovecot/
protocols: pop3 imap managesieve pop3s imaps
ssl_listen: *
ssl_ca_file: /etc/ssl/certs/ca-certificates.crt
ssl_cert_file: /etc/ssl/private/home_server.pem
ssl_key_file: /etc/ssl/private/home_privatekey.pem
ssl_cipher_list: ALL:!LOW
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable(default): /usr/libexec/dovecot/imap-login
login_executable(imap): /usr/libexec/dovecot/imap-login
login_executable(pop3): /usr/libexec/dov...
2009 Feb 24
4
dovecot1.2 segfault
...127.0.11.155#011rip=127.0.1.34#011lport=110#011rport=57834#011resp=<hidden>
Feb 24 16:06:07 proxy dovecot: auth(default):
cache(ian at domain.com,127.0.1.34): miss
Feb 24 16:06:07 proxy dovecot: auth-worker(default):
sql(ian at domain.com,127.0.1.34): query: SELECT password, password as
pass, home_server as host, 'ian at domain.com' AS destuser, 'Y' AS
nologin, 'Y' AS nodelay, 'Y' AS proxy, null AS nopassword FROM
mail_user WHERE ( (username = 'ian' AND domain = 'timico.net') OR
(username = 'ian at domain.com' AND domain = '') ) AND...