Re: [Asterisk-Dev] asterisk with ser project, , , , here we go! ready or not!!!

2005-07-25 Thread alex
On Mon, 25 Jul 2005 [EMAIL PROTECTED] wrote: > Yes, you absolutely can do CDRs on a stateless system. You collect the > ACK on the way out, and you collect the BYE from the IP phone using RFC > 3515. This project involves coding and recoding and pulling tricks with > the acc_mod Uhm, what happens

Re: [Asterisk-Dev] help needed

2005-07-25 Thread Tzafrir Cohen
On Mon, Jul 25, 2005 at 12:32:31PM -0400, Adam Robins wrote: > Make sure that a.out has execute permissions: > Chmod +x a.out In such a case exec would have fialed and the program wouldn't have returned 0, right? -- Tzafrir Cohen icq#16849755 +972-50-7952406 [EMAIL PROTECTED] http://www.x

Re: [Asterisk-Dev] asterisk with ser project, , , , here we go! ready or not!!!

2005-07-25 Thread BSUMRALLL
Yes, you absolutely can do CDRs on a stateless system. You collect the ACK on the way out, and you collect the BYE from the IP phone using RFC 3515. This project involves coding and recoding and pulling tricks with the acc_mod   Does anyone know where I can get documentation on the SER and As

Re: [Asterisk-Dev] sip messaging (tested on eyeBeam) support

2005-07-25 Thread Juraj Bednar
Hello, > your patch fails to work with chan_sip.c 1.784 you need to apply presence patches first as mentioned on the page. If there are still rejects, solve them by hand. Juraj. ___ Asterisk-Dev mailing list Asterisk-Dev@lists.digium.com http://lists

Re: [Asterisk-Dev] RE: [Asterisk-Users] Zaptel update, Asterisk 1.2 janitor projects

2005-07-25 Thread Russell Bryant
Adam Robins wrote: The Changelog for Zaptel 1.0.9.1 has only one fix listed: -- continue fxo operation after the magical 25 days Could someone please translate this highly technical explanation into something more meaningful? The ChangeLog is not meant to be a technical document. It simpl

Re: [Asterisk-Dev] RE: How to use PHP to monitor manager output

2005-07-25 Thread alex
On Mon, 25 Jul 2005, Obelix wrote: > I was able to solve the problem, coming to think of it really wasn't > much of a problem. > > It turned out I should have used fputs(STDOUT, string) to send the > output to the screen, rather than the echo command I was using. It was > all fine after that? >

Re: [Asterisk-Dev] help needed

2005-07-25 Thread Eric Wieling aka ManxPower
Jared Smith wrote: On Mon, 2005-07-25 at 16:34 +0200, Hoai-Anh Ngo-Vi wrote: But Asterisk didn't really launch that a.out programm (I didn't get any message via CLI> console, that programm would have put some messages into CLI> console via stderr if it ran correctly). Don't be too sure.

[Asterisk-Dev] RE: How to use PHP to monitor manager output

2005-07-25 Thread Obelix
I was able to solve the problem, coming to think of it really wasn't much of a problem. It turned out I should have used fputs(STDOUT, string) to send the output to the screen, rather than the echo command I was using. It was all fine after that? what are the fundamental differences between echo

[Asterisk-Dev] RE: [Asterisk-Users] Zaptel update, Asterisk 1.2 janitor projects

2005-07-25 Thread Adam Robins
Title: [Asterisk-Users] Zaptel update, Asterisk 1.2 janitor projects The Changelog for Zaptel 1.0.9.1 has only one fix listed:   -- continue fxo operation after the magical 25 days   Could someone please translate this highly technical explanation into something more meaningful?  I already

[Asterisk-Dev] ZTdummy/RTC and genrtc/rtc

2005-07-25 Thread asterisk
The RTC patch for ZTdummy works MUCH better than the USB hack before. (USB timing cause meetme to be useless after about 5 minutes) We use debian with kernel 2.6.8 and it loads "genrtc" by default. The new RTC version of ZTdummy will not work with the "genrtc" module and onlt the "rtc" module. I

Re: [Asterisk-Dev] Cluecon - Who's going ?

2005-07-25 Thread Brian West
I'm going to be speaking about how to use valgrind, gdb and strace to help debug issues... it can be applied to more than just asterisk. /b On Jul 25, 2005, at 10:29 AM, Terry Moore-Read wrote: I'm relatively new to Asterisk and I'm hoping attending Cluecon will be a good way to get up to s

[Asterisk-Dev] We are giving away 3 A101 single-port T1 cards during Cluecon!

2005-07-25 Thread Brian West
Cluecon's ( http://www.cluecon.com ) premier sponsor, Sangoma ( http://www.sangoma.com ), will be giving away 3 A101 single-port T1 cards during Cluecon. The A101 is Sangoma’s next generation hardware designed for optimum support of data and voice over T1 and E1. Register for Cluecon now for your c

Re: [Asterisk-Dev] asterisk with ser project, , , , here we go! ready or not!!!

2005-07-25 Thread alex
On Mon, 25 Jul 2005 [EMAIL PROTECTED] wrote: > Hi every one, looking for suggestions, or even better yet, a how to > guide. I have read most of the wiki's on both, so I know this is > completely possible I have Asterisk and SER configured on the same > server x6 yes, 6 servers. If I can get t

RE: [Asterisk-Dev] asterisk with ser project, , , , here we go! ready or not!!!

2005-07-25 Thread Jerris, Michael MI
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Hi every one, looking for suggestions, or even better yet, a how to guide. I have read most of the wiki's on both, so I know this is completely possible I have Asterisk and SER configur

Re: [Asterisk-Dev] Cluecon - Who's going ?

2005-07-25 Thread Greg Boehnlein
On Mon, 25 Jul 2005, Terry Moore-Read wrote: > I'm relatively new to Asterisk and I'm hoping attending Cluecon will be > a good way to get up to speed on the project and hear about what others > are doing with it. > > We currently use a Cisco IP phone system at my office, although I just > added

Re: [Asterisk-Dev] help needed

2005-07-25 Thread Jared Smith
On Mon, 2005-07-25 at 16:34 +0200, Hoai-Anh Ngo-Vi wrote: > But Asterisk didn't really launch that a.out programm (I didn't get any > message via CLI> console, that programm would have put some messages into > CLI> console via stderr if it ran correctly). > Don't be too sure. In most cases, As