Koozali.org: home of the SME Server

AsteriskPBX

guest22

AsteriskPBX
« Reply #120 on: November 12, 2004, 08:19:39 AM »
Hi,

YFYI

1.0.0 is pretty stable (current 1.0.2) and has all the basic PBX functionality. There are some differences witn  the 0.7.x series, but not so much compared to the 0.9.x (mostly bug fixes)

RequestedDeletion

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
H323
« Reply #121 on: November 13, 2004, 03:15:21 AM »
Has anyone successfuly implemented the h.323 channels on asterisk? I'm trying to compile pwlib after doing flex and bison. I get stuck after ./configure when trying make:
[root@brio pwlib]# make
make[1]: Entering directory /root/pwlib'
set -e; for i in /root/pwlib; do make -C $i debugdepend debug; done
make[2]: Entering directory /root/pwlib'
Created dependencies.
set -e; make -C src/ptlib/unix debugdepend; make -C tools/asnparser debugdepend;
make[3]: Entering directory /root/pwlib/src/ptlib/unix'
g++ -DP_LINUX=2.4.20-18.7 -ffunction-sections -fdata-sections -D_REENTRANT -Wall  -fPIC -DP_USE_PRAGMA -g -D_DEBUG -DPMEMORY_CHECK=1 -DPHAS_TEMPLATES -I/root/pwlib/include/ptlib/unix -I/usr/include/pwlib -I/root/pwlib/include -M ../../ptclib/asner.cxx >> /root/pwlib/lib/obj_linux_x86_d/asner.dep
In file included from /root/pwlib/include/ptlib/contain.h:222,
                 from /root/pwlib/include/ptlib/unix/ptlib/contain.h:120,
                 from /root/pwlib/include/ptlib.h:139,
                 from ../../ptclib/asner.cxx:290:
/root/pwlib/include/ptlib/object.h:334:22: iostream.h: No such file or directory
/root/pwlib/include/ptlib/object.h:336:21: iomanip.h: No such file or directory
make[3]: *** [/root/pwlib/lib/obj_linux_x86_d/asner.dep] Error 1
make[3]: *** Deleting file /root/pwlib/lib/obj_linux_x86_d/asner.dep'
make[3]: Leaving directory /root/pwlib/src/ptlib/unix'
make[2]: *** [debugdepend] Error 2
make[2]: Leaving directory /root/pwlib'
make[1]: *** [libs] Error 2
make[1]: Leaving directory /root/pwlib'
make: *** [debuglibs] Error 2

Offline madadam

  • *
  • 149
  • +0/-0
    • http://www.extremetourist.com
AM and Destar
« Reply #122 on: December 09, 2004, 07:11:17 AM »
Has anyone had any experience with installing any of the various GUI configuration scripts/executables for Asterisk? Am and Destar seem to be the most likely suspects.

Cheers,

Adam
...

cydonia

AsteriskPBX
« Reply #123 on: December 09, 2004, 03:28:10 PM »
I installed Asterisk using Duncan's RPM, but it hasn't installed vmail.cgi.

Any idea how i would go about getting this?

I know i have to use make vwebmail, but not sure where to run this.


Thanks

guest22

AsteriskPBX
« Reply #124 on: December 09, 2004, 10:42:20 PM »
create an i-bay and put the cgi file into the correct dir. vmail is an option, not a default functionality.

cydonia

AsteriskPBX
« Reply #125 on: December 10, 2004, 06:43:07 AM »
Quote from: "guest22"
create an i-bay and put the cgi file into the correct dir. vmail is an option, not a default functionality.


I don't have vmail.cgi on the server though.  i have to do "make vwebmail", but i'm not sure where to do this since i never did "make install", having used Duncan's RPM instead.


Cheers.

guest22

AsteriskPBX
« Reply #126 on: December 10, 2004, 09:02:34 AM »
Just download a copy of * from CVS and copy vmail.cgi from it, it's just a script ;-)

cydonia

AsteriskPBX
« Reply #127 on: December 10, 2004, 06:03:00 PM »
Got it...:)

thanks.

Now if i can work out why it is coming up this error after i log in, then i'll be happy:)

malformed header from script. Bad header=<pre>Bleh, no /etc/asterisk/vo:


I swear, i'm never chaning my server again, its so annoying to get every back to the way it was...:P

kangkc

x100p compatibility?
« Reply #128 on: December 15, 2004, 09:20:19 AM »
Thanks to this wonderful post and I'm able to set up a Asterisk server within a short time on a test SME 6 server with two SIP softphones talking to each other. I'm pushing ahead to get a card to connect analog line to my Asterisk server (or SME server more specifically). Instead of rushing out to purchase the high end card, I intend to do more testing with a low end card and X100P seems to be the one. Any idea whther the X100P has the compatible driver that works with SME 6? I'm not a experience builder from source hence rpm disto based driver will be idea.

Anyone has a used/working X100P card willing to sell/ship to a country in Asia?

duncan

AsteriskPBX
« Reply #129 on: December 15, 2004, 11:31:09 AM »
There are zaptel packages here. I have not tried them - prefering to compile my own.

The X100P works well enough - although there are some delays (maybe a couple of rings). Perhaps you could try ATP for the card.

Skydiver

Install went fine but now
« Reply #130 on: December 22, 2004, 10:16:09 PM »
I completed the How To's and everything seemed to be ok. I started testing and this is what i find.

When i connect to asterisk using
asterisk -r or -vvvvvc : I note no errors

Then i make a call from the extension i note this :

cli > WARNING [17424]: channel .C.1816 ast_request: No Channel Type registered for 'ZAP'

cli > Notice [17424]: app_dial c:696 dial_exec: unable to create channel 1 of type 'ZAP'

Does anyone know the fix for this.

modprobe zaptel = no errors
modprobe wcfxo = no errors
ztcfg -vvv = no errors

I followed the how to for zaptel and asterisk located here, house keeping and all. e-smith 6 with x100p pci card single.

thanks

duncan

AsteriskPBX
« Reply #131 on: December 23, 2004, 01:17:49 AM »
I would guess you have a problem with your Zaptel or Extension configs.

Skydiver

compile asterisk error
« Reply #132 on: December 23, 2004, 01:35:56 AM »
term.c:1439: warning: assignment makes pointer from integer without a cast
make[1]: *** [editline.o_a] Error 1
make[1]: Leaving directory /home/erkang/asterisk/voicepet-single-x100p/asterisk/asterisk/editline'
make: *** [editline/libedit.a] Error 2

compile error of asterisk... does this tell anyone anything.. what can i do next


Zaptel loads on startup with no errors and shutdown dismounts correct with no errors. drivers load and everything seems ok untill i try and make a call. then i see the no registered channel for ZAP... i downloaded and tried to compile asterisk and get the above errors. when i am in cli> i note no zap commands ie... ZAP show peers say no command ZAP. Also note i have completed a search for chan.zap.so and i dont seem to have this file. i think this issue might be something like i am missing a dep. but i have installed all dep i can find relating to asterisk and zaptel.

Skydiver

Asterisk is and a green light on the x100p card
« Reply #133 on: December 30, 2004, 03:20:58 AM »
Thanks for the great how to and detailed posts.

I am only left with on small issue

how do i get wcfxo to run auto on startup. when every i restart the server. Zaptel is enabled and so is asterisk but nothing will work till i run.
modprobe zaptel
modprobe wcfxo
ztcfg

im sure i am missing something simple

thanks

pen25

AsteriskPBX
« Reply #134 on: January 02, 2005, 04:39:27 AM »
ok i want to try this and know this isnt a plug and play setup. wish one of the script writers would create a nice install script and a server manager template. anyway i have heard allot of good things about thisthim im going to try to set this up sometime this week.. anyone have any things they would do differently??