Displaying 6 results from an estimated 6 matches for "serveruri".
Did you mean:
server_uri
2016 Oct 15
3
Registered successfully, but after a minute or so no SIP messages anymore
Hi all,
I have an issue with asterisk 13 and pjsip. I guess it is somehow
Firewall related, but I'm unsure.
A registration to Sipgate is established successfully:
<Registration/ServerURI..............................> <Auth..........>
<Status.......>
==========================================================================================
pjsip_sipgate/sip:sipgate.de:5060 pjsip_sipgate Registered
Calling the registered number is even successfully shown in...
2019 Jan 26
3
INVITE from DID: No matching endpoint found but completes the call anyway
...ame
[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
endpoint=my_provider
match=sip.example.com
And it registers fine:
<Registration/ServerURI..............................> <Auth..........> <Status.......>
==========================================================================================
mytrunk/sip:sip.example.com my_provider Registered
And when it gets an INVITE from...
2015 Mar 04
1
PJSIP: Failed to create outgoing session to endpoint
...e=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:sipnet.ru srv_d228 Registered
pjsip show endpoints
Endpoint: srv_d228...
2018 Apr 16
2
PJSIP error No auth credentials for realm(s) 'asterisk' in challenge
...= <sip.xxx.tld IP address #1>/32
permit = <sip.xxx.tld IP address #2>/32
dtmf_mode = rfc4733
disallow = all
allow = alaw,ulaw,g729
[sip.xxx.tld]
type = aor
contact = sip:<sip.xxx.tld IP address>:5060
Registry:
========
zone-s*CLI> pjsip list registrations
?<Registration/ServerURI..............................>
<Auth..........>? <Status.......>
==========================================================================================
?sip.xxx.tld/sip:sip.xxx.tld sip.xxx.tld Registered
Objects found: 1
PJSIP is listening on port 12345, chan_sip on port 506...
2016 Oct 15
3
Registered successfully, but after a minute or so no SIP messages anymore
...Contact pjsip_sipgate/sip:2636146e0 at sipgate.de:5060 is now
Unreachable. RTT: 0.000 msec
* == Endpoint pjsip_sipgate is now Unreachable*
Why do I have that loss of registrations?
here my pjsip config for sipgate.de:
freepbx*CLI> pjsip show registration pjsip_sipgate
<Registration/ServerURI..............................>
<Auth..........> <Status.......>
==========================================================================================
pjsip_sipgate/sip:sipgate.de:5060 pjsip_sipgate Registered
ParameterName : ParameterValue
==============...
2005 Jan 28
17
breakpoint not working
I keep getting:
No connection to breakpoint service at druby://localhost:42531
(DRb::DRbConnError)
Tries to connect will be made every 3 seconds...
This happens every time i run ./script/breakpointer using 0.9.5 on OSX
or Windows.
Any ideas?