search for: 20zaptel

Displaying 4 results from an estimated 4 matches for "20zaptel".

Did you mean: 20patel
2004 Aug 08
1
Howto configure TE410P card and channels
An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040809/8f53bb6a/attachment.htm -------------- next part -------------- ? Hi There, We install asterisk in RH9. We've T1 line and four TE410P card. We wanted to configure this card. We used ztcfg to see the channel configuration. It shows like "Channels 0". How to configure
2004 Jun 18
1
trouble compiling zaptel-0.9.1 on YellowDog (PowerMac)
...t. First I tried to just unpack zaptel archive and do make clean; make install. Compiled fine, but during insallation I got the "unresolved symbols" error messages from depmod -a I did some research and followed instructions at http://www.voip-info.org/tiki-index.php? page=Asterisk%20Zaptel%20Installation I copied my config file. BTW: instructions above direct to: cp?/boot/config-2.4.28?/usr/src/.config Shouldn't that be: cp /boot/config-`uname -r` /usr/src/linux-`uname -r`/.config /usr/src does not seem like the right location to put .config into. I did menuconfig and make dep...
2008 Feb 09
2
[asterisk-dev] Monitor Asterisk using C
>Soumya Kat wrote: > What I would like to know is how to get information such as SIP users, > number of SIP connections and traffic associated with those from asterisk > using a C Code. >Russell Bryant > There is actually no good way to do this inside of Asterisk right now. It's > certainly all possible ... it's just software ... but there is no > straightforward
2008 Feb 28
1
C Code to connect to Asterisk Manager Interface
Hi, I have written a C code which would let me connect to the Asterisk Manager Interface. The code compiles successfully but on running the code I get unauthorized login shown in the Asterisk command line console. Here is my C code: #include<stdio.h> #include<netdb.h> #include<unistd.h> #include<string.h> #include<arpa/inet.h> #include<sys/types.h>