[asterisk-users] going from 1.4.21 to 1.6 beta 9

Jerry Geis geisj at pagestation.com
Fri Jul 18 20:32:53 CDT 2008


Jerry Geis wrote:
> 1.4 was working fine.
> I thought I would try 1.6 beta 9
>
> from my asteirsk 1.4 server to my asterisk client 1.6beta it wont 
> accept the call.
>
> [Jul 18 20:34:55] NOTICE[966]: chan_sip.c:16416 handle_request_invite: 
> Call from 'JJ' to extension 'mediaport_audio_visual' rejected because 
> extension not found.
>
> I changed nothing in the config files.
>
> I tried setting debug level to 5 and verbose to 5 all I still get is 
> the one liner above.
>
> Has something changed in 1.6 that affects incoming calls (that I have 
> not found)
> my sip.conf still has the context set to the correct value (as 1.4 did),
> my extensions.conf still has that context.
>
> Thanks for any pointers.
> Non-codec capabilities (dtmf): us - 0x1 (telephone-event), peer - 0x1 
> (telephone-event), combined - 0x1 (telephone-event)
> Peer audio RTP is at port 192.168.1.8:16642
> Looking for mediaport_audio_visual in smvoice-mediaport (domain 
> 192.168.1.25)
> 
> <--- Reliably Transmitting (no NAT) to 192.168.1.8:5060 --->
> SIP/2.0 404 Not Found
>
> Jerry
>
>
I found more information:

my sip.conf has:
context=smvoice-mediaport

The sip debug shows:
Non-codec capabilities (dtmf): us - 0x1 (telephone-event), peer - 0x1 
(telephone-event), combined - 0x1 (telephone-event)
Peer audio RTP is at port 192.168.1.8:16642
Looking for mediaport_audio_visual in smvoice-mediaport (domain 
192.168.1.25)

<--- Reliably Transmitting (no NAT) to 192.168.1.8:5060 --->
SIP/2.0 404 Not Found

my extensions.conf section:

[smvoice-mediaport]
exten => public_address,1,Goto(smvoice-mediaport-public-address,s,1)

#include "/etc/asterisk/express.dnis.conf"

then express.dnis.conf has:
exten => mediaport_audio_visual,1,Goto(smvoice-mediaport-audio-visual,s,1)

So its all there, it works in 1.4 but not in 1.6 b9

What gives? Thanks.

Jerry










More information about the asterisk-users mailing list