Displaying 6 results from an estimated 6 matches for "clinic_server".
2014 Dec 30
3
status - Unmonitored, how to change it
How to change status of peers "Unmonitored" to monitored?
Home users showing "Unmonitored" some display timing.
Name/Username Host Mask Port Status
zoiper_kathy/zo 112.200.83.69 (D) 255.255.255.255 9330 Unmonitored
clinic_server (null) (D) 255.255.255.255 0 Unmonitored
voip 184.89.249.114 (S) 255.255.255.255 4569 OK (91 ms)
--
Joseph
2024 Jan 03
1
chan_iax2.c:4739 __auto_congest: Auto-congesting call due to slow response
...rror.
>> There is not enough information for anyone to really help or comment on this.
>> Dialplan and IAX2 configuration on both sides of the trunk?
>> CLI output on both sides with iax2 debug enabled?
>
> It is very simple:
>
> 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 =...
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
2014 Dec 30
0
status - Unmonitored, how to change it
...ow to change it
How to change status of peers "Unmonitored" to monitored?
Home users showing "Unmonitored" some display timing.
Name/Username Host Mask Port Status
zoiper_kathy/zo 112.200.83.69 (D) 255.255.255.255 9330
Unmonitored
clinic_server (null) (D) 255.255.255.255 0
Unmonitored
voip 184.89.249.114 (S) 255.255.255.255 4569 OK (91
ms)
--
Joseph
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to
A...
2010 Dec 16
0
chan_iax2.c handle_call_token: Call rejected, CallToken Support required
...asterisk-1.4.37
ERROR[4539]: chan_iax2.c:4330 handle_call_token: Call rejected,
CallToken Support required. If unexpected, resolve by placing address
192.168.140.1 in the calltokenoptional list or setting user guest
requirecalltoken=no
on asterisk-1.4.37 I have in iax.conf (requirecalltoken=no)
[clinic_server]
type=friend
host=dynamic
context=internal
disallow=all
allow=ulaw
allow=alaw
allow=g729
requirecalltoken=no
and I can call to asterisk-1.4.22 but asterisk-1.4.22 can not connect to 1.4.37 (as error listed above)
Are those two asterisks compatible?
I've tried placing "requirecalltoken=no...