only part of dialplan available

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.

5 Responses to “only part of dialplan available”

  1. Anonymous said:

    Aug 28, 10 at 5:25 am

    First of all explan your dial plan and extensions…..

    i will resolve that…

    Regards,

    Kishor kumar

  2. Anonymous said:

    Aug 28, 10 at 5:30 am

    becaus your call rules are are mismatched…

    kishor

  3. Jonas Kellens said:

    Aug 28, 10 at 5:47 am

    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:

  4. "Bryant Zimmerman" said:

    Aug 28, 10 at 7:21 am

    I 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. –

  5. Tilghman Lesher said:

    Aug 28, 10 at 10:24 am

    That would be because “;–” starts a multi-line comment that can only be
    ended with “–;”.