only part of dialplan available
Tags: asterisk, call, contexts, extension, file extensions, linux, sip, test2, work
Hello list,
yesterday I finished work having my whole dialplan available…
Today I want to make a call from one local phone to another and I get this :
[Aug 28 10:48:57] NOTICE[1895]: chan_sip.c:15144 handle_request_invite:
Call from ‘test2′ to extension ’60′ rejected because extension not found.
Although I have this context :
[from-TEST]
where all my local extensions are defined…
Yesterday all went fine, today it no longer works.
With the command “dialplan show [tab]“, I also see only a small part of
all my defined contexts…
Reloading, restarting… it all does not help…
When I look at my file extensions.conf, it has not changed !! Asterisk
just only loads 20% of the total dialplan…
Using asterisk 1.4.30. Don’t know which nightmare Asterisk had last
night, but it’s all messed up this morning !
Anyone has had the same experience yet ?! Any solution ?!
Kind regards,
Jonas.
Anonymous said:
Aug 28, 10 at 5:25 amFirst of all explan your dial plan and extensions…..
i will resolve that…
Regards,
Kishor kumar
Anonymous said:
Aug 28, 10 at 5:30 ambecaus your call rules are are mismatched…
kishor
Jonas Kellens said:
Aug 28, 10 at 5:47 amWhat I saw was that Asterisk stumbles when putting a comment like this :
;–> bla bla !!!
It should be :
; –> bla bla !!!
So with a space between ; and –>
The rest of my dialplan came available when doing this… So problem solved.
Jonas.
On 08/28/2010 11:25 AM,
href=”mailto:kishorej@techroutes.com”>kishorej@techroutes.com wrote:
"Bryant Zimmerman" said:
Aug 28, 10 at 7:21 amI have found it best when doing remarks to not use the ;- combination as I
have seen it cause failuers on dialplan reload.
Bryant
What I saw was that Asterisk stumbles when putting a comment like this :
;–> bla bla !!!
It should be :
; –> bla bla !!!
So with a space between ; and –>
The rest of my dialplan came available when doing this… So problem
solved.
Jonas.
On 08/28/2010 11:25 AM,
href=”mailto:kishorej@techroutes.com”>kishorej@techroutes.com wrote: First of all explan
your dial plan and extensions….. i will resolve that… Regards,
Kishor kumar Hello list, yesterday I finished work having my whole
dialplan available… Today I want to make a call from one local phone to
another and I get this : [Aug 28 10:48:57] NOTICE[1895]: chan_sip.c:15144
handle_request_invite: Call from ‘test2′ to extension ’60′ rejected because
extension not found. Although I have this context : [from-TEST] where
all my local extensions are defined… Yesterday all went fine, today it
no longer works. With the command “dialplan show [tab]“, I also see only
a small part of all my defined contexts… Reloading, restarting… it all
does not help… When I look at my file extensions.conf, it has not
changed !! Asterisk just only loads 20% of the total dialplan… Using
asterisk 1.4.30. Don’t know which nightmare Asterisk had last night, but
it’s all messed up this morning ! Anyone has had the same experience yet
?! Any solution ?! Kind regards, Jonas. –
Tilghman Lesher said:
Aug 28, 10 at 10:24 amThat would be because “;–” starts a multi-line comment that can only be
ended with “–;”.