Re: [Asterisk-Dev] Queues observations

2005-04-27 Thread Andrew Kohlsmith
On April 27, 2005 10:59 am, Kevin P. Fleming wrote: > That is not necessary at all. You send the caller into the queue, if > they return from it, it's because they could not be connected to an > agent for some reason. The QUEUESTATUS variable will tell you why, and > depending on the options you ha

[Asterisk-Dev] Re: [Asterisk-Users] Alternatives to SpanDSP??

2005-04-27 Thread Rich Adamson
Cross posting on purpose to transition the thread to -dev The issue in this thread is the frame transfer rate for the TDM analog card almost always exceeds the 1.000 seconds expected by the design. The frame transfer rate seldem impacts voice (the missed frames aren't noticed), but seriously impac

Re: [Asterisk-Dev] asterisk writing zaptel.conf

2005-04-27 Thread Tzafrir Cohen
Hi On Wed, Apr 27, 2005 at 08:41:08AM -0400, [EMAIL PROTECTED] wrote: > On Mon, 25 Apr 2005, Tzafrir Cohen wrote: > > > If the asterisk user has write permissions to /etc/zaptel.conf and root > > routinly (e.g: at boot) executes ztcfg, what are the possible issues? > I don't think anyone particul

Re: [Asterisk-Dev] TDM-fxo card and zttest logic issues?

2005-04-27 Thread Rich Adamson
> On April 23, 2005 11:49 am, Rich Adamson wrote: > > I posted this to the -user list earlier and no responses as yet. > > > > Is there anyone on the -dev list that would have an interest in > > working with me to identify bus throughput issues with the digium > > TDM04b (analog fxo) card? > > Me.

[Asterisk-Dev] Channel Driver for Pika Technologies Daytona card

2005-04-27 Thread Wojciech Tryc
Good Morning to All, I am looking for someone who is familiar with Asterisk's channel driver API and would be interested in a small contract based project. I need to have a channel driver cretaed for Pika Technologies Daytona card, using either high level API (Monte Carlo) or low level API provid

[Asterisk-Dev] can no longer use wget/curl to d/l patches

2005-04-27 Thread Matthew Boehm
Someone changed something in mantis cause I can no longer use curl/wget to download patches to my asterisk boxes. I keep downloading the login page. Normally I'd just use lynx, login and print to file. But lynx has a problem saving the line wrapping as well which fux0rs the patchfile. Does anyone

Re: [Asterisk-Dev] SIP overhead lenght

2005-04-27 Thread Preston Garrison
Really shouldn't each character be 7bits? I don't think it supports extended ascii, your suppose to escape any extended characters. Preston Garrison direct: 877-748-4142 fax: 310-774-3901 cell: 623-748-4140 -Original Message- From: Kevin P. Fleming <[EMAIL PROTECTED]> To: Asterisk Develo

[Asterisk-Dev] ast_find_ourip and sip?

2005-04-27 Thread Brian West
Ok this is one that i'm sure some of you have seen before. Why MUST sip resolve the hostname to an IP? It doesn't really use it so why? If you set /etc/hosts with the hostname then the ip of 127.0.0.1 then it works.. but then again why not just fall back to that instead of just disabling

Re: [Asterisk-Dev] Queues observations

2005-04-27 Thread Kevin P. Fleming
Stephan A. Edelman wrote: (first, please trim your replies, there is no need for 100+ lines of previous message to be included in your reply, which also shouldn't be top-posted) Unless I'm mistaken, you need to loop on Queue() in your dialplan until the caller is connected to an Agent. After the

Re: [Asterisk-Dev] IAX Spec online

2005-04-27 Thread Kenny Shumard
On 4/27/05, Derek Smithies <[EMAIL PROTECTED]> wrote: > Hi, > I object strongly to the phrase: > > >All full frames must be immediate acknowledged upon receipt. > > This is incorrect. An ACK frame is a full frame. > Ack frames are not acknowledged. > Right you are. I'll fix it. I won't be

Re: [Asterisk-Dev] IAX Spec online

2005-04-27 Thread Kenny Shumard
> You may want to notate somewhere in this document that the protocol > that you have labelled IAX is actually commonly known as IAX2. > Otherwise, this is likely to be a source of confusion. I think the idea is to *not* label the protocol as IAX2 after this. I haven't heard a valid argument yet t

Re: [Asterisk-Dev] SIP overhead lenght

2005-04-27 Thread Kevin P. Fleming
Tutu Lord wrote: The question : How many bits is used to code each character ? What are you asking? SIP is based on the same RFCs that underly HTTP, and as such the headers are all in ASCII. That means each character is 8 bits, but I can't believe you didn't already know that, since it has nothi

Re: [Asterisk-Dev] IAX Spec online

2005-04-27 Thread Kenny Shumard
> From a quick read, one thing jumped out at me. Section 5 ("Features") > seems very out of place in the flow of the document. The implementation > descriptions dive into the use of IAX frame types which aren't > introduced until section 8. So, I'd recommend either moving the whole > thing ther

Re: [Asterisk-Dev] IAX Spec online

2005-04-27 Thread Kenny Shumard
> I'd love to go over this, but I can't seem to get this host to respond Sorry 'bout that. It's not my machine and I have limited access right now so I can't troubleshoot the problem. Here's another URL: http://darklord.saintjoe.edu/iax/iax.txt ~K ___

RE: [Asterisk-Dev] SIP overhead lenght

2005-04-27 Thread Race Vanderdecken
Hmmm, it should be 8 bits. Remember that what you see is less then what you get. The Message has lined feed and carriage return characters in it. Check out tcpdump, a Linux utility, see "man tcpdump", to watch what you are actually receiving on the wire. Race "The Tyrant" Vanderdecken -Orig

Re: [Asterisk-Dev] IAX Spec online

2005-04-27 Thread Steve Kann
Kenny Shumard wrote: I've finished a working version of the IAX specification and posted it online at http://splurge.peoples-wireless.com/iax/iax.txt I'd love to go over this, but I can't seem to get this host to respond to SYN on port 80.. It doesn't respond to ping either, but does return I

Re: [Asterisk-Dev] IAX Spec online

2005-04-27 Thread Kenny Shumard
> The term reliable / unreliable is wrong. If it is sent reliable, > the sender guarantees that the packet arrives. I would replace it > with: > >All full frames must be immediate acknowledged upon receipt. >This acknowledgment can be explicit via an 'ACK' message (see >Section 8) or i

[Asterisk-Dev] asterisk writing zaptel.conf

2005-04-27 Thread Tzafrir Cohen
Hi If the asterisk user has write permissions to /etc/zaptel.conf and root routinly (e.g: at boot) executes ztcfg, what are the possible issues? Possible workaround: empty /etc/zaptel.conf and an asterisk-owned zaptel.conf under /etc/asterisk, executed by the wrapper script that runs asterisk? (

Re: [Asterisk-Dev] TDM-fxo card and zttest logic issues?

2005-04-27 Thread Andrew Kohlsmith
On April 23, 2005 11:49 am, Rich Adamson wrote: > I posted this to the -user list earlier and no responses as yet. > > Is there anyone on the -dev list that would have an interest in > working with me to identify bus throughput issues with the digium > TDM04b (analog fxo) card? Me. I have no phon

[Asterisk-Dev] chan_capi patch to work with head April 2005

2005-04-27 Thread Gregory Hinton Nietsky
--- chan_capi-0.3.5/chan_capi.c 2004-08-13 12:07:28.0 +0200 +++ chan_capi-0.3.5-asthead-april-2005/chan_capi.c 2005-04-27 11:10:02.0 +0200 @@ -14,7 +14,9 @@ #include #include #include +#ifndef UNSTABLE_CVS #include +#endif #include #include #include @@ -37,25 +3

[Asterisk-Dev] SIP overhead lenght

2005-04-27 Thread Tutu Lord
hello, i have a question about SIP overhead : Via: SIP/2.0/UDP here.com:5060 From: BigGuy To: LittleGuy Call-ID: [EMAIL PROTECTED] CSeq: 1 INVITE Subject: Happy Christmas Contact: BigGuy Content-Type: application/sdp Content-Length: 147 The question : How many bits is used to code each character