Re: [Asterisk-Users] Need help with H.323

2003-09-19 Thread Roy Sigurd Karlsbakk
> > - Several people have told me chan_capi can work as a gatekeeper, so > > there should be no use for gnugk or any others. I have yet to find > > where this is hidden. FWICS, this is all commented out (ast_h323.cpp > > line 722). Is this right or have I overseen anything? > > i can confirm

[Asterisk-Users] h.323 - success

2003-09-18 Thread Roy Sigurd Karlsbakk
hi seems like things are closing in to something that might look like success. I have one problem left: I don't get ring indicator when I dial out from the h.323 phone... Sound is good, so it doesn't look like a codec problem. I'm using chan_capi with early B3. I also use gnugp to route the calls

[Asterisk-Users] Need help with H.323

2003-09-18 Thread Roy Sigurd Karlsbakk
Also - is it possible to run gnugk on the same host as asterisk? Thanks for all help Best regards Roy Sigurd Karlsbakk <[EMAIL PROTECTED]> ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] Radio for Music on Hold?

2003-09-18 Thread Roy Sigurd Karlsbakk
MP3Player("http://radio.hiof.no:8000/nrk-alltid-klassisk-128";) :) but I don't know how to hack MOH to do this roy On Thu, 2003-09-18 at 11:25, Gary wrote: > I noticed that this one hasn't been answered (again:) > > Just some ideas which might/mightnot work (I haven't tried them) > > you

[Asterisk-Users] chan_h323 as a gatekeeper?

2003-09-17 Thread Roy Sigurd Karlsbakk
hi IIRC, Jeremy once said that chan_h323 could be used as a gatekeeper but perhaps lacking a few features as compared to gnugk. Is this possible? I have some dlink DPH-100H phoes here for testing, but they require a gatekeeper, and if I can do it, I'd love to keep gnugk out of this. thanks roy

Re: [Asterisk-Users] chan_capi: Hanging channels - again

2003-08-14 Thread Roy Sigurd Karlsbakk
Up > > Bridged Call SIP/ola-ac25 > >SIP/ola-ac25 (default51676840 1 ) Up Dial > > CAPI/22545079:b51676840|300|T > > CAPI[contr2/22545066]/55 (torgeir22545066 1 )Down (None) > > (None) > > CAPI[contr2/22545066]/54 (torgeir

[Asterisk-Users] chan_capi: Hanging channels - again

2003-08-05 Thread Roy Sigurd Karlsbakk
- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 2254 5070 (work) +47 9801 3356 (mobile) Computers are like air conditioners. They stop working when you open Windows. ___ Asterisk-Users mailing list [EMAIL PROTECTED

Re: [Asterisk-Users] memory leak?

2003-08-04 Thread Roy Sigurd Karlsbakk
> You can turn on Asterisk's internal malloc debugging in the Makefile. > That can help track down the problem. Haven't found anything with that. from show memory summary: 200203 bytes allocated 1444 units total and after lifting the MGCP handset 200213 bytes allocated 1444 units total It'd b

[Asterisk-Users] mem leak in logger.c?

2003-08-04 Thread Roy Sigurd Karlsbakk
hi trying to learn the * code a little better ... is it only me, or is the 'struct msglist *m' never freed? seems like it's only padded with more data along ... roy -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 2254 5070 (work) +47 98

[Asterisk-Users] small fix in chan_mgcp.c

2003-08-04 Thread Roy Sigurd Karlsbakk
e; + } // Note: should really look at the 'freq' and '#chans' params too ast_rtp_set_rtpmap_type(sub->rtp, codec, "audio", mimeSubtype); free(mimeSubtype); -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.t

[Asterisk-Users] memory leak?

2003-08-01 Thread Roy Sigurd Karlsbakk
axfv|grep asterisk | tail -1 3206 pts/0S 0:00 0 410 37669 6076 1.1 \_ /usr/sbin/asterisk -gcp I don't know the code in asterisk that well... I tried stracing it, but I couldn't find anything roy -- Roy Sigurd Karlsbakk, Datavaktmester Pro

Re: [Asterisk-Users] isdn4linux/Teles16.3

2003-07-31 Thread Roy Sigurd Karlsbakk
> > is it possible to use a Teles16.3 via isdn4linux for the external phone > > connections (phone provider net)? > > Yes, it is. I tested using an old card I had lying around. I quickly > switched to a Fritz card and chan_capi however. This solved the big > issue I had with echo for me. > Since I

Re: [Asterisk-Users] Vonage

2003-07-31 Thread Roy Sigurd Karlsbakk
How about the SIP traffic, where the actual authentication goes? On Thursday 31 July 2003 18:07, Ricardo Villa wrote: > There is no way for you to know the vonage password associated with your > account. Even if you sniff out the tftp download, its encrypted. > > Ricardo > http://www.telesip.net

Re: [Asterisk-Users] (no subject)

2003-07-31 Thread Roy Sigurd Karlsbakk
plication can > help me. > But I don't know how. -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 2254 5070 (work) +47 9801 3356 (mobile) Computers are like air conditioners. They stop working when you open Windows. __

Re: [Asterisk-Users] Manager

2003-07-31 Thread Roy Sigurd Karlsbakk
e better with the Manager interface than with a regular > SSH connection? > > Thanks, > Dan > > - Original Message - > From: "Roy Sigurd Karlsbakk" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; "Rattana BIV" <[EMAIL PROTECTED]> &

Re: [Asterisk-Users] Manager

2003-07-31 Thread Roy Sigurd Karlsbakk
se attached file On Thursday 31 July 2003 14:25, Rattana BIV wrote: > Hi, > > > What can I do with Manager ? > > Is there some docs about it ? > > Rattana -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 2254 5070 (work) +47 9801

Re: [Asterisk-Users] Some stats

2003-07-31 Thread Roy Sigurd Karlsbakk
e. Completed calls are all in the > /var/log/asterisk/cdr-csv/Master.csv ...or use cdr_mysql to log current calls in a mysql database table. see the docs for more info -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 2254 5070 (work) +47 9801 3

Re: [Asterisk-Users] Microsoft SQL

2003-07-30 Thread Roy Sigurd Karlsbakk
t hard :) http://sourceforge.net/tracker/index.php?func=detail&aid=738128&group_id=29880&atid=541465 -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 2254 5070 (work) +47 9801 3356 (mobile) Computers are like air conditioners. They stop wor

Re: [Asterisk-Users] Asterisk installation

2003-07-29 Thread Roy Sigurd Karlsbakk
On Wednesday 30 July 2003 00:29, Wen Wen wrote: > ERROR[1024]: File chan_modem.c, Line 852 (load_module): Unable to load > config modem.conf er add this line to modules.conf noload => chan_modem.so potentially also these noload => chan_modem_aopen.so noload => chan_modem_bestdata.so noload => c

Re: [Asterisk-Users] Asterisk installation

2003-07-29 Thread Roy Sigurd Karlsbakk
On Wednesday 30 July 2003 00:29, Wen Wen wrote: > ERROR[1024]: File chan_modem.c, Line 852 (load_module): Unable to load > config modem.conf add this line noload => chan_modem.so ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com

Re: [Asterisk-Users] Asterisk installation

2003-07-29 Thread Roy Sigurd Karlsbakk
> But when I run the "safe_asterisk", I got the "Asterisk died with code 127" > error. run asterisk -gvvvc to get full error outputs :) roy ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] [Solved] CAPI with hanging channels

2003-07-29 Thread Roy Sigurd Karlsbakk
hi all seems the problem with chan_capi and hanging channels now is solved, thanks to kapejod and levon :) roy ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] VoiceMail2 Wish List

2003-07-29 Thread Roy Sigurd Karlsbakk
> Ah, now that you mention it, I implemented this in my patch also and then > forgot about it: messages that are too short (less than 3 seconds) or all > silence (messages that ended with silence and are not longer than > maxsilence) are deleted. You could search for "vm-tooshort". Perhaps this sh

RE: [Asterisk-Users] time and date stamp in voicemail

2003-07-27 Thread Roy Sigurd Karlsbakk
Mark: Will you add this to cvs? On Sun, 2003-07-27 at 04:06, Andy Hester wrote: > Tilghman, > I applied your voicemail_prompts patch and it works like a charm. Thanks > for donating the code and thanks to those that donated the voice prompts! > Another win for Asterisk > > Sincerely, >

Re: [Asterisk-Users] can't compile asterisk

2003-07-26 Thread Roy Sigurd Karlsbakk
can you send the output from the compiler? without it, it might be hard to troubleshoot On Sun, 2003-07-27 at 01:37, Tim Petlock wrote: > My compile of asterisk is bombing out in /usr/src/asterisk/res . I'm > running debian with kernel 2.4.21 (custom). Zaptel and libpri appear to > make okay. >

RE: [Asterisk-Users] Voicemail() problems - Long pauseafterincoming message recording ended.

2003-07-26 Thread Roy Sigurd Karlsbakk
Perhaps it'd be good to have asterisk queue the email instead of sitting there waiting for it to be sent? roy On Fri, 2003-07-25 at 17:27, Wade Weppler wrote: > What Steve says... Also, check your hosts file for strange entries. This > was the problem in our case. We had exactly the same sympt

Re: [Asterisk-Users] MSN Messenger(4.7) Setup

2003-07-25 Thread Roy Sigurd Karlsbakk
gt; server or the SIP name/password. > > Any help is appreciated. > > Neel > ___ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users -- Roy Sigurd Karlsbakk, Datavaktmester

Re: [Asterisk-Users] chan_capi error

2003-07-25 Thread Roy Sigurd Karlsbakk
> channel of type 'CAPI' > > does anybody know how to solve this ? > > regards > > Marian -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 2254 5070 (work) +47 9801 3356 (mobile) Computers are like air conditioners. They stop working

Re: [Asterisk-Users] Best software SIP client

2003-07-25 Thread Roy Sigurd Karlsbakk
if you're on windoze, msn 4.7 works fine. v5 and v6 doesn't, though roy On Mon, 2003-07-21 at 12:30, Stuart Hirst wrote: > Does anyone have any views on the best software base SIP client to use > that normal users could use with Asterisk without being too techie ? > > I have tried the X-Lite cl

Re: [Asterisk-Users] "Best" VoIP provider for Asterisk?

2003-07-20 Thread Roy Sigurd Karlsbakk
hi all sorry, this price was wrong www.global-gateway.net does 2.55c/min for end users and down to 1.921 for wholesale roy On Sun, 2003-07-20 at 17:46, Roy Sigurd Karlsbakk wrote: > We're using http://www.global-gateway.net/ > > I've compared their pricing with nufone.com,

Re: [Asterisk-Users] "Best" VoIP provider for Asterisk?

2003-07-20 Thread Roy Sigurd Karlsbakk
We're using http://www.global-gateway.net/ I've compared their pricing with nufone.com, and for what I can see, they're quite a bit below (.us @ 21c/min). They do not, however, have .us number termination. Their website sucks but the voip works. we have an IAX2 trunk over to their .uk site. roy

Re: [Asterisk-Users] Again Asterisk and VMWare - it works now!

2003-07-19 Thread Roy Sigurd Karlsbakk
IIRC you were given URLs for all sorts of cheapo PCs. Perhaps you've got an old P90 lying around? Or perhaps someone else has? Use that! Not vmware! If you're to use vmware, do it the other way around - linux host with vmware windoze guest. This works fine for me on my PC. On Sat, 2003-07-19 at 0

Re: [Asterisk-Users] Asterisk and VMWare

2003-07-14 Thread Roy Sigurd Karlsbakk
__ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air conditioners. They stop working when you open Windows. _

Re: [Asterisk-Users] module : cdr_sybase.so

2003-07-14 Thread Roy Sigurd Karlsbakk
iable_retrieve(cfg,"global","hostname"); > dbname = ast_variable_retrieve(cfg,"global","dbname"); > dbuser = ast_variable_retrieve(cfg,"global","user"); > password = ast_variable_retrieve(cfg,"global","password&qu

Re: [Asterisk-Users] more abou msn

2003-07-11 Thread Roy Sigurd Karlsbakk
t; Asterisk-Users mailing list > > [EMAIL PROTECTED] > > http://lists.digium.com/mailman/listinfo/asterisk-users > > ___ > Yahoo! Messenger - Nueva versión GRATIS > Super Webcam, voz, caritas animadas, y más... > http://messe

[Asterisk-Users] Chan_whatever and hanging channels

2003-07-10 Thread Roy Sigurd Karlsbakk
> > > >Thanks.. > > I had same problem - just rolled back to 0.2.1a I've had this on all chan_capi versions. and: > On Wednesday 09 July 2003 15:09, Petr Michálek wrote: > Sometimes I have same problems with Zap channels. > > Petr Michalek so, klaus-peter, this pr

Re: [Asterisk-Users] Activate MySQL logging

2003-07-06 Thread Roy Sigurd Karlsbakk
> on startup asterisk (asterisk -c) starts ok? > i.e. if wrong data is given onto cdr_mysql.conf , > asterisk won't start at all. Try to 'show modules' in asterisk, and look for the following line cdr_mysql.so MySQL CDR Backend0 roy ___

[Asterisk-Users] soundcore???

2003-06-19 Thread Roy Sigurd Karlsbakk
hi all does anyone have the soundcore lib? I need it for a slackware installation of gnophone ... perhaps it's time to return it to the new cvs? -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air conditioners. They

[Asterisk-Users] chan_capi and hanging channels

2003-06-16 Thread Roy Sigurd Karlsbakk
n (None) (None) CAPI[contr2/22545070] (roy22545070 1 )Down (None) (None) 18 active channel(s) -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air conditioners. They stop w

[Asterisk-Users] show application DISA

2003-06-14 Thread Roy Sigurd Karlsbakk
sscode|context|"My Phone" <(234) 123-4567> or full-pathname-of-passcode-file|"My Phone" <(234) 123-4567>. Note that in the case asterisk1*CLI> -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 33

Re: [Asterisk-Users] Voicemail message as e-mail attachment

2003-06-12 Thread Roy Sigurd Karlsbakk
CTED] > http://lists.digium.com/mailman/listinfo/asterisk-users -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air conditioners. They stop working when you open Windows. ___ As

[Asterisk-Users] shutdown cancel?

2003-06-12 Thread Roy Sigurd Karlsbakk
hi all as with the standard 'shutdown' command, it'd be nice to have a 'canceller' to 'die when convenient'. is this a heavy task to add? roy -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like

Re: [Asterisk-Users] Clock skew detected

2003-06-12 Thread Roy Sigurd Karlsbakk
clues anyone? This has nothing to do with asterisk. touch /tmp/asdf ; find / -type f -anewer /tmp/asdf -exec touch {} \; roy -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air conditioners. They stop working w

[Asterisk-Users] 2 different chan_capi core dumps

2003-06-12 Thread Roy Sigurd Karlsbakk
(CMSG=0x101) at chan_capi.c:1914 #3 0x407772b9 in do_monitor (data=0x0) at chan_capi.c:1941 #4 0x40020d53 in pthread_start_thread () from /lib/libpthread.so.0 #5 0x4019a3f7 in clone () from /lib/libc.so.6 -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801

[Asterisk-Users] help! I still can't use more than 1 of the 2 BRIs on my AVM C2 (chan_capi)

2003-06-12 Thread Roy Sigurd Karlsbakk
hi all I still can't use both BRIs on the AVM C2 with chan_capi. This is _annoying_ since people have started complaining about the number of available lines. Have anyone else seen this? thanks roy -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801

Re: [Asterisk-Users] chan_capi with avm c2 only uses one BRI

2003-06-04 Thread Roy Sigurd Karlsbakk
I can call out of both, but not at the same time On Wednesday 04 June 2003 12:36, T Aksoy wrote: > Are you sure that your telco hasn't busied one of them out? We had a > similar problem. > > - Original Message ----- > From: "Roy Sigurd Karlsbakk" <[EMAIL PR

[Asterisk-Users] chan_capi with avm c2 only uses one BRI

2003-06-04 Thread Roy Sigurd Karlsbakk
hi all it seems like whatever I do, I can't use more than 1 BRI on my AVM C2 with chan_capi. Both channels seem to work, but not at the same time. And - yes - they're connected to different NT boxes :) Any ideas? kapejod? -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV

Re: [Asterisk-Users] nagios plugin to check asterisk

2003-06-02 Thread Roy Sigurd Karlsbakk
Or what do you think? > I'm currently using zabbix (good but little plugin support). See above for asterisk and plugins. Asterisk is generally a framework as compared to what I can see about zabbix. The bad thing about asterisk, is that changing the system's outfit isn't done in

[Asterisk-Users] nagios plugin to check asterisk

2003-05-30 Thread Roy Sigurd Karlsbakk
those using nagios may use this plugin licence is GPL or something :) -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air conditioners. They stop working when you open Windows. check_asterisk Description: Perl program

Re: [Asterisk-Users] chan_capi request

2003-05-30 Thread Roy Sigurd Karlsbakk
vice for outgoing calls to SCREAM at people > (txgain=10) ... ;-) > but i will add an option in the global section (so that the device > setting overrides the global option). > > regards > > kapejod -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47

[Asterisk-Users] manager interface change request

2003-05-30 Thread Roy Sigurd Karlsbakk
ion: 98013356 Priority: 1 Link: CAPI[contr2/22545070] -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air conditioners. They stop working when you open Windows. ___ Asterisk-Users maili

[Asterisk-Users] Fault tolerance?

2003-05-30 Thread Roy Sigurd Karlsbakk
hi all what sort of fault tolerance (if any) exists for asterisk? roy ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] ILS - Internet Locator Service ?

2003-05-28 Thread Roy Sigurd Karlsbakk
asterisk > . > > > > ___ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air conditioners. They s

[Asterisk-Users] chan_capi request

2003-05-28 Thread Roy Sigurd Karlsbakk
global], either as a given 'default' if nothing's set in the interfaces, or as a overall global. I just can't see the use of setting gain on individual interfaces -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like

[Asterisk-Users] OS X support?

2003-04-03 Thread Roy Sigurd Karlsbakk
hi Can I use Asterisk with OS X? roy -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air conditioners. They stop working when you open Windows. ___ Asterisk-Users mailing list [EMAIL

[Asterisk-Users] More D-Link/MGCP probs.

2003-03-28 Thread Roy Sigurd Karlsbakk
See below... On Friday 28 March 2003 11:36, Pavel Litvinenko wrote: > Roy Sigurd Karlsbakk wrote: > >On Thursday 27 March 2003 11:26, Pavel Litvinenko wrote: > >>Roy, could you tell me how to reset config on the phone to default > >>(forgot password) ? >

Re: [Asterisk-Users] WriteFormat and WriteFormat

2003-03-27 Thread Roy Sigurd Karlsbakk
On Thursday 27 March 2003 14:59, Christopher Arnold wrote: > On Thu, 27 Mar 2003, Roy Sigurd Karlsbakk wrote: > > On Thursday 27 March 2003 14:11, Christopher Arnold wrote: > > > ATA186-SIP-Asterisk-isdnBRI-Asterisk-Voicemail > > > > isdn4linux or capi? > >

Re: [Asterisk-Users] WriteFormat and WriteFormat

2003-03-27 Thread Roy Sigurd Karlsbakk
On Thursday 27 March 2003 14:11, Christopher Arnold wrote: > ATA186-SIP-Asterisk-isdnBRI-Asterisk-Voicemail isdn4linux or capi? -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air conditioners. They stop working when you o

Re: [Asterisk-Users] Linux distro fixation?

2003-03-27 Thread Roy Sigurd Karlsbakk
't want to step on toes, I just think that a combined package would > > be easier/better for us users to compile/install > > H.323 and easy don't go together at all. > > > Jeremy McNamara > > > > > ___ > Ast

Re: [Asterisk-Users] MGCP transfers?

2003-03-27 Thread Roy Sigurd Karlsbakk
On Wednesday 26 March 2003 16:59, Pavel Litvinenko wrote: > I have same needs, > there is good phone dlink dph-100m but * has no transfer in mgcp channel are you using that phone? any problems? what software version? -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.t

Re: [Asterisk-Users] chan_h323 core dump

2003-03-26 Thread Roy Sigurd Karlsbakk
0x0) at asterisk.c:1293 On Wednesday 26 March 2003 17:13, Nick wrote: > I was haveing similar problems till I updated to the very latest > openh323 & asterisk. I've got it working fine right now. > Nick > > On Thu, Mar 20, 2003 at 10:35:00AM +0100, Roy Sigurd Karl

Re: [Asterisk-Users] Interfacing with Asterisk from PHP

2003-03-26 Thread Roy Sigurd Karlsbakk
do you mean like gastman? -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air conditioners. They stop working when you open Windows. ___ Asterisk-Users mailing list [EMAI

Re: [Asterisk-Users] Linux distro fixation?

2003-03-26 Thread Roy Sigurd Karlsbakk
X_ThreadStart(void*) () from /usr/src/pwlib/lib/libpt_linux_x86_r.so.1 #8 0x4001fd53 in pthread_start_thread () from /lib/libpthread.so.0 -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air conditioners. They stop working whe

[Asterisk-Users] Error with incoming sound in chan_mgcp/chan_capi + dlink (intermittently)

2003-03-26 Thread Roy Sigurd Karlsbakk
hi sometimes (and I really can't see why), my dlink phone stops sending me sound. The called/calling part receives audio from me, but neither CAPI early B ring tones or voice comes to me. Anyone with any nice ideas? roy -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS -

Re: [Asterisk-Users] Linux distro fixation?

2003-03-26 Thread Roy Sigurd Karlsbakk
On Wednesday 26 March 2003 12:57, Michael Manousos wrote: > Have you tried asterisk-oh323 (regarding H.323 support)? nope. I heard chan_h323 should be better... Does this work? Where can I find it? -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3

[Asterisk-Users] Linux distro fixation?

2003-03-26 Thread Roy Sigurd Karlsbakk
oy -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air conditioners. They stop working when you open Windows. ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.c

Re: [Asterisk-Users] core dump in chan_h323 (again) (and again)

2003-03-24 Thread Roy Sigurd Karlsbakk
:827 #10 0x4029d070 in load_module () at chan_h323.c:1580 #11 0x08053736 in ast_load_resource (resource_name=0x80c4468 "chan_h323.so") at loader.c:272 #12 0x080538c2 in load_modules () at loader.c:318 #13 0x0807804b in main (argc=2, argv=0xb954) at asterisk.c:1293 On Monday 24 March 200

Re: [Asterisk-Users] username option in sip.conf

2003-03-24 Thread Roy Sigurd Karlsbakk
; > the park in [] is used as a username always. But that would need one > more string in extensions.conf, to forward 999 to sip extension. > > or am I doing something wrong. I use the latest CVS, this issue AFAIK > has been the same since I`ve started using *. > > Thnx, -- Roy

Re: [Asterisk-Users] Channel Bank?

2003-03-24 Thread Roy Sigurd Karlsbakk
channel banks are there to connect analog phoes to. You'd better use some AVM C2 or C4 or even an E1/T1 card if the office is large... roy -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air conditioners. They stop wo

Re: [Asterisk-Users] core dump in chan_h323 (again)

2003-03-24 Thread Roy Sigurd Karlsbakk
On Saturday 22 March 2003 16:30, Roy Sigurd Karlsbakk wrote: > > This looks a whole lot like the -rx 'reload' problem we've been having. > > > > Are you running latest CVS of everything? > > yes > > roy Just update to libc-2.3.1 and ran asteri

Re: [Asterisk-Users] core dump in chan_h323 (again)

2003-03-22 Thread Roy Sigurd Karlsbakk
This looks a whole lot like the -rx 'reload' problem we've been having. Are you running latest CVS of everything? yes roy ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users

[Asterisk-Users] core dump in chan_h323 (again)

2003-03-22 Thread Roy Sigurd Karlsbakk
hi running debian now... installed openh323, pwlib and chan_h323 from cvs. Starting asterisk with -gvvvc, the following happens: it starts, writes some status info, and 'KaBoom' on the output, waits ~13 seconds and dies. any ideas? vmstat output: -- procs

Re: [Asterisk-Users] Newbie issue. Error in compiling source code for zaptel drivers

2003-03-21 Thread Roy Sigurd Karlsbakk
ideas? > > > > Frank... > > > > ___ > > Asterisk-Users mailing list > > [EMAIL PROTECTED] > > http://lists.digium.com/mailman/listinfo/asterisk-users > > ___________ > Aste

[Asterisk-Users] Cell phone with Sound modem support? (was Nokia card support?)

2003-03-20 Thread Roy Sigurd Karlsbakk
ony Ericsson and stuff, and will come back later with results. What I'm trying to do, is to route all outgoing calls destined for cell phones through a cell phone, as this is cheaper than doing ISDN -> GDM calls (at least in Norway). roy -- Roy Sigurd Karlsbakk, Datavaktm

[Asterisk-Users] Nokia card support?

2003-03-20 Thread Roy Sigurd Karlsbakk
hi Nokia has this nokia card... Is it possible to use that for audio transport with Asterisk? -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air conditioners. They stop working when you open Windows

Re: [Asterisk-Users] CVS Back Online

2003-03-20 Thread Roy Sigurd Karlsbakk
to setup rsync'd CVS servers to be sure this never > occurs in the future. > > Next priority is going to be to recover the Digium web site. > > Mark > > ___ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists

[Asterisk-Users] chan_h323 core dump

2003-03-20 Thread Roy Sigurd Karlsbakk
r.c:272 #2 0x080538fc in load_modules () at loader.c:318 #3 0x080772da in main (argc=2, argv=0xb864) at asterisk.c:1293 #4 0x400aa1c4 in __libc_start_main () from /lib/libc.so.6 -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers ar

Re: [Asterisk-Users] Suggestion for IP phone devices.

2003-03-20 Thread Roy Sigurd Karlsbakk
ost some ~ $150 >> or so. > > Can you send any url from that company ?? > I wanna know it's resellers here in greece or if there are no resellers > the main site to contacte them. The best will be if you contact Andreas Sandvik <[EMAIL PROTECTED]> (also cc:ed t

Re: [Asterisk-Users] CVS Back Online

2003-03-20 Thread Roy Sigurd Karlsbakk
asterisk-users > _______ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/asterisk-users -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air condit

Re: [Asterisk-Users] Suggestion for IP phone devices.

2003-03-19 Thread Roy Sigurd Karlsbakk
y cost some ~ $150 or so. roy -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air conditioners. They stop working when you open Windows. ___ Asterisk-Users mailing list [

Re: [Asterisk-Users] asterisk list and spamassasin

2003-03-18 Thread Roy Sigurd Karlsbakk
On Monday 17 March 2003 05:07, Andres Tello Abrego wrote: > Does anyone over here use spamassasin, I belive the * list messages get > "treated" as spam... I've set up spamassassin to put spam in a separate folder, and I don't think I've ever seen any * mail go

[Asterisk-Users] CAPI errors...

2003-03-17 Thread Roy Sigurd Karlsbakk
ther channel's always SIP). I'm using an AVM C2 board. This was with Saturday's CVS. roy -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air conditioners. They stop working when you open Windows. ___

Re: [Asterisk-Users] IAX2 Trunking

2003-03-17 Thread Roy Sigurd Karlsbakk
T1 > using VoIP. What codec did you use here? roy -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air conditioners. They stop working when you open Windows. ___ Asteri

[Asterisk-Users] MGCP transfers?

2003-03-17 Thread Roy Sigurd Karlsbakk
hi anyone around that wants to write MGCP transfersfers in *? I need it, and I really don't know too much C... roy -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air conditioners. They stop working when you open Wi

[Asterisk-Users] bad sound after ~30 minutes

2003-03-15 Thread Roy Sigurd Karlsbakk
API with latest CVS roy -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air conditioners. They stop working when you open Windows. ___ Asterisk-Users mailing list [EMAIL

Re: [Asterisk-Users] chan_capi version 0.1.0 released

2003-03-13 Thread Roy Sigurd Karlsbakk
latency and echo. -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air conditioners. They stop working when you open Windows. ___ Asterisk-Users mailing list [EMAIL PROTECTED] http://

Re: [Asterisk-Users] CAPI errors...

2003-03-13 Thread Roy Sigurd Karlsbakk
> kapejod > > Am Don, 2003-03-13 um 12.35 schrieb Roy Sigurd Karlsbakk: > > hi > > > > I keep getting these errors all the time: > > > > ERROR[74780]: File chan_capi.c, Line 735 (capi_write): error sending > > DATA_B3_REQ (error=0x1102, datalen=160) >

Re: [Asterisk-Users] splitting the asterisk list?

2003-03-13 Thread Roy Sigurd Karlsbakk
an > > > > ___________ > > Asterisk-Users mailing list > > [EMAIL PROTECTED] > > http://lists.digium.com/mailman/listinfo/asterisk-users -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Comp

[Asterisk-Users] CAPI errors...

2003-03-13 Thread Roy Sigurd Karlsbakk
chan_capi.c, Line 735 (capi_write): error sending DATA_B3_REQ (error=0x1102, datalen=160) ERROR[74780]: File chan_capi.c, Line 735 (capi_write): error sending DATA_B3_REQ (error=0x1102, datalen=160) anyone that might know why? Klaus? roy -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http

[Asterisk-Users] splitting the asterisk list?

2003-03-13 Thread Roy Sigurd Karlsbakk
hi Is it only me, or is the asterisk mailing list growing rapidly? I've got an idea, although I don't know how good it is ;-) how about splitting the asterisk list between good old telephony with channel banks and telephones, and IP based telephony? roy -- Roy Sigurd

Re: [Asterisk-Users] chan_capi version 0.1.0 released

2003-03-13 Thread Roy Sigurd Karlsbakk
ar tzf chan_capi.0.1.0.tar.gz | head -2 chan_capi-0.1.0/ chan_capi-0.1.0/Makefile I'd be very grateful ;-) and - do you have this in CVS? Do you need CVS? thanks for the good work roy -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Compute

[Asterisk-Users] Help using Clarisys USB phone with Asterisk?

2003-03-13 Thread Roy Sigurd Karlsbakk
hi I just received two Clarisys USB phones. These look pretty straight forward, but I've no idea of how to configure them with gnophone or anything. Any good tips? Anyone that knows the tech specs? roy -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47

[Asterisk-Users] Fwd:patch

2003-03-10 Thread Roy Sigurd Karlsbakk
G_NOTICE,"inbanddtmf = %d\n",gw->inbandDTMF); + if (!ntohl(gw->addr.sin_addr.s_addr) && !gw->dynamic) { ast_log(LOG_WARNING, "Gateway '%s' lacks IP address and isn't dynamic\n", gw->name); free(gw); --- -- Roy Sigurd Karlsbakk,

Re: [Asterisk-Users] MSN Messenger Versions

2003-03-06 Thread Roy Sigurd Karlsbakk
ROTECTED] > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > -- > > William Walsh <[EMAIL PROTECTED]> > > Jabber: [EMAIL PROTECTED] > > > > ___ > > Asterisk-Users mailing list > > [EMAIL PROTECTED] > > h

Re: [Asterisk-Users] Serious memory leak in asterisk (manager)

2003-03-02 Thread Roy Sigurd Karlsbakk
k (280998 bytes) --24801--28717 retvals, 31% of reg-reg movs avoided (17578 bytes) On Sunday, Mar 2, 2003, at 15:24 Europe/Oslo, Roy Sigurd Karlsbakk wrote: hi all after getting some (or - a lot) of messages from nagios, claiming asterisk to be down, I found this out... astping xxx times rep

[Asterisk-Users] Serious memory leak in asterisk (manager)

2003-03-02 Thread Roy Sigurd Karlsbakk
hi all after getting some (or - a lot) of messages from nagios, claiming asterisk to be down, I found this out... astping xxx times repeatedly, and the manager fails to start. this little script was used for testing. below, I've pasted the output from 'ps axfv' before and after the DoS, showin

Re: [Asterisk-Users] Call Transfer Announcement

2003-03-02 Thread Roy Sigurd Karlsbakk
I need SIP, MGCP and (if possible) CAPI. It would be really cool to receive a call from A (externally), trying to reach B (internally) and then (after timeout) transfer that call to C (B's cell phone - externally) without having to bridge it in asterisk roy On Fri, 28 Feb 2003, Mark Spencer wrote

[Asterisk-Users] [REPOST] astping crashes asterisk manager module

2003-03-02 Thread Roy Sigurd Karlsbakk
ows the exactly same behavoir with asterisk dying after 245 astpings. this is highly reproducable. anyone that knows why? there's _no_ console output about this. roy On Wed, 26 Feb 2003, Roy Sigurd Karlsbakk wrote: > hi > > Just installed astping in Nagios (former netsaint), and it

[Asterisk-Users] logging all console output?

2003-02-27 Thread Roy Sigurd Karlsbakk
hi can I log all console output while having console access as with asterisk -vvvgc ? -- Roy Sigurd Karlsbakk, Datavaktmester ProntoTV AS - http://www.pronto.tv/ Tel: +47 9801 3356 Computers are like air conditioners. They stop working when you open Windows

[Asterisk-Users] Re: [Openh323gk-developer] error building gnugk (lastest version)

2003-02-26 Thread Roy Sigurd Karlsbakk
this is the error log. On Sunday 23 February 2003 16:31, Roy Sigurd Karlsbakk wrote: > hi > > I've tried building gnugk, but with the latest openh323 and pwlib (from > cvs), I get the below error compiling it. Thanks for any help > > roy > > g++ -o obj_linux_x86_r/gn

<    1   2   3   4   5   >