Displaying 4 results from an estimated 4 matches for "accepts_auth".
2020 Apr 06
2
Outgoing PJSIP using Kamailio
...someone is using successfully a PJSIP channel against
Kamailio.
Another one: despite the fact that they use 5061 port, it's not TLS but
UDP. Our asterisk16 has no TLS configured.
We use wizard which looks like:
[Provider-tootai](!)
;
type = wizard
sends_auth = yes
sends_registrations = yes
accepts_auth = no
accepts_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
re...
2018 Apr 06
2
PJSip CallerID Question
...ransport = transport-udp
endpoint/allow_subscribe = no
endpoint/allow = !all,g729
aor/qualify_frequency = 30
registration/expiration = 1800
[Location B](Uplink_defaults)
endpoint/context = internal
remote_hosts = 10.10.20.253:5060
sends_registrations = no
accepts_registrations = no
sends_auth = no
accepts_auth = no
Location B:
[Uplink_defaults](!)
type = wizard
transport = transport-udp
endpoint/allow_subscribe = no
endpoint/allow = !all,g729
aor/qualify_frequency = 30
registration/expiration = 1800
[Location A](Uplink_defaults)
endpoint/context = internal
remote_hosts = 10.10.11.5:5060
sends_registra...
2020 Apr 08
0
Outgoing PJSIP using Kamailio
...amailio.
>
> Another one: despite the fact that they use 5061 port, it's not TLS but
> UDP. Our asterisk16 has no TLS configured.
>
> We use wizard which looks like:
>
> [Provider-tootai](!)
> ;
> type = wizard
> sends_auth = yes
> sends_registrations = yes
> accepts_auth = no
> accepts_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...
2020 Jan 31
3
how to make asterisk set cos values
Hi,
examining the network traffic with wireshark shows that asterisk does not set
any QoS values at all.
What do I need to do to make asterisk set QoS values (on Centos 7)?
The wiki says to use vconfig to set QoS values[1]. What does the skb-priority
need to be set to? How do you use vconfig on interfaces that are not VLAN
interfaces?
Is it generally impossible to set QoS values on