Displaying 6 results from an estimated 6 matches for "endpoint_intern".
Did you mean:
endpoint_internal
2015 Mar 05
2
PJSIP configuration for AWS/EC2 based Asterisk 13.1.0
...type=transport
protocol=udp
bind=0.0.0.0
local_net=172.31.32.0/20
; In the following two lines, replace "<publicIP>" with the output of
; curl -s http://169.254.169.254/latest/meta-data/public-ipv4
external_media_address=<publicIP>
external_signaling_address=<publicIP>
[endpoint_internal](!)
type=endpoint
context=from-internal
disallow=all
allow=ulaw
direct_media=no
[auth_userpass](!)
type=auth
auth_type=userpass
[aor_dynamic](!)
type=aor
max_contacts=1
remove_existing=yes
;Definitions for our phones, using the templates above
;; usernames and passwords etc. below
My securit...
2015 Jan 08
4
Asterisk 13.1.0/PJSIP peer IP address issue
...)
using pjsip
qualify demo-alice etc., after which the right IP addresses showed in pjsip
show endpoints. Anyway, it works as expected now, I think. My pjsip.conf is
now
[transport-udp]
type=transport
protocol=udp
bind=0.0.0.0
local_net=192.168.1.0/24
;Templates for the necessary config sections
[endpoint_internal](!)
type=endpoint
context=from-internal
disallow=all
allow=ulaw
[auth_userpass](!)
type=auth
auth_type=userpass
[aor_dynamic](!)
type=aor
max_contacts=1
remove_existing=yes
;Definitions for our phones, using the templates above
[demo-alice](endpoint_internal)
auth=demo-alice
aors=demo-alice
ma...
2015 Mar 06
0
PJSIP configuration for AWS/EC2 based Asterisk 13.1.0
...transport
protocol=udp
bind=0.0.0.0
;; for within EC2
local_net=172.31.32.0/20
;; For softphones within EC2
local_net=192.168.1.0/24
external_media_address=<publicIPOfEC2Instance>
external_signaling_address=<publicIPOfEC2Instance>
;Templates for the necessary config sections
[endpoint_internal](!)
type=endpoint
context=from-internal
disallow=all
allow=!all,ulaw
direct_media=no
rtp_symmetric=yes
On Thu, Mar 5, 2015 at 5:52 PM, Sonny Rajagopalan <
sonny.rajagopalan at gmail.com> wrote:
> Hello All,
>
> I have an Asterisk server v13.1.0 running on EC2 and I am abl...
2015 Jan 09
0
Asterisk 13.1.0/PJSIP peer IP address issue
...e right IP addresses
> showed in pjsip show endpoints. Anyway, it works as expected now, I
> think. My pjsip.conf is now
>
> [transport-udp]
> type=transport
> protocol=udp
> bind=0.0.0.0
> local_net=192.168.1.0/24
> ;Templates for the necessary config sections
>
> [endpoint_internal](!)
> type=endpoint
> context=from-internal
> disallow=all
> allow=ulaw
>
> [auth_userpass](!)
> type=auth
> auth_type=userpass
>
> [aor_dynamic](!)
> type=aor
> max_contacts=1
> remove_existing=yes
> ;Definitions for our phones, using the templates above...
2015 Jan 08
2
Asterisk 13.1.0/PJSIP peer IP address issue
I am following the instructions in
https://wiki.asterisk.org/wiki/display/AST/Basic+PBX+Functionality and I am
trying to make a call from extension Alice (6001) to extension for Bob
(6002). When I make the call, I can hear the ringing on Alice's phone
(caller), but Bob's phone (callee) doesn't ring, or show a call coming in
from Alice. My setup and environment is as follows: Alice, Bob
2016 Feb 15
2
Asterisk 13.6.0/The simplest TCP configuration does not work
This question was asked by Chirag on March 4 2015 earlier, but I am
following exactly the same procedure here and I cannot even get my clients
to register on Asterisk.
Here's my PJSIP.conf:
[transport-tcp]
type=transport
protocol=tcp
bind=0.0.0.0:5061
...
[endpoint_internal](!)
type=endpoint
context=from-internal
disallow=all
allow=!all,ulaw
direct_media=no
rtp_symmetric=yes
message_context=text-context
[auth_userpass](!)
type=auth
auth_type=userpass
[aor_dynamic](!)
type=aor
max_contacts=1
remove_existing=yes
;;; Configuration for user 99999999
...
I used basic...