search for: coseru

Displaying 12 results from an estimated 12 matches for "coseru".

Did you mean: closer
2003 Nov 11
4
Registering an application
Hello.. Maybe I'm asking something silly but..... How can I register my own app with * ? I've made a simple .so , but I cannot find it in asterisk when i type "show applications" Here is the code: #include <asterisk/lock.h> #include <asterisk/file.h> #include <asterisk/logger.h> #include <asterisk/channel.h> #include <asterisk/pbx.h> #include
2003 Apr 03
6
tc problem
Hello.. I have a linux box and I want to make priority on traffic generated by my LAN''s computers.. I don''t have a guaranted bandwidth, so I wanna use sfq... I want to make traffic to port 80 , 443 , 25 & 110 PRIORITY 1 Traffic src or dest 192.168.0.2 to make priority 2 And the rest to put it in proiority 3.. I did the following : tc qdisc add dev eth0 root handle 1:
2003 Oct 28
2
Another Segmentation Fault (Recording sound)
== Parsing '/etc/asterisk/adsi.conf': Found -- Accepting call from '890003' to '185' on channel 27, span 1 -- Executing Answer("Zap/27-1", "") in new stack -- Executing Record("Zap/27-1", "soundexampless:mp3") in new stack -- Playing 'beep' WARNING[360468]: File translate.c, Line 128
2003 Nov 07
2
Modem as a FXO
Can I use a modem and a soundcard as an fxo ? I've read in the documentation something , but how can I do that ? Regards Alex -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031107/2c4e43ce/attachment.htm
2004 Jan 17
3
SS7 over Asterisk ?
Hello.. I have a customer who wants to connect 2 PBX's over IP.. The setup should look like this: [PBX] <-- SS7 --> [Asterisk] <-- IAX --> [Asterisk] <-- SS7 --> [PBX] Since there are no SS7 cards , I was thinking at a way of carrying the E1 data as bulk...Can I do that ? How ? Is possible a scenario like this ? I'm thinking of IAX because I don't
2003 Oct 26
1
SIP auth
Hello.. There is another way of doing SIP auth other then manually add the user & passwords to sip.conf ? I'm talking about radius or postgres.. Regards Alex -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031026/3140157a/attachment.htm
2003 Oct 27
1
SIP -> H323 Seg fault.
A very strange problem.. * dies with seg fault when calling from SIP to h323 WARNING[589848]: File chan_oh323.c, Line 2429 (alerted_h323_connection): Call with reference 183 in unexpected state (4). -- Called 113506 -- H323:183 answered SIP/alex-1e48 Segmentation fault I'm using Mandrake 9.1 , lastest * ( 3 day old from cvs) , and oh323 last version.. here are my configs:
2003 Dec 17
1
PRI Error messages
Hello... Does anybody knows what is the meaning of thoose messages ? What i'm doing wrong here ? The * works fine , both incoming and outgoing services.. WARNING[163851]: File chan_zap.c, Line 5683 (zt_pri_error): PRI: Read on 47 failed: Unknown error 500 PRI got event: 8 WARNING[163851]: File chan_zap.c, Line 5683 (zt_pri_error): PRI: Read on 47 failed: Unknown error 500 PRI got event: 6
2013 Dec 09
0
Gluster - replica - Unable to self-heal contents of '/' (possible split-brain)
Hello, I''m trying to build a replica volume, on two servers. The servers are: blade6 and blade7. (another blade1 in the peer, but with no volumes) The volume seems ok, but I cannot mount it from NFS. Here are some logs: [root@blade6 stor1]# df -h /dev/mapper/gluster_stor1 882G 200M 837G 1% /gluster/stor1 [root@blade7 stor1]# df -h /dev/mapper/gluster_fast
2004 Jan 17
0
Combining 2 AUDIO Frames
Hello Does anybody has a good ideea for combining 2 audio frames (from 2 different channels) in order to send them to an 3rd channel ? I can't send them both cause it seems that i'm overflowing the 3rd channels and it drops the 2nd frame (kind of logic, though).. I have two channels , "bridged" by a loop , and I have access to frames from each channels.. Thanks Alex
2003 Nov 06
0
fwmark and u32
Hello.. How can I specify a class for htb based on a fwmark and user ip ? For instance: I have some routes marked with fwmark and their are very-high speed connections... But only to some IP''s.. For the rest , I must limit the user to 64Kbits Now , how can I limit the high speed connections ? I must create a rule and take in account both fwmark and IP ? To be more specific , I want
2003 May 11
1
what''s wrong with the last line ?
tc qdisc del dev eth1 root tc qdisc add dev eth1 root handle 10: prio bands 6 tc qdisc add dev eth1 parent 10:1 handle 20: bfifo tc qdisc add dev eth1 parent 10:2 handle 30: bfifo tc qdisc add dev eth1 parent 10:3 handle 40: bfifo tc qdisc add dev eth1 parent 10:4 handle 50: bfifo tc qdisc add dev eth1 parent 10:5 handle 60: bfifo tc qdisc add dev eth1 parent 10:6 handle 70: bfifo # www traffic