[asterisk-bugs] [JIRA] (ASTERISK-22672) Crash when dialing back to same device from dialplan when endpoint have outbound_proxy set.
Antti Yrjölä (JIRA)
noreply at issues.asterisk.org
Wed Oct 9 13:47:04 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=210852#comment-210852 ]
Antti Yrjölä commented on ASTERISK-22672:
-----------------------------------------
Dialplan:
[from-internal]
exten => 6000,1,Playback(tt-monkeys)
exten => 6000,n,Hangup()
exten => 7000,1,set(CALLERID(name)=Antti Yrjölä)
exten => 7000,n,Dial(PJSIP/6001)
exten => 7000,n,Hangup()
CLI:
-- Executing [7000 at from-internal:1] Set("PJSIP/6001-00000000", "CALLERID(name)=Antti Yrjölä") in new stack
-- Executing [7000 at from-internal:2] Dial("PJSIP/6001-00000000", "PJSIP/6001") in new stack
ayrjola-debian*CLI>
Disconnected from Asterisk server
Asterisk cleanly ending (0).
Executing last minute cleanups
endpoint:
[6001]
type=endpoint
transport=transport-udp
context=from-internal
outbound_proxy=192.168.56.102
disallow=all
allow=ulaw
;allow=gsm
auth=6001
aors=6001
[6001]
type=auth
auth_type=userpass
password=6001
username=6001
[6001]
type=aor
max_contacts=1
qualify_frequency=10 ; Interval at which to qualify an AoR (default: "0")
;contact=sip:6001 at 192.0.2.1:5060
> Crash when dialing back to same device from dialplan when endpoint have outbound_proxy set.
> -------------------------------------------------------------------------------------------
>
> Key: ASTERISK-22672
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22672
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Channels/chan_pjsip
> Affects Versions: 12.0.0-alpha1
> Environment: Linux ayrjola-debian 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1+deb7u1 x86_64 GNU/Linux
> Reporter: Antti Yrjölä
> Severity: Critical
>
> Crash when calling back to extension that made the call, with endpoint setting outbound_proxy.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list