[asterisk-dev] how to enable app_queue inband call progress to caller

2006-01-20 Thread Raymond Chen
Hi all, I would like to have the caller in app_queue to hear inband call progress ringing instead of music on hold. Using options r will enforce false ringtone which is not what I want, I want the app_dial call progress forward to app_queue instead. Can anyone give me some hints on

[asterisk-dev] ztdummy question

2006-01-20 Thread Sean Cook
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 with the changes to the ztdummy to rely on rtc vs jiffies, I am now forced to increase the interrupt frequency time by roughly 10x the frequency recommended for the SMP processing systems. Is this wise? Or would it be better to not assume that the

Re: [Asterisk-Dev] Asterisk 1.2.2 Released!

2006-01-20 Thread Aryanto Rachmad
Hello All, I have a question which probably sounds silly. I am using Asterisk SVN-branch-1.2-r8140 built. To be honest I am still confused with this SVN things. The main reason I use it is that I think I can get the bugs fixed by updating it regularly, which I previously could not do that

[asterisk-dev] Re: asterisk-dev Digest, Vol 18, Issue 62

2006-01-20 Thread Brian Bell
://lists.digium.com/mailman/listinfo/asterisk-dev -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/ms-tnef Size: 5314 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-dev/attachments/20060120/9649d8af/attachment-0001.bin

Re: [asterisk-dev] ztdummy question

2006-01-20 Thread Kevin P. Fleming
Sean Cook wrote: with the changes to the ztdummy to rely on rtc vs jiffies, I am now forced to increase the interrupt frequency time by roughly 10x the frequency recommended for the SMP processing systems. Isn't that backwards? Using the RTC means we are _not_ relying on the frequency of

Re: [Asterisk-Dev] Asterisk 1.2.2 Released!

2006-01-20 Thread Kevin P. Fleming
Aryanto Rachmad wrote: I have a question which probably sounds silly. I am using Asterisk SVN-branch-1.2-r8140 built. To be honest I am still confused with this SVN things. The main reason I use it is that I think I can get the bugs fixed by updating it regularly, which I previously could

RE: [asterisk-dev] Re: Bugs that Need Your Input!

2006-01-20 Thread Dan Austin
Don't over estimate my familiarity with the code :-) I think I see something odd in channel.c, in code not touched by this patch. In ast_activate_generator there is a call to ast_settimeout(chan, 160, generator_force, chan); Now it might be just me, but should the 1st and 4th parameters be

Re: [asterisk-dev] Re: asterisk-dev Digest, Vol 18, Issue 62

2006-01-20 Thread North Antara
To subscribe or unsubscribe via the World Wide Web, visit http://lists.digium.com/mailman/listinfo/asterisk-dev or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] please stop sending me these emails..brian bellAt 12:53 PM 1/20/2006, you wrote: If

[asterisk-dev] Asterisk Development and Release Cycle

2006-01-20 Thread Asterisk Development Team
Asterisk 1.2 was released over 1 year after Asterisk 1.0, which resulted in many users trying to run the development version of Asterisk in a production capacity so that they could take advantage of the new features that had been added. This produced a flurry of extraneous bug reports and caused

[asterisk-dev] Re: asterisk-dev Digest, Vol 18, Issue 63

2006-01-20 Thread Brian Bell
-- A non-text attachment was scrubbed... Name: not available Type: application/ms-tnef Size: 5314 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-dev/attachments/20060120 /9649d8af/attachment-0001.bin -- Message: 6 Date: Sat, 21 Jan 2006 02:42:23

Re: [Asterisk-Dev] Asterisk 1.2.2 Released!

2006-01-20 Thread John covici
What about using trunk -- will that get me 1.2.2 or netsec of both? on Friday 01/20/2006 Kevin P. Fleming([EMAIL PROTECTED]) wrote Aryanto Rachmad wrote: I have a question which probably sounds silly. I am using Asterisk SVN-branch-1.2-r8140 built. To be honest I am still

Re: [Asterisk-Dev] Asterisk 1.2.2 Released!

2006-01-20 Thread Russell Bryant
Tzafrir Cohen wrote: The following assertions are based on my own knowldge and are hopefully close to correct. Feel free to comment: 1. The version of Asterisk and the version of libpri must match. The API should never change between minor releases. 1.2.X of Asterisk and 1.2.X of libpri

Re: [asterisk-dev] rtp.c: Unable to allocate socket: Too many open files

2006-01-20 Thread ast guy
On 1/20/06, Matt Riddell (IT) [EMAIL PROTECTED] wrote: ast guy wrote: here is the ulimit command output. [EMAIL PROTECTED] ~]# ulimit unlimited And the response to ulimit -n is what? -- Cheers, Matt Riddell 'ulimit -n' returned 1024 - - astguy

[asterisk-dev] No application 'SIPAddHeader'

2006-01-20 Thread Trevor G. Hammonds
I upgraded to the latest SVN trunk. No configuration changes were made. Now I am receiving the following message: Jan 20 22:02:06 WARNING[30500]: pbx.c:1556 pbx_extension_helper: No application 'SIPAddHeader' for extension (default, 8080, 11) Did I miss something, or is this a bug? Thanks.

RE: [asterisk-dev] No application 'SIPAddHeader'

2006-01-20 Thread Alexander Lopez
How did you upgrade. Did you do a make and then a make install??? What does 'show version' on the CLI show??? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Trevor G. Hammonds Sent: Saturday, January 21, 2006 1:18 AM To: Asterisk Developers

RE: [asterisk-dev] ztdummy question

2006-01-20 Thread Ben Lear
Sean wrote: with the changes to the ztdummy to rely on rtc vs jiffies, I am now forced to increase the interrupt frequency time by roughly 10x the frequency recommended for the SMP processing systems. Is this wise? Or would it be better to not assume that the CONFIG_HZ == 1000 and base