Displaying 7 results from an estimated 7 matches for "support_path".
2016 Jun 13
2
PJSIP does not qualify contacts after starting Asterisk
...tact : sip:myurl:5060
default_expiration : 3600
mailboxes :
max_contacts : 0
maximum_expiration : 7200
minimum_expiration : 60
outbound_proxy : sip:myurl:5060
qualify_frequency : 30
qualify_timeout : 3.000000
remove_existing : false
support_path : false
So I think that those aors should be qualified automatically when I run Asterisk, but if I do "pjsip show contacts", I get that it was just Created but not qualified:
*CLI> pjsip show contacts
Contact: <Aor/ContactUri..............................> <Ha...
2016 Jun 13
2
PJSIP does not qualify contacts after starting Asterisk
...tact : sip:myurl:5060
default_expiration : 3600
mailboxes :
max_contacts : 0
maximum_expiration : 7200
minimum_expiration : 60
outbound_proxy : sip:myurl:5060
qualify_frequency : 30
qualify_timeout : 3.000000
remove_existing : false
support_path : false
So I think that those aors should be qualified automatically when I run Asterisk, but if I do "pjsip show contacts", I get that it was just Created but not qualified:
*CLI> pjsip show contacts
Contact: <Aor/ContactUri..............................> <Ha...
2016 Jul 01
2
CALLERID on pjsip doesn't work?
Asterisk 13.8
Is CALLERID(all) supposed to wok for pjsip? When I do this:
exten => 1234,Set(CALLERID(all)="Jon Doe" <+123456789>)
same => n,Dial(PJSIP/phone123, 30)
I expect the callerid to be as set, but is always seems to be "phone123",
the name of the endpoint.
Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2016 Jul 04
2
CALLERID on pjsip doesn't work?
...callerid I am trying to set doesn't appear anywhere.
I'm using your Sorcery stuff backing into astb for pjsip, but I've done a
little script to dump it back into text so I can override it in the config
file. Therefore it's a bit verbose. Thanks for looking.
[DEADDEADBEEF]
type=aor
support_path=true
default_expiration=3600
qualify_timeout=3.000000
mailboxes=
minimum_expiration=60
outbound_proxy=
voicemail_extension=
maximum_expiration=7200
qualify_frequency=0
authenticate_qualify=false
contact=
max_contacts=1
remove_existing=true
[DEADDEADBEEF]
type=auth
md5_cred=
realm=
auth_type=userpa...
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.......>
==========================================================================================
2016 Oct 15
3
Registered successfully, but after a minute or so no SIP messages anymore
...: 600
fatal_retry_interval : 0
forbidden_retry_interval : 0
line : false
max_retries : 10
outbound_auth : pjsip_sipgate
outbound_proxy :
retry_interval : 60
server_uri : sip:sipgate.de:5060
support_path : false
transport : 0.0.0.0-udp
Remind: Endpoint is currently unreachable, but asterisk shows
"Registered". Test call fails at this moment.
regards,
andre
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digi...
2011 May 26
8
Is there a way I can create a sub-layout with ERB?
I have 2 pages that have almost the same content except for stuff in
the middle. I''d basically like to have a sub-layout that wraps the
content that is different - exactly the way a normal layout file
would.
How can I call into a layout inside of erb? I''d like to do something
like this:
<%= render :sub-layout => "reusable-wrapper" %>