[Home]

Summary:ASTERISK-20126: no jump to 's' extension
Reporter:Alex (hart323)Labels:
Date Opened:2012-07-12 08:40:40Date Closed:2012-07-12 09:09:37
Priority:MinorRegression?
Status:Closed/CompleteComponents:
Versions:SVN Frequency of
Occurrence
Constant
Related
Issues:
Environment:Attachments:
Description:Hello!

Asterisk does not jump to 's' extension with the following config:

extensions.conf

[trunk]
exten=> s,1,NoOp(--TEST--)

ooh323.conf

[general]
bindaddr=10.10.10.10
port=1720
faststart=yes
gatekeeper=DISABLE
mediawaitforconnect=yes
h323id=PBX
callerid=PBX
gatekeeper=no
context=from-pstn
disallow=all
allow=alaw
allow=ulaw
dtmfmode=inband
e164=100
h245tunneling = yes
progress_setup=8
progress_alert=8
faxdetect=yes

[dev1]
type=friend
context=trunk
host=192.168.10.10
port=1720
canreinvite=no
faxdetect=yes

CLI output:

[Jul 12 17:27:18] WARNING[14501][C-0000001f]: pbx.c:5948 __ast_pbx_run: Channel 'OOH323/dev1-0' sent to invalid extension but no invalid handler: context,exten,priority=trunk,4955184653,1
[Jul 12 17:27:18] ERROR[14500]: chan_ooh323.c:4428 configure_local_rtp: Channel has no owner
[Jul 12 17:27:18] ERROR[14500]: chan_ooh323.c:1932 ooh323_onReceivedSetup: Couldn't create rtp structure
Comments: