Hi Im trying to get vgsm to work with callweaver, i had sucess to do it with chan_visdn with visdn-0.18 with hfc-pci cards and my experience is excelent , while in asterisk the audio without echo cancellation was terrible, seeming like we were talking through a fan, with callweaver it is simply cristal clear even without echo cancelation. To me callweaver have better advantages, better timers , T38 fax support , etc. Porting applications to callweaver is also easy , just change a few ref's from asterisk to callweaver and we're done, so, now i bought a vGsmII card to implement on our pbx system and we are making tests using callweaver.
Ive downloaded vstuff-0.21.0 and i managed to get it compiled cleanly. It boots ok , my dmesg tells me: vgsm2: pci:0000:07:00.0: vGSM-II card found at 0xde400000 vgsm2: pci:0000:07:00.0: HW version: 2.6.2 vgsm2: pci:0000:07:00.0: Serial number: 000000200009 vgsm2: pci:0000:07:00.0: GSM module sockets: 4 vgsm2: pci:0000:07:00.0: SIM sockets: 4 vgsm2: pci:0000:07:00.0: Module 0 is installed and powered OFF vgsm2: pci:0000:07:00.0: Module 1 is installed and powered OFF vgsm2: pci:0000:07:00.0: Module 2 is installed and powered OFF vgsm2: pci:0000:07:00.0: Module 3 is installed and powered OFF vgsm2: vGSM-II card successfully initialized 0000:07:00.0: vgsm2_sim0 at MMIO 0xde401040 (irq = 16) is a 16550D 0000:07:00.0: vgsm2_sim1 at MMIO 0xde401140 (irq = 16) is a 16550D 0000:07:00.0: vgsm2_sim2 at MMIO 0xde401240 (irq = 16) is a 16550D 0000:07:00.0: vgsm2_sim3 at MMIO 0xde401340 (irq = 16) is a 16550D 0000:07:00.0: vgsm2_me0 at MMIO 0xde404100 (irq = 16) is a 16550D 0000:07:00.0: vgsm2_mea0 at MMIO 0xde404140 (irq = 16) is a 16550D 0000:07:00.0: vgsm2_mesim0 at MMIO 0xde404180 (irq = 16) is a 16550D 0000:07:00.0: vgsm2_me1 at MMIO 0xde404900 (irq = 16) is a 16550D 0000:07:00.0: vgsm2_mea1 at MMIO 0xde404940 (irq = 16) is a 16550D 0000:07:00.0: vgsm2_mesim1 at MMIO 0xde404980 (irq = 16) is a 16550D 0000:07:00.0: vgsm2_me2 at MMIO 0xde405100 (irq = 16) is a 16550D 0000:07:00.0: vgsm2_mea2 at MMIO 0xde405140 (irq = 16) is a 16550D 0000:07:00.0: vgsm2_mesim2 at MMIO 0xde405180 (irq = 16) is a 16550D 0000:07:00.0: vgsm2_me3 at MMIO 0xde405900 (irq = 16) is a 16550D 0000:07:00.0: vgsm2_mea3 at MMIO 0xde405940 (irq = 16) is a 16550D 0000:07:00.0: vgsm2_mesim3 at MMIO 0xde405980 (irq = 16) is a 16550D vgsm2: VoiSmart vGSM-II Driver loaded usbcore: registered new interface driver hiddev input: ServerEngines SE USB Device as /class/input/input0 input: USB HID v1.11 Keyboard [ServerEngines SE USB Device] on usb-0000:00:1d.2-2 input: ServerEngines SE USB Device as /class/input/input1 input: USB HID v1.11 Mouse [ServerEngines SE USB Device] on usb-0000:00:1d.2-2 usbcore: registered new interface driver usbhid drivers/usb/input/hid-core.c: v2.6:USB HID core driver Real Time Clock Driver v1.12ac input: PC Speaker as /class/input/input2 mice: PS/2 mouse device common for all mice PM: Writing back config space on device 0000:07:01.0 at offset b (was 164714e4, writing cb0e11) PM: Writing back config space on device 0000:07:01.0 at offset 3 (was 0, writing 4008) PM: Writing back config space on device 0000:07:01.0 at offset 2 (was 2000000, writing 2000002) PM: Writing back config space on device 0000:07:01.0 at offset 1 (was 2b00000, writing 2b00006) PM: Writing back config space on device 0000:07:01.0 at offset 0 (was 164714e4, writing 16a714e4) tg3: eth0: Link is up at 100 Mbps, full duplex. tg3: eth0: Flow control is on for TX and on for RX. NET: Registered protocol family 10 lo: Disabled Privacy Extensions CAPI Subsystem Rev 1.1.2.8 capifs: Rev 1.1.2.3 capi20: Rev 1.1.2.7: started up with major 68 (middleware+capifs) ks-userport: kstreamer userport module loading PPP generic driver version 2.4.2 visdn-ppp: vISDN ppp gateway module loading visdn: loading visdn-netdev: Netdevice gateway loading But when callweaver starts it says: /usr/local/lib/callweaver/modules/chan_vgsm.so: undefined symbol: ks_conn How can i fix that :) Btw , on asterisk , i cant even compile , i get this errors " res_kstreamer.c:515: error: expected declaration specifiers or '...' before string constant res_kstreamer.c:516: error: expected declaration specifiers or '...' before 'AST_MODFLAG_GLOBAL_SYMBOLS' res_kstreamer.c:517: error: expected declaration specifiers or '...' before string constant res_kstreamer.c:518: error: expected declaration specifiers or '...' before '.' token res_kstreamer.c:519: error: expected declaration specifiers or '...' before '.' token res_kstreamer.c:520: error: expected declaration specifiers or '...' before ')' token res_kstreamer.c:520: warning: data definition has no type or storage class res_kstreamer.c:520: warning: type defaults to 'int' in declaration of 'AST_MODULE_INFO' " its Asterisk 1.2.13. Regards Carlos Galveias _______________________________________________ Visdn-hackers mailing list [email protected] https://mailman.uli.it/mailman/listinfo/visdn-hackers
