[asterisk-users] what is the magic needed from upgrading from 1.4 to 1.6

Jerry Geis geisj at pagestation.com
Tue Jul 22 12:21:44 CDT 2008


>
> On Mon, 2008-07-21 at 16:12 -0400, Jerry Geis wrote:
>
> >/ <------------>
> />/ �[Jul 21 12:53:56] NOTICE[4881]: chan_sip.c:16416 handle_request_invite: 
> /       Call from 'devcentos5x64_to_ebox4300' to extension
>       'mediaport_audio_visual' rejected because extension not found.
>
> Jerry--
>
> from the console, type "dialplan show smvoice-mediaport", and
> let's verify for certain that it's in there.
>
> I'll try to reproduce your problem in my test system here.
>
> murf
>   
Steve,

I get this:

dialplan show smvoice-mediaport
There is no existence of 'smvoice-mediaport' context
Command 'dialplan show smvoice-mediaport' failed.


my extensions.conf has a context:


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

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


Then express.dnis.conf has:
; This file is generated from MessageNet EMACS
; Phone Caller ID & DNIS Manager screen

; MMAUDIO   : EBOX 4300                      -
exten => mediaport_audio_visual,1,Goto(smvoice-mediaport-audio-visual,s,1)

[smvoice-mediaport-audio-visual]
exten => s,1,Playback(beep)
exten => s,n,Dial(Console/dsp)
exten => s,n,Hangup


Not seeing what the problem is here. especially since 1.2 and 1.4 both work.

Jerry




More information about the asterisk-users mailing list