Displaying 20 results from an estimated 24 matches for "retry_interval".
2020 Jun 01
1
Asterisk 16 Certified 16.8 and MagicJack Incoming Calls
...be solved after I tested it a dozen times. However, this morning this issue
has reappeared. Any thoughts on what might be causing this?
My Flowroute pjsip.conf config:
[transport-udp]
type = transport
protocol = udp
bind = 0.0.0.0
tos = cs3
[reg_us-west-wa.sip.flowroute.com]
type = registration
retry_interval = 20
expiration = 120
transport = transport-udp
outbound_auth = auth_reg_us-west-wa.sip.flowroute.com
client_uri = sip:12345678 at us-west-wa.sip.flowroute.com
server_uri = sip:us-west-wa.sip.flowroute.com
[auth_reg_us-west-wa.sip.flowroute.com]
type = auth
password = XXZZXXZZXXZZ
username = 12345...
2020 Apr 06
2
Outgoing PJSIP using Kamailio
...ons = 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
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:...
2015 Mar 06
2
res_pjsip endpoint config object's 'identify_by' option needs new value "uri".
...problem in pjsip now. Is not it?
I requesting to add new value for endpoint option identify_by. The value
'uri'.
Simple config (cutted):
[siptrunk]
type=registration
transport=udp-transport
outbound_auth=siptrunk
server_uri=sip:sip.example.com
client_uri=sip:1234567890 at sip.example.com
retry_interval=60
contact_user=siptrunk-in
[siptrunk-in]
type=endpoint
transport=udp-transport
context=from-trunk
disallow=all
allow=ulaw
outbound_auth=siptrunk
aors=siptrunk
identify_by=uri
Registration section has option "contact_user". Incoming call from this
registration will be INVITE sip:siptr...
2015 Mar 15
2
Asterisk 13.1.0/PJSIP outbound calling using SIP trunk: Unable to create request with auth.No auth credentials for any realms in challenge.
...dp udp 0 0 0.0.0.0:5060
Identify: sonnyGW1/sonnyGW1
Match: 65.254.44.194/32
My pjsip.conf is as below
[sonnyGW1]
type=registration
transport=transport-udp
outbound_auth=sonnyGW1_auth
server_uri=sip:gw1.sip.us
client_uri=sip:sonny at gw1.sip.us
contact_user=sonny
retry_interval=60
forbidden_retry_interval=600
expiration=3600
[sonnyGW1_auth]
type=auth
auth_type=userpass
password=somepassword
username=sonny
realm=gw1.sip.us
[sonnyGW1]
type=aor
contact=sip:65.254.44.194:5060
[sonnyGW1]
type=endpoint
transport=transport-udp
context=gateway1
allow=!all,ulaw
outbound_auth=so...
2015 Mar 15
3
Asterisk 13.1.0/PJSIP outbound calling using SIP trunk: Unable to create request with auth.No auth credentials for any realms in challenge.
...254.44.194/32
>>
>> My pjsip.conf is as below
>>
>> [sonnyGW1]
>> type=registration
>> transport=transport-udp
>> outbound_auth=sonnyGW1_auth
>> server_uri=sip:gw1.sip.us
>> client_uri=sip:sonny at gw1.sip.us
>> contact_user=sonny
>> retry_interval=60
>> forbidden_retry_interval=600
>> expiration=3600
>>
>> [sonnyGW1_auth]
>> type=auth
>> auth_type=userpass
>> password=somepassword
>> username=sonny
>> realm=gw1.sip.us
>>
>
> You probably need to remove the 'realm' line...
2015 Mar 06
2
res_pjsip endpoint config object's 'identify_by' option needs new value "uri".
...[siptrunk]
> type=registration
> transport=udp-transport
> outbound_auth=siptrunk
> server_uri=sip:sip.example.com <http://sip.example.com>
> client_uri=sip:1234567890 at sip.example.com <mailto:client_uri=sip:1234567890 at sip.example.com>
> retry_interval=60
> contact_user=siptrunk-in
>
> [siptrunk-in]
> type=endpoint
> transport=udp-transport
> context=from-trunk
> disallow=all
> allow=ulaw
> outbound_auth=siptrunk
> aors=siptrunk
> identify_by=uri
>
>
> Registrat...
2019 Jan 26
3
INVITE from DID: No matching endpoint found but completes the call anyway
I have a trunk set up for the DID from my provider:
[my_provider]
type=registration
outbound_auth=my_provider
server_uri=sip:sip.example.com
client_uri=sip:my_username at sip.example.com
retry_interval=60
[my_provider]
type=auth
auth_type=userpass
password=123456
username=my_username
[my_provider]
type=aor
contact=sip:sip.example.com:5060
[my_provider]
type=endpoint
context=from-my_provider
disallow=all
allow=ulaw
outbound_auth=my_provider
aors=my_provider
[my_provider]
type=identify
endp...
2023 Jun 08
1
Problem with pjsip
...0 of
== chan_pjsip.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]...
2015 Mar 06
0
res_pjsip endpoint config object's 'identify_by' option needs new value "uri".
...ting to add new value for endpoint option identify_by. The value
> 'uri'.
> Simple config (cutted):
>
> [siptrunk]
> type=registration
> transport=udp-transport
> outbound_auth=siptrunk
> server_uri=sip:sip.example.comclient_uri=sip:1234567890 at sip.example.com
> retry_interval=60
> contact_user=siptrunk-in
>
> [siptrunk-in]
> type=endpoint
> transport=udp-transport
> context=from-trunk
> disallow=all
> allow=ulaw
> outbound_auth=siptrunk
> aors=siptrunk
> identify_by=uri
>
>
> Registration section has option "contact_user&qu...
2015 Mar 25
0
PJSIP configuration for Asterisk 13.1.0/SIP trunk outbound calling
...ss
external_signaling_address=aa.bb.cc.dd ; replaced real public IP address
[sonnyGW1]
type=registration
transport=transport-udp
outbound_auth=sonnyGW1_auth
server_uri=sip:registrar at gw1.sip.us ; no registrar@ in URI
client_uri=sip:sonny at gw1.sip.us
contact_user=16175551212 ; replaced real DID
retry_interval=60
forbidden_retry_interval=600
expiration=3600
[sonnyGW1_auth]
type=auth
auth_type=userpass
password=**********
username=sonny
;realm=65.254.44.194
;realm=gw1.sip.us
[sonnyGW1]
type=aor
contact=sip:sonnyGW1 at 65.254.44.194:5060 ; tried also no username in URI
[sonnyGW1]
type=endpoint
transport...
2020 Apr 08
0
Outgoing PJSIP using Kamailio
...ions = 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&...
2015 Mar 04
1
PJSIP: Failed to create outgoing session to endpoint
...pnet.ru:5060
;outbound_proxy=sip:sipnet.ru:5060
max_contacts=10
remove_existing=yes
[srv_d228]
type=auth
auth_type=userpass
username=talk37.ru
password=secret
[srv_d228]
type=registration
transport=transport-udp
outbound_auth=srv_d228
server_uri=sip:sipnet.ru
client_uri=sip:talk37.ru at sipnet.ru
retry_interval=60
;auth_rejection_permanent=no
contact_user=srv_d228
pjsip show registrations
<Registration/ServerURI..............................>
<Auth..........> <Status.......>
=========================================================================================
srv_d228/sip:si...
2015 Mar 15
0
Asterisk 13.1.0/PJSIP outbound calling using SIP trunk: Unable to create request with auth.No auth credentials for any realms in challenge.
...: sonnyGW1/sonnyGW1
> Match: 65.254.44.194/32
>
> My pjsip.conf is as below
>
> [sonnyGW1]
> type=registration
> transport=transport-udp
> outbound_auth=sonnyGW1_auth
> server_uri=sip:gw1.sip.us
> client_uri=sip:sonny at gw1.sip.us
> contact_user=sonny
> retry_interval=60
> forbidden_retry_interval=600
> expiration=3600
>
> [sonnyGW1_auth]
> type=auth
> auth_type=userpass
> password=somepassword
> username=sonny
> realm=gw1.sip.us
>
You probably need to remove the 'realm' line so that it will match any
realm in the challenge...
2018 Apr 16
2
PJSIP error No auth credentials for realm(s) 'asterisk' in challenge
...16:08:33] WARNING[18665]:
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.x...
2014 Dec 23
0
Fwd: no ipv6 dns resolution for outbound registration with pjsip/asterisk13.1
...nd=[2a02:8070:86c0:2ca0:ba27:ebff:feda:bbb6]:5060
...
[endpoint-ipv6](!)
type=endpoint
context=ExternalSets
transport=udp-ipv6
rtp_ipv6=yes
disallow=all
;allow=g722
allow=alaw
allow=gsm
allow=g726
allow=ulaw
[registration-ipv6](!)
type=registration
transport=udp-ipv6
;auth_rejection_permanent=no
retry_interval=60
[easybell](registration-ipv6)
outbound_auth=easybell
server_uri=sip:sip1.easybell.de:5060
client_uri=sip:<userid>@sip1.easybell.de:5060
[easybell](endpoint-ipv6)
;context=ExternalSets
outbound_auth=easybell
aors=easybell[/code]
The own IPV6 address is recognized:
[code][Dec 22 19:24:14...
2015 Mar 15
0
Asterisk 13.1.0/PJSIP outbound calling using SIP trunk: Unable to create request with auth.No auth credentials for any realms in challenge.
...jsip.conf is as below
>>>
>>> [sonnyGW1]
>>> type=registration
>>> transport=transport-udp
>>> outbound_auth=sonnyGW1_auth
>>> server_uri=sip:gw1.sip.us
>>> client_uri=sip:sonny at gw1.sip.us
>>> contact_user=sonny
>>> retry_interval=60
>>> forbidden_retry_interval=600
>>> expiration=3600
>>>
>>> [sonnyGW1_auth]
>>> type=auth
>>> auth_type=userpass
>>> password=somepassword
>>> username=sonny
>>> realm=gw1.sip.us
>>>
>>
>> You...
2015 Mar 06
0
res_pjsip endpoint config object's 'identify_by' option needs new value "uri".
...ption identify_by. The value
>> 'uri'.
>> Simple config (cutted):
>>
>> [siptrunk]
>> type=registration
>> transport=udp-transport
>> outbound_auth=siptrunk
>> server_uri=sip:sip.example.comclient_uri=sip:1234567890 at sip.example.com
>> retry_interval=60
>> contact_user=siptrunk-in
>>
>> [siptrunk-in]
>> type=endpoint
>> transport=udp-transport
>> context=from-trunk
>> disallow=all
>> allow=ulaw
>> outbound_auth=siptrunk
>> aors=siptrunk
>> identify_by=uri
>>
>>
>&g...
2015 Mar 13
2
PJSIP/Asterisk 13.1.0 incoming call via DID: No matching endpoint found
...I configured my SIP.US trunks (showing one gateway, gw1, here for brevity,
have two: gw1 & gw2, which are both configured on my end):
[sonnyGW1]
type=registration
transport=transport-udp
outbound_auth=sonnyGW1_auth
server_uri=sip:gw1.sip.us
client_uri=sip:sonny at gw1.sip.us
contact_user=sonny
retry_interval=60
forbidden_retry_interval=600
expiration=3600
[sonnyGW1_auth]
type=auth
auth_type=userpass
password=somepassword
username=sonny
realm=gw1.sip.us
[sonnyGW1]
type=aor
contact=sip:65.254.44.194:5060
[sonnyGW1]
type=endpoint
transport=transport-udp
context=fromgw
allow=!all,ulaw
outbound_auth=sonn...
2015 Mar 15
4
Asterisk 13.1.0/PJSIP outbound calling using SIP trunk: Unable to create request with auth.No auth credentials for any realms in challenge.
...t;
>>>> [sonnyGW1]
>>>> type=registration
>>>> transport=transport-udp
>>>> outbound_auth=sonnyGW1_auth
>>>> server_uri=sip:gw1.sip.us
>>>> client_uri=sip:sonny at gw1.sip.us
>>>> contact_user=sonny
>>>> retry_interval=60
>>>> forbidden_retry_interval=600
>>>> expiration=3600
>>>>
>>>> [sonnyGW1_auth]
>>>> type=auth
>>>> auth_type=userpass
>>>> password=somepassword
>>>> username=sonny
>>>> realm=gw1.sip.us...
2019 Apr 22
2
Incoming SIP call, outgoing SIP registration. PJSIP.
...=alaw
allow=ulaw
t38_udptl=no
t38_udptl_ec=none
fax_detect=no
t38_udptl_nat=no
dtmf_mode=auto
direct_media=yes
from_domain=172.16.25.23
timers_sess_expires=1800
tone_zone=ru
language=ru
rewrite_contact=yes
rtp_symmetric=yes
force_rport=yes
[registration0](!)
type=registration
transport=0.0.0.0-udp
retry_interval=60
max_retries=10
expiration=3600
auth_rejection_permanent=yes
server_uri=sip:172.16.25.23
[fxs17](endpoint0)
context=from-sip-fxs
aors=fxs17
outbound_auth=fxs17
from_user=1121
set_var=DAHDICHAN=17
[fxs17]
type=aor
qualify_frequency=60
contact=sip:1121 at 172.16.25.23
[fxs17]
type=auth
auth_typ...