[Freeswitch-users] OpenZap and TDM400p problems

Sias Mey sias at cpdata.co.za
Tue Oct 21 12:45:27 PDT 2008


Ah Ha ...

That sounds to me like a greatly likely problem... hmmm I shall
experiment further.. but I am thinking that trixswitch probably wanted
the files in /etc ... Thank you very much for your help. I am really
looking forward to some experimentation with this.

Sias


On Tue, Oct 21, 2008 at 11:59:00AM -0700, Michael Collins wrote:
>    I don't know about trixswitch but I do know about a regular svn
>    checkout. These files get put into the conf directory:
>    zt.conf, wanpipe.conf, pika.conf, tones.conf, and openzap.conf
>    There was a change somewhat recently; formerly all of those files were
>    found in /etc/openzap/ but that is no more. I don't know if trixswitch
>    is up to date on that.
>    Once you get downloaded make sure that you uncomment the line in
>    src/modules.conf that has openzap because it is not built by default.
>    When openzap builds (as part of the overall freeswitch build process)
>    it will place the above files in the conf directory for you to edit as
>    needed. If you do a "make samples" after the make && make install (and
>    you should) then you will get all of the default config xml files,
>    including conf/autoload_configs/openzap.conf.xml.
>    Hope this helps!
>    -MC
> 
>    On Tue, Oct 21, 2008 at 10:21 AM, Sias Mey <[1]sias at cpdata.co.za>
>    wrote:
> 
>      I dont have a wanpipe.conf or zt.conf but all the documentation I
>      can
>      find say I need an openzap.conf.
>      I was thinking permissions myself so I have tried pretty much
>      everything
>      I could there starting with the same permissions as the other
>      configs
>      and ending with world writable files and still no good, so I dont
>      think
>      its a permission issue.
>      I am currently installing all the other stuff I need to checkout and
>      compile from svn, since with nothing else to try that might at least
>      be
>      a step forward.
>      Thanks,
>      Sias
> 
>    On Tue, Oct 21, 2008 at 08:49:47AM -0700, Michael Collins wrote:
>    >    Do you have wanpipe.conf and zt.conf in your conf directory? Are
>    there
>    >    any permissions issues that need to be addressed?
>    >    -MC
>    >
> 
>    >    On Tue, Oct 21, 2008 at 8:25 AM, Sias Mey
>    <[1][2]sias at cpdata.co.za> wrote:
>    >
>    >      It would seem that way... since it is openzap complaining when
>    it
>    >      starts
>    >      up.
>    >      and there is a mod_openzap.so in the mods directory.
>    >
>    >    On Tue, Oct 21, 2008 at 07:56:59AM -0700, Michael S
>    Iokytwjnmiwqasxz
>    >    Collins wrote:
>    >    > Does trixswitch build openzap by default?
>    >    >
>    >    > -MC
>    >    >
>    >    > Sent from my iPhone
>    >    >
> 
>    >    > On Oct 21, 2008, at 7:28 AM, Sias Mey <[2][3]sias at cpdata.co.za>
>    wrote:
>    >    >
>    >    > > Hi,
>    >    > >
>    >    > > Im sure this has been beaten to death somewhere... but I have
>    no
>    >    idea
>    >    > > where. I have spent most of the day trying to get this sorted
>    out
>    >    but
>    >    > > now its just confounding me.
>    >    > >
>    >    > > OK ... I have a trixswitch 0.4 server that I want to add a
>    tdm400p
>    >    to.
>    >    > > I install all of the requirements (gcc, make, kernel-devel) to
>    >    > > actually
>    >    > > compile zaptel and managed to get the card show the following
>    >    > >
>    >    > > [root at trixswitch1 conf]# ztcfg -vvv
>    >    > >
> 
>      >    > > Zaptel Version: [3][4]1.4.12.1
> 
>    >    > > Echo Canceller: MG2
>    >    > > Configuration
>    >    > > ======================
>    >    > >
>    >    > >
>    >    > > Channel map:
>    >    > >
>    >    > > Channel 01: FXO Kewlstart (Default) (Slaves: 01)
>    >    > > Channel 02: FXS Kewlstart (Default) (Slaves: 02)
>    >    > > Channel 03: FXS Kewlstart (Default) (Slaves: 03)
>    >    > > Channel 04: FXS Kewlstart (Default) (Slaves: 04)
>    >    > >
>    >    > > 4 channels to configure.
>    >    > >
>    >    > > So all seems fine up to here. However starting freeswitch
>    yields
>    >    > >
>    >    > > 2008-10-21 16:19:32 [ERR] zap_io.c:2082
>    process_module_config()
>    >    Cannot
>    >    > > open wanpipe.conf
>    >    > > 2008-10-21 16:19:32 [ERR] zap_io.c:2082
>    process_module_config()
>    >    Cannot
>    >    > > open zt.conf
>    >    > > 2008-10-21 16:19:32 [ERR] zap_io.c:2155 zap_global_init() No
>    >    modules
>    >    > > configured!
>    >    > > 2008-10-21 16:19:32 [ERR] mod_openzap.c:1861
>    mod_openzap_load()
>    >    Error
>    >    > > loading OpenZAP
>    >    > > 2008-10-21 16:19:32 [CRIT] switch_loadable_module.c:734
>    >    > > switch_loadable_module_load_file() Error Loading module
>    >    > > /opt/freeswitch/mod/mod_openzap.so
>    >    > > **Module load routine returned an error**
>    >    > >
>    >    > > I have been messing arround with the conf/openzap.conf and
>    >    > > conf/autoload_configs/openzap.conf.xml but that message is the
>    only
>    >    > > thing I
>    >    > > can get it to show. I have checked the permissions on those
>    files
>    >    and
>    >    > > moved them arround in between the config dirs... but still no
>    luck.
>    >    > >
>    >    > > Any ideas? I know im missing something silly, I just dont know
>    >    what?.
>    >    > > Thanks,
>    >    > > Sias
>    >    > >
>    >    > > _______________________________________________
>    >    > > Freeswitch-users mailing list
> 
>      >    > > [4][5]Freeswitch-users at lists.freeswitch.org
>      >    > >
>      [5][6]http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>      >    > >
>      >
>      UNSUBSCRIBE:[6][7]http://lists.freeswitch.org/mailman/options/freesw
>      itch-u
>      >    sers
>      >    > > [7][8]http://www.freeswitch.org
>      >    >
>      >    > _______________________________________________
>      >    > Freeswitch-users mailing list
>      >    > [8][9]Freeswitch-users at lists.freeswitch.org
>      >    >
>      [9][10]http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>      >    >
>      >
>      UNSUBSCRIBE:[10][11]http://lists.freeswitch.org/mailman/options/free
>      switch-
>      >    users
>      >    > [11][12]http://www.freeswitch.org
>      >    _______________________________________________
>      >    Freeswitch-users mailing list
>      >    [12][13]Freeswitch-users at lists.freeswitch.org
>      >
>      [13][14]http://lists.freeswitch.org/mailman/listinfo/freeswitch-user
>      s
>      >
>      UNSUBSCRIBE:[14][15]http://lists.freeswitch.org/mailman/options/free
>      switch-
>      >    users
>      >    [15][16]http://www.freeswitch.org
>      >
>      > References
>      >
>      >    1. mailto:[17]sias at cpdata.co.za
>      >    2. mailto:[18]sias at cpdata.co.za
>      >    3. [19]http://1.4.12.1/
>      >    4. mailto:[20]Freeswitch-users at lists.freeswitch.org
>      >    5.
>      [21]http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>      >    6.
>      [22]http://lists.freeswitch.org/mailman/options/freeswitch-users
>      >    7. [23]http://www.freeswitch.org/
>      >    8. mailto:[24]Freeswitch-users at lists.freeswitch.org
>      >    9.
>      [25]http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>      >   10.
>      [26]http://lists.freeswitch.org/mailman/options/freeswitch-users
>      >   11. [27]http://www.freeswitch.org/
>      >   12. mailto:[28]Freeswitch-users at lists.freeswitch.org
>      >   13.
>      [29]http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>      >   14.
>      [30]http://lists.freeswitch.org/mailman/options/freeswitch-users
>      >   15. [31]http://www.freeswitch.org/
> 
>    > _______________________________________________
>    > Freeswitch-users mailing list
>    > [32]Freeswitch-users at lists.freeswitch.org
>    > [33]http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>    >
>    UNSUBSCRIBE:[34]http://lists.freeswitch.org/mailman/options/freeswitch-
>    users
>    > [35]http://www.freeswitch.org
>    _______________________________________________
>    Freeswitch-users mailing list
>    [36]Freeswitch-users at lists.freeswitch.org
>    [37]http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>    UNSUBSCRIBE:[38]http://lists.freeswitch.org/mailman/options/freeswitch-
>    users
>    [39]http://www.freeswitch.org
> 
> References
> 
>    1. mailto:sias at cpdata.co.za
>    2. mailto:sias at cpdata.co.za
>    3. mailto:sias at cpdata.co.za
>    4. http://1.4.12.1/
>    5. mailto:Freeswitch-users at lists.freeswitch.org
>    6. http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>    7. http://lists.freeswitch.org/mailman/options/freeswitch-u
>    8. http://www.freeswitch.org/
>    9. mailto:Freeswitch-users at lists.freeswitch.org
>   10. http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>   11. http://lists.freeswitch.org/mailman/options/freeswitch-
>   12. http://www.freeswitch.org/
>   13. mailto:Freeswitch-users at lists.freeswitch.org
>   14. http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>   15. http://lists.freeswitch.org/mailman/options/freeswitch-
>   16. http://www.freeswitch.org/
>   17. mailto:sias at cpdata.co.za
>   18. mailto:sias at cpdata.co.za
>   19. http://1.4.12.1/
>   20. mailto:Freeswitch-users at lists.freeswitch.org
>   21. http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>   22. http://lists.freeswitch.org/mailman/options/freeswitch-users
>   23. http://www.freeswitch.org/
>   24. mailto:Freeswitch-users at lists.freeswitch.org
>   25. http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>   26. http://lists.freeswitch.org/mailman/options/freeswitch-users
>   27. http://www.freeswitch.org/
>   28. mailto:Freeswitch-users at lists.freeswitch.org
>   29. http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>   30. http://lists.freeswitch.org/mailman/options/freeswitch-users
>   31. http://www.freeswitch.org/
>   32. mailto:Freeswitch-users at lists.freeswitch.org
>   33. http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>   34. http://lists.freeswitch.org/mailman/options/freeswitch-users
>   35. http://www.freeswitch.org/
>   36. mailto:Freeswitch-users at lists.freeswitch.org
>   37. http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>   38. http://lists.freeswitch.org/mailman/options/freeswitch-users
>   39. http://www.freeswitch.org/

> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org





More information about the FreeSWITCH-users mailing list