Re: [asterisk-dev] M9645: provide zaptel master timing to spans

2007-05-02 Thread Paul Cadach
Tzafrir Cohen wrote: I'd like to get your input regarding http://bugs.digium.com/view.php?id=9645 The patch adds an extra span method: int (*sync_tick)(struct zt_span *span, int is_master); The zaptel sync master span will call it to any span (in which it is not NULL) at each of its ticks.

Re: [asterisk-dev] Re: Kernel modules => mainline kernel

2007-02-13 Thread Paul Cadach
Latest versions of TE4xxP allows to daisy-chain timing from single source to other cards. And IMHO it should use single interrupt per all ports joined by this daisy-chain. WBR, Paul. - Original Message - From: "Andrew Kohlsmith" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 13, 2

Re: [asterisk-dev] External TIming Source without zaptel

2007-01-26 Thread Paul Cadach
As I remember there is special device driver called something like /dev/zap/timer which have some special ioctl()s to handle timing for Asterisk. If your driver will provide the same interface - you won! WBR, Paul. - Original Message - From: Paulo Garcia To: Asterisk Developers

Re: [asterisk-dev] /dev/zap/(channel no) ends on 255 and unable tomake more

2006-12-22 Thread Paul Cadach
Hi, /dev/zap/ used mostly for non-specific tools (like dd if=/dev/zap/1 of=/tmp/chan1_mon.alaw ;-) ). Real channel drivers and zaptel-specific tools should use /dev/zap/channel interface instead. You can easily update chan_ss7 to use /dev/zap/channel mechanism (just look how it is implemented

Re: [asterisk-dev] shutting down zaptel spans

2006-09-28 Thread Paul Cadach
Hello, Shutdown (by ztcfg -s) is required for dynamic spans (ztd-eth, ztd-loc). WBR, Paul. - Original Message - From: "Kevin P. Fleming" <[EMAIL PROTECTED]> To: "Asterisk Developers Mailing List" Sent: Thursday, September 28, 2006 10:25 PM Subject: Re: [asterisk-dev] shutting down zap

Re: [asterisk-dev] Checking h323.h presence... no???

2006-09-28 Thread Paul Cadach
Hello, Revision 4388 should also fix compiler warning. WBR, Paul. - Original Message - From: "Vlasis Hatzistavrou" <[EMAIL PROTECTED]> To: "'Asterisk Developers Mailing List'" Sent: Thursday, September 28, 2006 8:36 PM Subject: RE: [asterisk-dev] Checking h323.h presence... no??? > H

Re: [asterisk-dev] Trunk 43282 does not build

2006-09-19 Thread Paul Cadach
Hello,   - Original Message - From: Morten Isaksen To: Asterisk Developers Mailing List Sent: Wednesday, September 20, 2006 12:31 AM Subject: Re: [asterisk-dev] Trunk 43282 does not build And I have some problems with rev 43284.   When I run configure it

Re: [asterisk-dev] Trunk 43282 does not build

2006-09-19 Thread Paul Cadach
Hello, Dan Austin wrote: > I see that Mattf just commited some changes to the configure > script with a comment "Hopes my branch doesn't break", so this > might not be unexpected There was try to merge my chan_h323-live. Because I uses different version of autoconf tools configure should be

Re: [asterisk-dev] error in build on latest trunk

2006-09-17 Thread Paul Cadach
r in build on latest trunk > I did - make clean;make update;./configure;make menuselect > > Paul Cadach wrote: > > Hi, > > > > Do menuselect/configure too. > > > > > > WBR, > > Paul. > > > > - Original Message - >

Re: [asterisk-dev] error in build on latest trunk

2006-09-17 Thread Paul Cadach
Hi, Do menuselect/configure too. WBR, Paul. - Original Message - From: "Julian Lyndon-Smith" <[EMAIL PROTECTED]> To: "Asterisk Developers Mailing List" Sent: Sunday, September 17, 2006 1:49 PM Subject: [asterisk-dev] error in build on latest trunk > Looks like something broke: > >

Re: [asterisk-dev] Need help for 4E1 config

2006-09-15 Thread Paul Cadach
Hello, E1s usually uses HDB3 line coding (or AMI line coding) with optional CRC4 checking, so B8SZ coding is totally wrong. span=1,1,0,ccs,hdb3, span=2,2,0,ccs,hdb3, span=3,3,0,ccs,hdb3, span=4,4,0,ccs,hdb3, >From top of /etc/zaptel.conf: # The framing is one of "d4" or "esf" for T1 or "cas" or "

Re: [asterisk-dev] incoming diverted number

2006-08-29 Thread Paul Cadach
lines in http://karlsbakk.net/asterisk/pridebug. > 1.html differ between a normal SETUP and a diverted SETUP, stuff > asterisk seems unable to parse > > thanks > > roy > > On 29. aug. 2006, at 07.21, Paul Cadach wrote: > > > Hello, > > > > Your t

Re: [asterisk-dev] incoming diverted number

2006-08-28 Thread Paul Cadach
Hello, Your trace shows you don't have RDNIS number in FACILITY message (probably passing of RDNIS information is prohibited by network). WBR, Paul. - Original Message - From: "Roy Sigurd Karlsbakk" <[EMAIL PROTECTED]> To: "Asterisk Mailing List" Sent: Monday, August 28, 2006 10:03 PM

Re: [asterisk-dev] Re: [asterisk-commits] russell: branch 1.2r38288 - /branches/1.2/channels/chan_sip.c

2006-07-27 Thread Paul Cadach
Hello, Russell Bryant wrote: > > Alternatively, since we have ast_malloc/ast_calloc, should we have ast_free (not in 1.2, of course)? > > I suppose. However, I'm not sure how beneficial it would be other than > for matching the naming convention of the allocation wrappers. There is > obviously n

Re: [asterisk-dev] Queries regarding Echo Cancellation in Zaptel-1.2.6

2006-07-18 Thread Paul Cadach
Hello, Chan Kwang Mien wrote: > IP Phone A <--> Asterisk IP PBX <---> Analog Phone B > > In my tests, echos were generated by IP Phone A when I turned on the > speaker. As was pointed out, zaptel could not cancel these echos because > the echo was not received at the zaptel interface, rather o

Re: [asterisk-dev] asterisk sending connects when it shouldn't

2006-07-17 Thread Paul Cadach
Hello, Simone Cittadini wrote: > Eric "ManxPower" Wieling ha scritto: > > > Playback, Background, and most any function that sends audio to the > > caller will issue an Answer first unless you tell it not to. (see > > show application) > > > There is no Playback, Background or such, only a Dia

Re: [asterisk-dev] Zaptel channel lock bug?

2006-07-02 Thread Paul Cadach
Hi, Anton wrote: > Jul 3 09:31:45 WARNING[14626]: channel.c:787 > channel_find_locked: Avoided deadlock for '0x822cb08', 10 > retries! Typical deadlock situation. Please, enable locking traces and check what is hold the lock (where the lock was made). WBR, Paul. _

Re: [asterisk-dev] RTP streams between H323 and SIP

2006-06-26 Thread Paul Cadach
Hello, Johansson Olle E wrote: > > Are you sure? All channels that supply 'ast_rtp_bridge' as their > > bridge method should already support it. > > That was news to me. Cool if that's the case! > Never seen or heard about it before. > > I stand corrected. I just acknowledge we have H.323 native

Re: [asterisk-dev] Native Bridge for H.323?

2006-06-18 Thread Paul Cadach
Hello, Ken Chan wrote: > Now I have more questions: > a) Any idea what type of H.323 devices (or softphone) support > "Empty TCS" feature? Standard OpenPhone (and other OpenH323-based solutions) supports for Empty TCS. > b) When are you going to release that native bridge for h.323? Until ano

Re: [asterisk-dev] Native Bridge for H.323?

2006-06-18 Thread Paul Cadach
Hello, Ken Chan wrote: > Currently, when the call is between SIP Phone and Netmeeting (H.323), > all the RTP packets are going through Asterisk. Netmeeting isn't support for "Empty TCS (Terminal Capability Set)" feature yet, so RTP traffic will go through Asterisk anyway independedly on native b

Re: [asterisk-dev] [PATCH] Silently drop non-conformingcirpack keep-alive packets

2006-05-31 Thread Paul Cadach
Hello, Kevin P. Fleming wrote: > > A packet is sent every 15s, causing Asterisk to write the same line in > > the logs every 15s too. The following hack ignores those packets. I do > > not know whether this should be included in the mainstream sources or > > not. I will report this to Free Telecom

Re: [asterisk-dev] Video, anyone?

2006-05-03 Thread Paul Cadach
Hi, Olle E Johansson wrote: [skipped] > During my recent tests with video phones (thanks Grandstream and > Foniris!) I have found out > that we have a list of things to do. I have also found out that there > are a lot of developers out there > that have done it already - meetme with selectable vid

Re: [asterisk-dev] Corydon76

2006-05-03 Thread Paul Cadach
Hello, Koopmann, Jan-Peter wrote: > It is one thing to say "Hey this does not work, it is a bug" and another to say "Hey this does not work as expected, I created a small enhancement, see the patch attached" like it was in this case. [skipped] You forget to remember about just extending support

Re: [asterisk-dev] problem about musiconhold

2006-03-26 Thread Paul Cadach
Hello,   This is -user question. You should disable VAD (Voice Activity Detection) on your gateway - Asterisk is not VAD-friendly.   WBR,Paul. - Original Message - From: wei lee To: asterisk-dev@lists.digium.com Sent: Monday, March 27, 2006 7:20 AM Subject: [asteri

Re: [asterisk-dev] rtp scalability improvement...

2006-03-20 Thread Paul Cadach
Hello, Roy Sigurd Karlsbakk wrote: [skipped] > These IRQ storms are only happening on crappy network hardware. My > testing was one with intel gigabit NICs with large buffers, > effectively producing < 100 interrupts per second. kernel profiling > showed time was indeed spent in system calls The

Re: [asterisk-dev] rtp scalability improvement...

2006-03-20 Thread Paul Cadach
Hello, Sergey Kuznetsov wrote: [skipped] > > OpenH323 have some deadlock issues I tried to solve about a year ago (you can find those patches somewhere at > > bugs.digium.com). I'm not sure my patches are applied to latest openh323 tree, but small fixes to pwlib already have > > ones... > > What w

Re: [asterisk-dev] t.38 passthrouth

2006-03-13 Thread Paul Cadach
Hello, anthony thomas wrote: > We are testing the t38passthrough branch in our > gateways and can not fully understand why the RTP > stream has to go througth the * box disabling native > RTP bridging. This feature is not being developed/fully tested to be published. Be patient and some time it

Re: [asterisk-dev] Dialstate without Ringing

2006-03-12 Thread Paul Cadach
Hello, In addition to Kevin P. Fleming message: [skipped] > If the final end party does not send ALERTING, and the network does not > send SESSION PROGRESS with inband audio available, then there is no way > for Asterisk to know that the call is ringing the endpoint. If and only if in-band tone a

[asterisk-dev] PLL-based ztdummy available at bugs.digium.com

2006-03-02 Thread Paul Cadach
Hello,   As decided by me and Tony Mountifield, I'd updated ztdummy to provide more accurate timing with minimal jitter - bug #6631 at bugs.digium.com (http://bugs.digium.com/view.php?id=6631). Please, provide feedback if possible.   WBR,Paul. ___ -

Re: [asterisk-dev] What to do with RTCP ????

2006-02-27 Thread Paul Cadach
Hello, Olle E Johansson wrote: > The RTCP branch includes improved support of RTCP, but also a > reporting facility we do not use currently. Would it be useful to add > this to a channel variable - or even better a CDR variable - so you > can add it to CDRs and make reports based on it? Mostly RT

Re: [asterisk-dev] Re: TDMoE protocol

2006-02-23 Thread Paul Cadach
Hello, James Harper wrote: [skipped] > > Paul Cadach mentioned something about a jitter buffer for TDMoE, but > > I don't know whether he was talking about an idea or some real code. > > > > I'm also thinking about a jitter buffer, but it's tricky. I m

Re: [asterisk-dev] Libpri and caller name

2006-02-13 Thread Paul Cadach
Hi, Alistair Cunningham wrote: > Paul, > > Thank you for following up. We currently have "switchtype = national". > Looking at the code, I see in transmit_display(): > > if(pri->switchtype != PRI_SWITCH_EUROISDN_E1) { > ie->data[0] = 0xb1; > ++i; > } > >

Re: [asterisk-dev] Call back functionality in libpri using QSig

2006-02-12 Thread Paul Cadach
Hello, Dinesh Nair wrote: > On 02/10/06 22:16 Alexander Lopez said the following: > > Does the Callback happen after a specifed time period or immediately. We > > it should happen after a specified time period and retry for a specific > number of times. i am not yet sure if infinite retries are re

Re: [asterisk-dev] Libpri and caller name

2006-02-12 Thread Paul Cadach
Hello, Alistair Cunningham wrote: [skipped] >The solution is to ensure your equipment is set to the proper > switch type, namely NI-1 or NI-2 (as opposed to a Nortel switch type > like DMS-100). Current libpri code isn't sends DISPLAY IE for NI-1 or Q.931 switchs, and isn't uses characte

Re: [asterisk-dev] TDMoE timing

2006-02-08 Thread Paul Cadach
Hi, Tony Mountifield wrote: [skipped] > When I start up zaptel, with wcfxo, ztd-eth, ztdynamic and zaptel > loaded, my monitoring machine initially sees one TDMoE packet per > millisecond, as expected. After between 75 and 90 packets, there is > suddenly a pause for anything from 80ms to 800ms, af

Re: [asterisk-dev] chan_h323.so

2006-01-27 Thread Paul Cadach
Hi, Is location of libh323 included in content of /etc/ld.so.conf file to make loader to be able to find shared object files? WBR, Paul. - Original Message - From: "Hoai-Anh Ngo-Vi" <[EMAIL PROTECTED]> To: Sent: Friday, January 27, 2006 7:28 PM Subject: [asterisk-dev] chan_h323.so >

Re: [Asterisk-Dev] TE410 problem

2005-10-05 Thread Paul Cadach
Hello,   Looks like your link to Avaya is down. Probably there is interface down at Avaya side or link is physically disconnected.     WBR, Paul. - Original Message - From: Chee Foong To: asterisk-dev@lists.digium.com Sent: Wednesday, October 05, 2005 4:53 PM

Re: [Asterisk-Dev] How complete is Q.SIG support?

2005-09-28 Thread Paul Cadach
Hello, Q.SIG is based on Q.931, so basic Q.SIG support is already available. Support for advanced Q.SIG features (including other Q.931-based signallings) like supplementary services could be developed on per-request basis, just because no real Q.SIG hardware is available for testing. Anyway be r

Re: [Asterisk-Dev] Redirection reason

2005-09-28 Thread Paul Cadach
Hello, Redirection reason is not PRI-specific. For example, all terminal channels (FXS, Skinny) and some trunking channels (like H.323) is possible to generate real reason of redirecton. Also, SS7 is redirection-reason capable too. IMHO at least trunking interfaces (IAX, H.323, PRI, SS7, etc.) sh

Re: [Asterisk-Dev] Raw E1 capture

2005-07-27 Thread Paul Cadach
Hello, Michael Beukman wrote: > I have configured zaptel.conf with this: > > span=1,0,0,ccs,hdb3 > clear=1-31 > > Does this mean I've merged the timeslots into one stream? You're correct. > and how then do I go about capturing the "master" channel? ztcfg -vv shows master channel like this:

Re: [Asterisk-Dev] Fwd: zaptel divert?

2005-06-01 Thread Paul Cadach
Hello, divertingLegInformation2 support is included with current CVS-HEAD version of libpri. WBR, Paul. - Original Message - From: "Roy Sigurd Karlsbakk" <[EMAIL PROTECTED]> To: "Asterisk Developers Mailing List" Sent: Wednesday, June 01, 2005 5:25 PM Subject: [Asterisk-Dev] Fwd: zap

Re: Solved - Re: [Asterisk-Dev] Re: SigSeg in channel.c / chan_mISDNproblem ?

2005-05-19 Thread Paul Cadach
Hello, Jeremy McNamara wrote: > Andreas Czerniak wrote: > > this problem was solved by an patch by Jose Carlos Garcia Sogo: > > > > http://www.beronet.com/bugs/bug_view_page.php?bug_id=046 > > > > And it only occurs in asterisk stable versions not in the head revision. > > *Gasps* "Stable" c

Re: [Asterisk-Dev] Re: New h.323 channel driver

2005-05-13 Thread Paul Cadach
Hello, Read channels/h323/README and follow instructions. You should upgrade your PWLib/OpenH323 libraries. WBR, Paul. - Original Message - From: "Ganbold Tsagaankhuu" <[EMAIL PROTECTED]> To: "Jeremy McNamara" <[EMAIL PROTECTED]> Cc: Sent: Friday, May 13, 2005 12:42 PM Subject: Re: [

Re: [Asterisk-Dev] Re: New h.323 channel driver

2005-05-11 Thread Paul Cadach
Hello, Michael Manousos wrote: > > The problems mostly relies on OpenH323 - there is deadlock condition, check > > #3967. Also, under high load single cleaner > > I have also notice them, but only with the Pandora or above versions. > That's the main reason that asterisk-oh323 has stuck with the

Re: [Asterisk-Dev] Dev call 1.2 release discussion

2005-05-06 Thread Paul Cadach
Hello, Adam Goryachev wrote: > On Fri, 2005-05-06 at 15:41 +0600, Paul Cadach wrote: > > User-space only software which isn't depends on any sort of additional > > support from kernel level. > > Why?, it is still ALL software... > > Given that some closed sourc

Re: [Asterisk-Dev] Dev call 1.2 release discussion

2005-05-06 Thread Paul Cadach
Hello, Jerris, Michael MI wrote: > Major Bugs: > 4164 g.729 codec one way audio in chan_h323 with Cisco CCM Patch is available, waiting for commit. WBR, Paul. ___ Asterisk-Dev mailing list Asterisk-Dev@lists.digium.com http://lists.digium.com/mailma

Re: [Asterisk-Dev] Dev call 1.2 release discussion

2005-05-06 Thread Paul Cadach
Hello, Adam Goryachev wrote: > On Fri, 2005-05-06 at 14:41 +0600, Paul Cadach wrote: > > Removing dependencies on zaptel should raise Asterisk as real SOFT switch, > > That is just a definition problem how do you define "real soft > switch"?? User-space only sof

Re: [Asterisk-Dev] Dev call 1.2 release discussion

2005-05-06 Thread Paul Cadach
Hello, Adam Goryachev wrote: > Either way, I don't see that this should be required for 1.2.0 release. > I would like to see more work done on exposing the call quality > (jitter/etc) values for a 1.2.0 release though. Removing dependencies on zaptel should raise Asterisk as real SOFT switch, ea

Re: [Asterisk-Dev] Early media in H.323 driver

2005-03-28 Thread Paul Cadach
Hello, Chih-Wei Huang wrote: > Hello all, > I encountered another problem about H.323 channel driver. > The scenario is, A calls Asterisk PBX, and then dials B. > B then sends ringback tone by early media (via faststart or so). > However, PBX said > > chan_h323.c:703 oh323_write: Asked to transmit

Re: [Asterisk-Dev] Re: Asterisk H.323 driver

2005-03-27 Thread Paul Cadach
Hello, Why FastStart handshake for incoming call couldn't be acknowledged on CALL PROCEEDING message? WBR, Paul. - Original Message - From: "Paul Cadach" <[EMAIL PROTECTED]> To: "Asterisk Developers Mailing List" Sent: Friday, March 25, 2005 5:57 PM

Re: [Asterisk-Dev] app_dial Caller ID behavior

2005-03-25 Thread Paul Cadach
Hello, Matthew wrote: > Their original logic was that a user didn't know who they were transferring > from extension to extension or when a call came back from parking. Changing > the CallerID to the destination fixed that problem. It makes certain sense, > but boy did it screw up a lot of things

Re: [Asterisk-Dev] strcasestr: referenced symbol not found in chan_sip.c

2005-03-23 Thread Paul Cadach
Hello, Solaris usually have standard libraries with cutted functionality (I had such type of problems with Solaris some time ago, missed function asprintf()). Looks like Asterisk needs to have own "compatibility" library... :( WBR, Paul. - Original Message - From: "Brian McCrary" <[EM

Re: [Asterisk-Dev] Manager XML

2005-03-01 Thread Paul Cadach
Hello, Olle E. Johansson wrote: [skip] > Adding "Accept: application/ms-excel" will not give you output > in Microsoft Excel format, sorry twisted ;-) MS Excel (at least 2K and higher) have possibility to convert specially-formatted HTML data into workbook. I've uses this feature to make huge Ex

Re: [Asterisk-Dev] Silence suppression in asterisk/chan_sip?

2005-02-28 Thread Paul Cadach
Kevin P. Fleming wrote: > I've thought about this too, but I think the overhead of every RTP > stream using the timer separately would just be too much. I think the > best solution is for rtp.c to create a thread when it loads, use the > zaptel timer to clock that thread, and have all outbound RTP

Re: [Asterisk-Dev] dev conf topic: better CDRs

2005-02-22 Thread Paul Cadach
Hello, Matthew Boehm wrote: [skip] > If a call comes into our switch as 8005551212, that is the "destination". > Most of the time, an 800 number gets translated. This becomes the "ringto". > Both are necessary for billing purposes. Sometimes we have triple > translation, where an 800 number gets

Re: [Asterisk-Dev] CDRs with ms and not just seconds

2005-02-08 Thread Paul Cadach
Hello, Kai Militzer wrote: [skip] > In my opionion it would make great differences in billing. A glitch of a > few mili-seconds at hangup of a call, may result in a difference of one > full second between my * CDRs and those of my telco. Difference in call duration registered at directly connecte

Re: [Asterisk-Dev] Application "ManualBridge"

2005-01-31 Thread Paul Cadach
Hi, Probably you need to manual unlock channels when ones isn't needs anymore by ast_mutex_unlock(&c1->lock) or ast_mutex_unlock(&c2->lock), at least after call to ast_bridge_call(). This should help a little. Also, check that ast_moh_stop(), ast_deactivate_generator()4, ast_channel_make_compa

Re: [Asterisk-Dev] possible bug in chan_sip

2005-01-13 Thread Paul Cadach
Hello, - Original Message - From: "Maurizio Marini" <[EMAIL PROTECTED]> To: Sent: Thursday, January 13, 2005 8:52 PM Subject: [Asterisk-Dev] possible bug in chan_sip > in chan_sip.c line 1137: [skip] > should be (conceptualy): >while(tmp) { > if (strcasecmp(tmp

Re: [Asterisk-Dev] libpri ISDN features

2004-11-24 Thread Paul Cadach
Hello, Andrew Kohlsmith wrote: > I found the ITU's documents completely and totally worthless. There was *no* > actual protocol layout, just highlevel hand-waving in all the documents I > downloaded. > > I found MUCH better info (along with bit-level descriptons) on the CAPI > website. Andrew, y

Re: [Asterisk-Dev] New card - TE110P?

2004-10-27 Thread Paul Cadach
Hi, > Matt Riddell wrote: > > > In that case I'd recommend the quad span E1/T1 card which is available > > now. (also seeing as you stated you needed 3-4, this will be a lot > > cheaper) > > ...and introduce a single point of failure, as well. And generates much less interrupts per second, becau

Re: [Asterisk-Dev] Module unloading

2004-07-04 Thread Paul Cadach
Hi, Michael Sandee wrote: > When writing a module which does some magic on unload_module() I ran > into some trouble... > > In contrary to what include/asterisk/module.h says, unload_module() does > not get called during exit, only when unload is called from the CLI. Module unloading at exit is e

Re: [Asterisk-Dev] channel driver sample - Coding/Transcoding/Conferences

2004-07-04 Thread Paul Cadach
Hi, Steve Underwood wrote: > The *appearance* of DSPs being expensive is an artifact of the way the > industry runs. DSP cards are priced at an extreme multiple of their > actual cost, leading to a vicious circle - DSP cards are expensive so > they have a small market. Why are they expensive? beca

Re: [Asterisk-Dev] PRI U2U display messages

2004-06-29 Thread Paul Cadach
Hello, - Original Message - From: "Klaus-Peter Junghanns" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 29, 2004 3:18 PM Subject: Re: [Asterisk-Dev] PRI U2U display messages > Hi, > > you cannot send INFORMATION messages with DISPLAY IEs to the network. > However you

Re: [Asterisk-Dev] About OpenSS7 integration to Asterisk

2004-05-09 Thread Paul Cadach
Hi, - Original Message - From: "Storer, Darren" <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED] Digium. Com" <[EMAIL PROTECTED]> Sent: Friday, May 07, 2004 4:21 PM Subject: Re: [Asterisk-Dev] About OpenSS7 integration to Asterisk [skipped] > BFGB> "Asterisk soft-HDLC code could not handle SS

Re: [Asterisk-Dev] Re: Instability with H323

2004-04-19 Thread Paul Cadach
Hi, > > Also, I don't think passing additional 10 kbps for 100 Mbit/s network is so > > significant. > > Ahem.. Thats nice for you to only have to think about using Asterisk on > Ethernet, however unfortunately some of us are out in the "real > world" (substitute "third world" if you prefer) and d

Re: [Asterisk-Dev] Re: Inestability with H323

2004-04-19 Thread Paul Cadach
Hi, > I used firefly, in iax mode. > > I used ethereal to capture the data. > > 33 bytes for 20 ms of audio frame. > > 4 bytes of iax header. Plus 8 bytes - UDP header, 20 bytes - IP header, 14 bytes - EthernetII header. Totally - 79 bytes. When the same packet goes through PPP it don't hav

Re: [Asterisk-Dev] Re: Inestability with H323

2004-04-18 Thread Paul Cadach
Hi again, - Original Message - > I do appreciate your comments on the reorganisation required in > chan_h323.c Is it possible for you to detail what must be done? > Or, point me to a doc which states what order things have to happen in? I had used callgen323 on single-CPU machine to ma

Re: [Asterisk-Dev] Re: Inestability with H323

2004-04-18 Thread Paul Cadach
Hi, - Original Message - > a)the lack of response from others on this list who have been involved > with chan_h323.c There is knowledge there that I want to tap into. > To be honest, I am not keen to "reinvent the wheel". I want to learn > from others, and learn what trials/tribula

Re: [Asterisk-Dev] TE405P *hardware* question

2004-04-13 Thread Paul Cadach
Hi, Check at the end of right column at page 2 of pointed manual: "... Two forms of over-voltage protection are provided, one that permits 5V compliance, and one that does not. For 5V compliance, a zener-like structure connected to ground turns on when the output rises to approximately 6.5V. Whe