Lonnie,

I found the issue after looking at the above error... lol 
My fault.

Thanks!

Regards,

-- 
  Fernando Fuentes
  ffuen...@darktcp.net
  www.txweather.org

On Wed, Jun 29, 2016, at 11:18 AM, Fernando Fuentes wrote:
> 
> Lonnie,
> 
> Thanks for your reply.
> 
> The only thing I found that stands out is:
> 
> .............................[2016-06-29 11:16:40] NOTICE[4361]:
> cel_custom.c:95 load_config: No mappings found in cel_custom.conf. Not
> logging CEL to custom CSVs.
> ............................[2016-06-29 11:16:40] ERROR[4361]:
> config.c:1425 process_text_line: The file
> '/var/lib/asterisk/modules/*.conf' was listed as a #include but it does
> not exist.
> ....................[2016-06-29 11:16:40] ERROR[4361]: codec_dahdi.c:602
> find_transcoders: Failed to open /dev/dahdi/transcode: No such file or
> directory
> 
> Regards,
> -- 
>   Fernando Fuentes
>   ffuen...@darktcp.net
> 
> On Wed, Jun 29, 2016, at 11:12 AM, Lonnie Abelbeck wrote:
> > Fernando,
> > 
> > You are going to have to roll up your sleeves and dig deeper yourself.
> > 
> > It sounds like /etc/asterisk/extensions.conf is correct but Asterisk is
> > not using it.  I'm not sure how that could happen.
> > 
> > Take a look at your /etc/asterisk/asterisk.conf and make sure nothing is
> > funky there.
> > 
> > This might help from the CLI, look for red errors (ERROR) ...
> > --
> > # service asterisk stop
> > Stopping Asterisk...
> > # asterisk -c
> > --
> > 
> > Lonnie
> > 
> > 
> > On Jun 29, 2016, at 10:57 AM, Fernando Fuentes <digitaldis...@gmail.com>
> > wrote:
> > 
> > > Any other ideas out there team?
> > > 
> > > TIA!
> > > 
> > > -- 
> > >  Fernando Fuentes
> > >  ffuen...@darktcp.net
> > > 
> > > On Tue, Jun 28, 2016, at 08:46 PM, Fernando Fuentes wrote:
> > >> Lonnie,
> > >> 
> > >> Everything seems to check out ok as you describe.
> > >> I am not understanding why my dialplan is not taking in to the asterisk
> > >> application.
> > >> 
> > >> I have tested with several astlinux versions and they all give me the
> > >> same issue.
> > >> :(
> > >> 
> > >> Regards,
> > >> 
> > >> -- 
> > >>  Fernando Fuentes
> > >>  ffuen...@darktcp.net
> > >> 
> > >> On Tue, Jun 28, 2016, at 07:19 PM, Lonnie Abelbeck wrote:
> > >>> Fernando.
> > >>> 
> > >>>> Yes they are the same.
> > >>> 
> > >>> Good, so the Backup -> Restore worked as espected.
> > >>> 
> > >>> So, look on the "not working" system, when I issue via the CLI, you
> > >>> should not see any more than this ...
> > >>> --
> > >>> # show-union | grep asterisk
> > >>> /oldroot/mnt/asturw/stat/var/lib/asterisk
> > >>> /oldroot/mnt/asturw/.asterisk_history
> > >>> --
> > >>> 
> > >>> You should also see this ...
> > >>> --
> > >>> # ls -l /etc/asterisk
> > >>> lrwxrwxrwx    1 root     root            17 Jun 25 14:13 /etc/asterisk 
> > >>> ->
> > >>> /tmp/etc/asterisk
> > >>> 
> > >>> # ls -l /tmp/etc/asterisk
> > >>> lrwxrwxrwx    1 root     root            16 Jun 25 14:14
> > >>> /tmp/etc/asterisk -> /mnt/kd/asterisk
> > >>> --
> > >>> 
> > >>> Lonnie
> > >>> 
> > >>> 
> > >>> 
> > >>> On Jun 28, 2016, at 1:31 PM, Fernando Fuentes <digitaldis...@gmail.com>
> > >>> wrote:
> > >>> 
> > >>>> Lonnie,
> > >>>> 
> > >>>> Thank you for your reply.
> > >>>> Yes they are the same.
> > >>>> 
> > >>>> Regards,
> > >>>> 
> > >>>> -- 
> > >>>> Fernando Fuentes
> > >>>> ffuen...@darktcp.net
> > >>>> 
> > >>>> On Tue, Jun 28, 2016, at 10:33 AM, Lonnie Abelbeck wrote:
> > >>>>> Fernando,
> > >>>>> 
> > >>>>> Look at the file "/mnt/kd/asterisk/extensions.conf" on both systems, 
> > >>>>> is
> > >>>>> it the same as you would expect ?
> > >>>>> 
> > >>>>> Lonnie
> > >>>>> 
> > >>>>> 
> > >>>>> On Jun 28, 2016, at 10:12 AM, Fernando Fuentes 
> > >>>>> <digitaldis...@gmail.com>
> > >>>>> wrote:
> > >>>>> 
> > >>>>>> Team I have to astlinux servers.
> > >>>>>> The original server I run astlinux-1.2.6 i686 - Asterisk 1.8.32.3
> > >>>>>> 
> > >>>>>> The new server is astlinux-1.2.6.1 x86_64 - Asterisk 1.8.32.3
> > >>>>>> 
> > >>>>>>> From my original server I go to system and make  basic configuration
> > >>>>>> backup.
> > >>>>>> 
> > >>>>>> Than I go to my new system and restore that backup.
> > >>>>>> 
> > >>>>>> My new system is not working properly after the restore.
> > >>>>>> I cant receiver or make calls.
> > >>>>>> I get context errors. When I do dialplan show it shows me a empty
> > >>>>>> dialplan ie:
> > >>>>>> 
> > >>>>>> Connected to Asterisk 1.8.32.3 currently running on pbx (pid = 2345)
> > >>>>>> pbx*CLI> dialplan show
> > >>>>>> [ Context 'app_queue_gosub_virtual_context' created by 'app_queue' ]
> > >>>>>> 's' =>            1. NoOp()                                    
> > >>>>>> [app_queue]
> > >>>>>> 
> > >>>>>> [ Context 'app_dial_gosub_virtual_context' created by 'app_dial' ]
> > >>>>>> 's' =>            1. NoOp()                                    
> > >>>>>> [app_dial]
> > >>>>>> 
> > >>>>>> [ Context 'parkedcalls' created by 'features' ]
> > >>>>>> '700' =>          1. Park()                                    
> > >>>>>> [features]
> > >>>>>> 
> > >>>>>> -= 3 extensions (3 priorities) in 3 contexts. =-
> > >>>>>> pbx*CLI> 
> > >>>>>> 
> > >>>>>> On my original system the dialplan shows just fine.
> > >>>>>> 
> > >>>>>> Regards,
> > >>>>>> 
> > >>>>>> -- 
> > >>>>>> Fernando Fuentes
> > >>>>>> ffuen...@darktcp.net
> > >>>>>> 
> > >>>>>> ------------------------------------------------------------------------------
> > >>>>>> Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in 
> > >>>>>> San
> > >>>>>> Francisco, CA to explore cutting-edge tech and listen to tech 
> > >>>>>> luminaries
> > >>>>>> present their vision of the future. This family event has something 
> > >>>>>> for
> > >>>>>> everyone, including kids. Get more information and register today.
> > >>>>>> http://sdm.link/attshape
> > >>>>>> _______________________________________________
> > >>>>>> Astlinux-users mailing list
> > >>>>>> Astlinux-users@lists.sourceforge.net
> > >>>>>> https://lists.sourceforge.net/lists/listinfo/astlinux-users
> > >>>>>> 
> > >>>>>> Donations to support AstLinux are graciously accepted via PayPal to 
> > >>>>>> pay...@krisk.org.
> > >>>>>> 
> > >>>>>> 
> > >>>>> 
> > >>>>> 
> > >>>>> ------------------------------------------------------------------------------
> > >>>>> Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in 
> > >>>>> San
> > >>>>> Francisco, CA to explore cutting-edge tech and listen to tech 
> > >>>>> luminaries
> > >>>>> present their vision of the future. This family event has something 
> > >>>>> for
> > >>>>> everyone, including kids. Get more information and register today.
> > >>>>> http://sdm.link/attshape
> > >>>>> _______________________________________________
> > >>>>> Astlinux-users mailing list
> > >>>>> Astlinux-users@lists.sourceforge.net
> > >>>>> https://lists.sourceforge.net/lists/listinfo/astlinux-users
> > >>>>> 
> > >>>>> Donations to support AstLinux are graciously accepted via PayPal to
> > >>>>> pay...@krisk.org.
> > >>>> 
> > >>>> ------------------------------------------------------------------------------
> > >>>> Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
> > >>>> Francisco, CA to explore cutting-edge tech and listen to tech 
> > >>>> luminaries
> > >>>> present their vision of the future. This family event has something for
> > >>>> everyone, including kids. Get more information and register today.
> > >>>> http://sdm.link/attshape
> > >>>> _______________________________________________
> > >>>> Astlinux-users mailing list
> > >>>> Astlinux-users@lists.sourceforge.net
> > >>>> https://lists.sourceforge.net/lists/listinfo/astlinux-users
> > >>>> 
> > >>>> Donations to support AstLinux are graciously accepted via PayPal to 
> > >>>> pay...@krisk.org.
> > >>>> 
> > >>>> 
> > >>> 
> > >>> 
> > >>> ------------------------------------------------------------------------------
> > >>> Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
> > >>> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
> > >>> present their vision of the future. This family event has something for
> > >>> everyone, including kids. Get more information and register today.
> > >>> http://sdm.link/attshape
> > >>> _______________________________________________
> > >>> Astlinux-users mailing list
> > >>> Astlinux-users@lists.sourceforge.net
> > >>> https://lists.sourceforge.net/lists/listinfo/astlinux-users
> > >>> 
> > >>> Donations to support AstLinux are graciously accepted via PayPal to
> > >>> pay...@krisk.org.
> > >> 
> > >> ------------------------------------------------------------------------------
> > >> Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
> > >> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
> > >> present their vision of the future. This family event has something for
> > >> everyone, including kids. Get more information and register today.
> > >> http://sdm.link/attshape
> > >> _______________________________________________
> > >> Astlinux-users mailing list
> > >> Astlinux-users@lists.sourceforge.net
> > >> https://lists.sourceforge.net/lists/listinfo/astlinux-users
> > >> 
> > >> Donations to support AstLinux are graciously accepted via PayPal to
> > >> pay...@krisk.org.
> > > 
> > > ------------------------------------------------------------------------------
> > > Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
> > > Francisco, CA to explore cutting-edge tech and listen to tech luminaries
> > > present their vision of the future. This family event has something for
> > > everyone, including kids. Get more information and register today.
> > > http://sdm.link/attshape
> > > _______________________________________________
> > > Astlinux-users mailing list
> > > Astlinux-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/astlinux-users
> > > 
> > > Donations to support AstLinux are graciously accepted via PayPal to 
> > > pay...@krisk.org.
> > > 
> > > 
> > 
> > 
> > ------------------------------------------------------------------------------
> > Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
> > Francisco, CA to explore cutting-edge tech and listen to tech luminaries
> > present their vision of the future. This family event has something for
> > everyone, including kids. Get more information and register today.
> > http://sdm.link/attshape
> > _______________________________________________
> > Astlinux-users mailing list
> > Astlinux-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/astlinux-users
> > 
> > Donations to support AstLinux are graciously accepted via PayPal to
> > pay...@krisk.org.
> 
> ------------------------------------------------------------------------------
> Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
> present their vision of the future. This family event has something for
> everyone, including kids. Get more information and register today.
> http://sdm.link/attshape
> _______________________________________________
> Astlinux-users mailing list
> Astlinux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/astlinux-users
> 
> Donations to support AstLinux are graciously accepted via PayPal to
> pay...@krisk.org.

------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Reply via email to