Displaying 6 results from an estimated 6 matches for "fromgw".
2015 Mar 13
2
PJSIP/Asterisk 13.1.0 incoming call via DID: No matching endpoint found
....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=sonnyGW1_auth
aors=sonnyGW1
[sonnyGW1]
type=identity
endpoint=sonnyGW1
match=65.254.44.194
In my extensions.conf, I have a context called fromgw that doesn't do much:
exten => s,1,Log(WARNING, Call via trunk: from ${EXTEN})
same => n,Answer()
same =...
2015 Mar 13
1
PJSIP/Asterisk 13.1.0 incoming call via DID: No matching endpoint found
Oh, wow! Changed it and now I am getting calls into my context (fromgw).
Unfortunately, the actual caller ID (6175551212) is not getting passed (but
I know Asterisk is getting this). How do I "reap" this actual caller ID in
my dialplan?
On Fri, Mar 13, 2015 at 4:55 PM, Joshua Colp <jcolp at digium.com> wrote:
> Sonny Rajagopalan wrote:
>
>...
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.
...think the dial does get executed (sonny calling outbound
202-555-1212):
core set verbose 3
Console verbose was OFF and is now 3.
-- Executing [912025551212 at from-internal:1] Log("PJSIP/sonny-00000031",
"NOTICE, Dialing out from "" <sonny> to 12025551212 through fromgw") in new
stack
[Mar 15 19:27:06] NOTICE[16648][C-00000022]: Ext. 912025551212:1 @
from-internal: Dialing out from "" <sonny> to 12025551212 through fromgw
-- Executing [912025551212 at from-internal:2]
Dial("PJSIP/sonny-00000031", "PJSIP/12025551212 at sonny...
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.
...sonny calling outbound
> 202-555-1212):
>
> core set verbose 3
> Console verbose was OFF and is now 3.
> -- Executing [912025551212 at from-internal:1]
> Log("PJSIP/sonny-00000031", "NOTICE, Dialing out from "" <sonny> to
> 12025551212 through fromgw") in new stack
> [Mar 15 19:27:06] NOTICE[16648][C-00000022]: Ext. 912025551212:1 @
> from-internal: Dialing out from "" <sonny> to 12025551212 through fromgw
> -- Executing [912025551212 at from-internal:2]
> Dial("PJSIP/sonny-00000031", "PJSIP/...
2015 Mar 25
0
PJSIP configuration for Asterisk 13.1.0/SIP trunk outbound calling
...erval=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=transport-udp
context=fromgw
allow=!all,ulaw
outbound_auth=sonnyGW1_auth
aors=sonnyGW1
from_domain=gw1.sip.us
[sonnyGW1]
type=identify
endpoint=sonnyGW1
match=65.254.44.194
;; All endpoints for internal extensions follow
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.c...
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.
That was the issue, thanks. I now am able to get the caller ringing on an
outbound call, but an external phone number (E164) I am dialing does not
ring.
On Sun, Mar 15, 2015 at 12:19 PM, George Joseph <george.joseph at fairview5.com
> wrote:
>
>
> On Sun, Mar 15, 2015 at 8:32 AM, Sonny Rajagopalan <
> sonny.rajagopalan at gmail.com> wrote:
>
>> I have setup my