[asterisk-users] announcement: JS library for asterisk pattern matching and number manipulation

2019-06-04 Thread marek
0999888-77', myPatterns) // last pattern (_+X) from variable myPatterns is valid, // (9)[+420]999888[-77](123) => result 0999888123 parseNumber('+420999888-77', myPatterns) Marek Cervenka -- _ -- Bandwidth and Colocation

[asterisk-users] analysis of attended transfer in CEL

2019-06-21 Thread marek
DEDTRANSFER.bridge1_id  =   BRIDGE_ENTER.bridge_id then i can find right HANGUP   by uniqueId what do you think about it? is there more simple method? Marek -- _ -- Bandwidth and Colocation Provided by http://www.api-digi

Re: [asterisk-users] asterisk pjsip webrtc rtp to private IP

2019-12-12 Thread marek
ch from *10.2.152.36 to **2.2.2.2* it looks like**its somewhere in the learning phase* * Dne 12/12/2019 v 11:51 Joshua C. Colp napsal(a): On Thu, Dec 12, 2019 at 6:39 AM marek <mailto:cervaj...@gmail.com>> wrote: hi, i have following topology PSTN - Asterisk internet

Re: [asterisk-users] asterisk pjsip webrtc rtp to private IP

2019-12-12 Thread marek
. this is not only about ICE. its about RTP engine too which is Asterisk specific and Asterisk DEBUG is not helping ... going back to read res_rtp_asterisk.c & decrypting pcaps with wireshark Dne 12/12/2019 v 13:02 Joshua C. Colp napsal(a): On Thu, Dec 12, 2019 at 7:57 AM marek <mailto

[asterisk-users] asterisk pjsip webrtc rtp to private IP

2019-12-12 Thread marek
? is it possible debug Asterisk STUN request/response ? or is it hidden in pjsip internals? Marek -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https

Re: [asterisk-users] asterisk pjsip webrtc rtp to private IP

2019-12-12 Thread marek
btw we are using tools like sipcapture.org,voipmonitor.org, callstats.io, elasticsearch+filebeat, ... but without informations whats happening inside asterisk is harder to solve problems Dne 12/12/2019 v 16:00 Joshua C. Colp napsal(a): On Thu, Dec 12, 2019 at 10:57 AM marek <mailto:c

Re: [asterisk-users] asterisk pjsip webrtc rtp to private IP

2019-12-12 Thread marek
rovider we dont know yet what technology is the problem but "sometimes" respond ip of some core router ( ISP - isp core/edge router ip - customers router ip - customers private ip ) to stun request pjsproject debug config pjproject.conf [startup] log_level=4 type=startup btw some examp

Re: [asterisk-users] asterisk pjsip webrtc rtp to private IP

2019-12-12 Thread marek
https://issues.asterisk.org/jira/browse/ASTERISK-28656 Dne 12/12/2019 v 16:49 Joshua C. Colp napsal(a): On Thu, Dec 12, 2019 at 11:40 AM marek <mailto:cervaj...@gmail.com>> wrote: examples of "interesting" information like ICE result and howto make &quo

[asterisk-users] astricon videos

2020-01-21 Thread marek
Hello, any plans for astricon videos? Thanks Marek -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk

Re: [asterisk-users] astricon videos

2020-01-21 Thread marek
ohh, that's bad news :( what about presentations? Marek p.s. i saw your presentation. good one . thank you Dne 21/01/2020 v 14:53 Joshua C. Colp napsal(a): On Tue, Jan 21, 2020 at 9:51 AM marek <mailto:cervaj...@gmail.com>> wrote: Hello, any plans for astricon videos?

Re: [asterisk-users] New RTP engine

2020-05-12 Thread marek
patches welcome Philip Asterisk is Open Source so everyone can help Marek Dne 12/05/2020 v 07:02 Saint Michael napsal(a): Asterisk needs urgently to push the RTP engine to the Kernel, away from userland, like professional and commercial softwares do. I measured the cost

[asterisk-users] do not start MoH when caller pres HOLD on mobile

2020-06-01 Thread marek
hi, its possibe to "dont start" music on hold when caller (from sip operator trunk) press HOLD (i.e. on mobile phone) Asterisk acts on SDP a=sendonly i want pass trough media from SIP trunk provi

[asterisk-users] chan_sip -> pjsip - address binding

2020-11-25 Thread marek
sorcery_config_internal_load: Could not create an object of type 'transport' with id 'udp' from configuration file is there some other way? thanks Marek -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out

Re: [asterisk-users] chan_sip -> pjsip - address binding (SOLVED)

2020-11-25 Thread marek
Dne 25/11/2020 v 16:29 Joshua C. Colp napsal(a): On Wed, Nov 25, 2020 at 11:24 AM marek <mailto:cervaj...@gmail.com>> wrote: tried chan_sip/udp + pjsip/tcp but the same problem sip.conf [general] udpbindport=5060 udpbindaddr=0.0.0.0 tcpenable=no

Re: [asterisk-users] chan_sip -> pjsip - address binding

2020-11-25 Thread marek
'pjsip.conf' anybody know if its possible preload pjsip before chan_sip? (tried preload=  but its complicated. a lot of dependecies) its Asterisk 13 current Marek Dne 25/11/2020 v 14:55 marek napsal(a): hi, i want gradually migrate to pjsip i have 2 network interfaces with a lot of endpoints

[asterisk-users] 180 Ringing missing

2020-12-01 Thread marek
n if the called party     isn't actually ringing. Allow interruption of the ringback if early media     is received on the channel. it changed to Asterisk 13 (Dial(${ARG1},300,R) -> INVITE <- 100 Trying <- 180 Ringing <- 183 Session Progress ( <- RTP -

Re: [asterisk-users] [External] 180 Ringing missing

2020-12-01 Thread marek
So this is actually correct. One should not rely on any of these 1xx "Provisional" messages. They may or may not be sent, without violating SIP standards. Am 01.12.20, 12:20 schrieb "asterisk-users im Auftrag von marek" : hi, after upgrade from Asterisk 11 to Aste

Re: [asterisk-users] 180 Ringing missing

2020-12-01 Thread marek
Dne 01/12/2020 v 12:58 Joshua C. Colp napsal(a): On Tue, Dec 1, 2020 at 7:20 AM marek <mailto:cervaj...@gmail.com>> wrote: hi, after upgrade from Asterisk 11 to Asterisk 13.38.0(chan_sip) (i know, its old. customer is very conservative...) i have problem with mi

Re: [asterisk-users] [External] 180 Ringing missing

2020-12-18 Thread marek
e is some recommendation - https://www.sipforum.org/technology/sipconnect/ Marek -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.

[asterisk-users] monitoring pjsip status

2020-11-10 Thread marek
Hi, can you recommend way to test status of PJSIP endpoint (SIP trunk to the operator)? is there something better than parsing asterisk -rx "pjsip show contact operator/sip:operator@1.1.1.1:5060" ? We are using icinga2/promethe

Re: [asterisk-users] Disable Session Progress in PJSIP

2021-01-14 Thread marek
it sounds similar to my problem http://lists.digium.com/pipermail/asterisk-users/2020-December/295463.html i'm using workaround for now - Dial with R param   same => n,Dial(PJSIP/alice,,R) R: Default: Indicate ringing to the calling party, even if the called party     isn't actually ringing.

[asterisk-users] asterisk 11 -> 16 ForkCDR

2021-01-04 Thread marek
  159 | 800800800 111222333 | 666777888 | 159 | 800800800 Tried "e" and "v" ForkCDR options.  no change any ideas why CDR records changed after update and what to change? Thanks Marek -- _ -- Band

[asterisk-users] BUILD_NATIVE vs Xeon E5 v2 vs Xeon E5 v3

2021-05-20 Thread marek
RD_LOOPBACK, sa_data=00:00:00:00:00:00}}) = 0 ioctl(3, SIOCGIFHWADDR, {ifr_name="eth0", ifr_hwaddr={sa_family=ARPHRD_ETHER, sa_data=filtered}}) = 0 futex(0x910ba0, FUTEX_WAKE_PRIVATE, 2147483647) = 0 futex(0x910900, FUTEX_WAKE_PRIVATE, 2147483647) = 0 ---

Re: [asterisk-users] BUILD_NATIVE vs Xeon E5 v2 vs Xeon E5 v3

2021-05-20 Thread marek
Uh i forgot. the build machine is a VMware VM and asterisk build is inside a docker container (centos7) as RPM Dne 20/05/2021 v 11:57 marek napsal(a): hi, i builded Asterisk 16.18 with BUILD_NATIVE on Xeon E5 v3 (Intel(R) Xeon(R) CPU E5-2670 v3 @ 2.30GHz) on machine when i want run

Re: [asterisk-users] BUILD_NATIVE vs Xeon E5 v2 vs Xeon E5 v3

2021-05-20 Thread marek
/943755/gcc-optimization-flags-for-xeon/25095818 Dne 20/05/2021 v 12:31 marek napsal(a): Uh i forgot. the build machine is a VMware VM and asterisk build is inside a docker container (centos7) as RPM Dne 20/05/2021 v 11:57 marek napsal(a): hi, i builded Asterisk 16.18 with BUILD_NATIVE on Xeo

[asterisk-users] mobile phone as queue agent - best practice

2021-02-16 Thread marek
hi, my customer wants call center with mobile phone agents only. What is your experience with this setup? Whats your best practice? - custom device state? - sw sip phone + redirect to mobile number in docker ? - ... tnx Marek

[asterisk-users] dialplan goto - bad priority

2021-09-06 Thread marek
block #2) exten => _X.,n,Set(GWNAME=out) my problem is when call arrive with +421 so i want strip this example prefix from callerid then i expecting that call jump(goto) to the line exten => _X.,1,noop(main block) but it jumps to exten => _X.,n,Set(GWNAME=out) any idea

[asterisk-users] check if call is from chan_sip or chan_pjsip

2021-09-17 Thread marek
? thanks Marek -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https

Re: [asterisk-users] check if call is from chan_sip or chan_pjsip - SOLVED

2021-09-17 Thread marek
${CHANNEL(channeltype)} Dne 17/09/2021 v 14:41 marek napsal(a): hi, i need check sip headers of incoming calls i have hybrid configuration with chan_sip and chan_pjsip enabled so i need check if incoming call is through chan_sip or chan_pjsip because i cant use i.e. ${PJSIP_HEADER(read

[asterisk-users] Opus Codec - real world adoption

2021-12-17 Thread marek
) - Any experience with "better" audio on slow/problematic internet connection? - Any experience with call recordings on endpoint side(pbx user) and speech to text transcription? (compared to calls in alaw/ulaw) Thank you Have a nice weekend Mare

[asterisk-users] asterisk playback ogg files

2021-12-22 Thread marek
be a file which can be played natively on Android, and in browsers (at least Chrome and Firefox). The quality of the encoding is considerably higher than MP3 while using approximately the same bitrate. Marek -- _ --

Re: [asterisk-users] asterisk playback ogg files

2021-12-22 Thread marek
modified exten => _[*+#0-9].,n,Playback(/var/lib/asterisk/sounds/output.ogg) changed to exten => _[*+#0-9].,n,Playback(/var/lib/asterisk/sounds/output-ogg) file [root@dev cz]# file /var/lib/asterisk/sounds/output-ogg.ogg /var/lib/asterisk/sounds/output-ogg.ogg: Ogg data [Dec 22 14:39:26]

Re: [asterisk-users] asterisk playback ogg files (SOLVED)

2021-12-22 Thread marek
asterisk doesn't support .ogg file format (digged through apps/app_playback.c, main/file.c) dev*CLI> core show file formats Format Name   Extensions --    -- slin   mp3    mp3 slin48 ogg_opus   opus so with /var/lib/asterisk/sounds/output-ogg.opus

[asterisk-users] asterisk prometheus grafana dashboard

2021-11-11 Thread marek
hi, i'm testing https://wiki.asterisk.org/wiki/display/AST/Asterisk+18+Configuration_res_prometheus anybody who can share grafana dashboard json  ;) ? thanks Marek -- _ -- Bandwidth and Colocation Provided by http

[asterisk-users] Astricon 2021 Videos

2021-11-08 Thread marek
Hi, will be available videos from Astricon 2021? thank you Marek -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New

[asterisk-users] problem with asterisk multiple queues and call assigning

2022-01-10 Thread marek
queue2 is assigned to agent. i need assign the longer waiting call from queue1 Asterisk 16 any hints/tips? Marek -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk

[asterisk-users] app TRANSFER PJSIP URI format

2022-02-07 Thread marek
asterisk1 to asterisk2 is   SIP/2.0 404 Not found so what's the correct URI for TRANSFER? thanks Marek -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new A

Re: [asterisk-users] app TRANSFER PJSIP URI format (SOLVED)

2022-02-07 Thread marek
mistake in __TRANSFER_CONTEXT Dne 07/02/2022 v 11:17 marek napsal(a): hi, i have two asterisk boxes need transfer call from second box to first one pstn -> asterisk1 -> dial(number 555) -> asterisk2 -> TRANSFER (number 444) -> asterisk1 dialplan on asterisk1

[asterisk-users] parsing P-Asserted-Identity if Privacy: id

2022-09-12 Thread marek
hi, what's best method from perfomance view to parse this header P-Asserted-Identity: P-Asserted-Identity: i need +44111222333 (if Privacy: id) PJSIP_PARSE_URI ? STRREPLACE/CUT? FastAGI? other options? thanks Marek

Re: [asterisk-users] parsing P-Asserted-Identity if Privacy: id

2022-09-13 Thread marek
isk/asterisk/blob/97b3459bd249eb3ad4c5fc96732fadf447cd8e6d/res/res_pjsip_caller_id.c#L176 which pill will you take neo? Dne 12/09/2022 v 22:39 marek napsal(a): hi, what's best method from perfomance view to parse this header P-Asserted-Identity: P-Asserted-Identity: i need +44111222

[asterisk-users] pjsip endpoint reachable

2022-10-14 Thread marek
hi, we are migrating from chan_sip to pjsip i want logs like this about pjsip endpoints [Oct 14 17:20:36] NOTICE[35629] chan_sip.c: Peer 'endpoint22' is now Reachable. (15ms / 2000ms) is it possible? thanks Marek

[asterisk-users] is KTLS usable with asterisk+libsrtp?

2022-11-21 Thread marek
with asterisk+libsrtp (for webrtc clients)? any idea about cpu usage impact?  smaller percentage units? thanks Marek -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum

[asterisk-users] mailing list working?

2023-01-24 Thread marek
there are new versions of Asterisk but mailing list is empty http://lists.digium.com/pipermail/asterisk-users/ Marek -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk

[asterisk-users] AEAP experience

2023-07-21 Thread marek
and STT from IBM? https://cloud.ibm.com/docs/speech-to-text?topic=speech-to-text-models-ng#models-ng-telephony Marek -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community

[asterisk-users] aeap wss connection

2024-01-16 Thread marek
request 1/1] what do you think? is it bug? Marek -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk

[asterisk-users] SIP_HEADER GET_TRANSFERRER_DATA chan_pjsip

2024-01-08 Thread marek
? or is there other way? thanks Marek -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here

[Asterisk-Users] mangle + to 00

2005-04-07 Thread marek cervenka
hi, i want change prefix from +XXX. to 00XXX. but this doesnt work [incoming] exten = _+.,1,SetCIDnum(00${CALLERID:1}) exten = _+.,2,goto(incoming,${EXTEN},1) exten = _X.,1,Noop(CALLERID: ${CALLERID}) exten = _X.,2,goto(route,${EXTEN},1) can you help? --- Marek

Re: [Asterisk-Users] chan_cornet

2005-01-10 Thread marek cervenka
HI4K to asterisk? any example h323 conf for asterisk? --- Marek Cervenka Centrum Vypocetni Techniky CVT - http://cvt.fpf.slu.cz FPF SLU OPAVA - http://www.fpf.slu.cz LCNA- http://lcna.slu.cz

Re: [Asterisk-Users] :: Success Case = Motorola 62802-51 as FXO device ::

2005-01-20 Thread marek cervenka
, audio experience (echo, delay, ...) --- Marek Cervenka Centrum Vypocetni Techniky CVT - http://cvt.fpf.slu.cz FPF SLU OPAVA - http://www.fpf.slu.cz LCNA- http://lcna.slu.cz

[Asterisk-Users] 1x fxs + 1x fxo transfer

2005-01-20 Thread marek cervenka
)? --- Marek Cervenka Centrum Vypocetni Techniky CVT - http://cvt.fpf.slu.cz FPF SLU OPAVA - http://www.fpf.slu.cz LCNA- http://lcna.slu.cz === ___ Asterisk-Users mailing list

[Asterisk-Users] zaptel vanilla kernel

2005-01-24 Thread marek cervenka
hi, to digium maybe some individuals: do you plan add zaptel drivers to vanilla kernel? for users is this very good thing --- Marek Cervenka Centrum Vypocetni Techniky CVT - http://cvt.fpf.slu.cz FPF SLU OPAVA - http://www.fpf.slu.cz LCNA

Re: [Asterisk-Users] Asterisk 1.0.4 and more ... + rpm spec

2005-01-24 Thread marek cervenka
rpmbuild -ba asterisk.spec if this file will be contained directly in the tarball (like openvpn or other good software), then simply run rpmbuild -ta asterisk-1.0.5.tar.gz --- Marek Cervenka Centrum Vypocetni Techniky CVT - http://cvt.fpf.slu.cz FPF

Re: [Asterisk-Users] Asterisk 1.0.4 and more ... + rpm spec

2005-01-24 Thread marek cervenka
rpmbuild -ba asterisk.spec if this file will be contained directly in the tarball (like openvpn or other good software), then simply run rpmbuild -ta asterisk-1.0.5.tar.gz sorry, file is in attachment now --- Marek Cervenka Centrum Vypocetni Techniky CVT

[Asterisk-Users] ogg vorbis

2005-01-26 Thread marek cervenka
hi, what are the reasons why ogg player is not included in asterisk?(for onhold music) technical, political, no coders? --- Marek Cervenka Centrum Vypocetni Techniky CVT - http://cvt.fpf.slu.cz FPF SLU OPAVA - http://www.fpf.slu.cz LCNA

Re: [Asterisk-Users] SIP jitter?

2005-02-14 Thread marek cervenka
with it to your heart's content--like the rest of us? It would work just like it had really been put into CVS-HEAD. less testers less bug reports for production use is stable version (asterisk doesnt have good roadmap and versioning :( ) --- Marek Cervenka Centrum

Re: [Asterisk-Users] click to dial extension number functionality ?

2005-02-25 Thread marek cervenka
.= fread($socket, 8192); } fclose($socket); echo pre; echo ASTERISKMANAGEREND $wrets ASTERISKMANAGEREND; echo /pre; } ? --- Marek Cervenka Centrum Vypocetni Techniky CVT - http://cvt.fpf.slu.cz FPF SLU OPAVA - http://www.fpf.slu.cz LCNA

Re: [Asterisk-users] Asterisk 1.0.6

2005-02-28 Thread marek cervenka
about Asterisk. there is unofficial fast mirror in europe (md5 will be useful) ftp://ftp.ipex.cz/pub/mirrors/ftp.asterisk.org/pub/telephony/asterisk/ --- Marek Cervenka Centrum Vypocetni Techniky CVT - http://cvt.fpf.slu.cz FPF SLU OPAVA - http

[Asterisk-Users] re: PA1688 Chipset IP Phones ATA's

2004-12-23 Thread marek cervenka
192.168.1.100: PHONE 192.168.1.100: V1.37.008 192.168.1.100: Updating ... Please Wait 192.168.1.100: upgrade binary mismatch any help? --- Marek Cervenka Centrum Vypocetni Techniky CVT - http://cvt.fpf.slu.cz FPF SLU OPAVA - http://www.fpf.slu.cz LCNA

Re: [Asterisk-Users] re: PA1688 Chipset IP Phones ATA's

2004-12-23 Thread marek cervenka
binary mismatch any help? i'm found the problem in the settings debug - no check --- Marek Cervenka Centrum Vypocetni Techniky CVT - http://cvt.fpf.slu.cz FPF SLU OPAVA - http://www.fpf.slu.cz LCNA- http://lcna.slu.cz

[asterisk-users] asterisk1.2 to 1.4 g711a fax

2007-08-02 Thread marek cervenka
- sip - asterisk2 1.4.X(xen virtual) - linksys ATA configuration is same do you hava any idea what is changed in 1.4 in g711 pass-through faxing? thanks marek ___ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing

Re: [asterisk-users] asterisk1.2 to 1.4 g711a fax

2007-08-06 Thread marek cervenka
(like a2billing etc) then fax FAIL any ideas? Marek Cervenka ___ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk

Re: [asterisk-users] asterisk1.2 to 1.4 g711a fax

2007-08-08 Thread marek cervenka
(); $dialstr = SIP/asterisk1/1|300|HgL(61:61000); $myres = $agi-exec(DIAL $dialstr); $agi-hangup(); ? thanks! Marek Cervenka ___ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list

Re: [asterisk-users] Faxing through a PAP2

2007-08-13 Thread marek cervenka
too --- Marek Cervenka === ___ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http

Re: [asterisk-users] Redundancy / Failover

2007-08-21 Thread marek cervenka
is master? (heartbeat) - now i have custom script for this question2: it's possible read registration data from astdb from python/php (or it is possible write sip registrations to mysql/sqlite? i do not want realtime because of NAT issues) --- Marek Cervenka

[asterisk-users] Channel banks for E1

2007-08-30 Thread Jan Marek
(O), but I have Digium E1 card and I want use for one line 30 channels and not only 24. Thank you very much. Sincerely Jan Marek -- Ing. Jan Marek | Nez mi poslete prilohu .doc, .xls University of South Bohemia | nebo .ppt, prectete si, prosim, Academic Computer Centre | WWW

[Asterisk-Users] fax pass-through

2006-02-14 Thread marek cervenka
result is '(null)' any ideas? --- Marek Cervenka === ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit

Re: [Asterisk-Users] fax pass-through

2006-02-14 Thread marek cervenka
DEBUG[28047] pbx.c: Function result is '1139871035.6' Feb 13 23:52:00 DEBUG[28047] pbx.c: Function result is '(null)' any ideas? --- Marek Cervenka === ___ --Bandwidth and Colocation

Re: [asterisk-users] chan_ss7 0.10

2008-03-02 Thread marek cervenka
developed by www.dicea.dk. http://www.dicea.dk/company/downloads it's used on production servers. it is very stable solution --- Marek Cervenka === ___ -- Bandwidth and Colocation

[asterisk-users] incoming call popup

2008-03-04 Thread marek cervenka
hi, can you recommend cleansimplestable solution for incoming call popup (in browser)? i'm using flash operator panel now but i want something without flash (maybe something in AJAX?) thanks --- Marek Cervenka

[asterisk-users] (announce) asterisk T.38 gateway

2008-07-08 Thread marek cervenka
--- Marek Cervenka === ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2008 - September 22 - 25 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users

Re: [asterisk-users] (announce) asterisk T.38 gateway

2008-07-10 Thread marek cervenka
marek cervenka wrote: hi, there is T.38 fax gateway for asterisk http://bugs.digium.com/view.php?id=12931 please test it and report bugs for people from http://www.voip-info.org/wiki-Asterisk+T.38+Bounty if you still want donate t.38 development please contact me at cervajs

[asterisk-users] asterisk stops sending qualify

2008-07-29 Thread marek cervenka
--- Marek Cervenka === ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2008 - September 22 - 25 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users

Re: [asterisk-users] G722 capable soft phone?

2008-08-07 Thread marek cervenka
Does anyone know where I might purchase a G.722 capable SIP soft phone? Counterpath say that they offer one, but only in the OEM versions do they support G.722. I need only a couple of licenses. www.qutecom.org --- Marek Cervenka

[asterisk-users] Re: [asterisk-dev] SRTP implementation

2007-05-01 Thread marek cervenka
= 610,n,hangup p.s. sorry for cross post --- Marek Cervenka Centrum Vypocetni Techniky CVT - http://cvt.fpf.slu.cz FPF SLU OPAVA - http://www.fpf.slu.cz LCNA- http://lcna.slu.cz

[asterisk-users] 1.2.17 - 1.2.18 asterisk crash

2007-05-12 Thread marek cervenka
hi, i am updated to latest asterisk stable (because of security problems), but now asterisk crashes within a hour log is clear do you someone have this problem too? --- Marek Cervenka

Re: [asterisk-users] Re: Dell PowerEdge 2950 Sharing NIC IRQ with Digium Card

2007-02-12 Thread marek cervenka
interrupt line scenarios. --- Marek Cervenka === ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http

[asterisk-users] SRTP testers needed

2007-03-23 Thread marek cervenka
please look at http://www.voip-info.org/wiki/view/Asterisk+SRTP and try compilerun clients with srtp (linksys,gxp-2000, minisip, twikle, ...) --- Marek Cervenka Centrum Vypocetni Techniky CVT - http://cvt.fpf.slu.cz FPF SLU OPAVA - http

Re: [asterisk-users] SRTP testers needed

2007-03-23 Thread marek cervenka
On Fri, 2007-03-23 at 16:12 +0100, marek cervenka wrote: please look at http://www.voip-info.org/wiki/view/Asterisk+SRTP and try compilerun clients with srtp (linksys,gxp-2000, minisip, twikle, ...) Does this work on 1.2 or 1.4 too or is it trunk only? trunk only ... now no testers

Re: [asterisk-users] Any free video (or audio) softphone VOIP client under Linux with touchscreen friendly interface ?

2009-01-15 Thread marek cervenka
there are some skins for existing clients that are more touchscreen friendly ? http://www.qutecom.org it is successor to openwengo --- Marek Cervenka === ___ -- Bandwidth

[asterisk-users] SRTP testers needed

2009-04-14 Thread marek cervenka
...@njs.netlab.cz thanks! --- Marek Cervenka === ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit

Re: [asterisk-users] Open source SIP client

2009-05-20 Thread marek cervenka
can anybody help me to give Opensource SIP client information which can be modified as per our requirment http://www.qutecom.org --- Marek Cervenka === ___ -- Bandwidth

[asterisk-users] playing media(moh,prompts) from flash player

2009-05-21 Thread marek cervenka
(with ffmpeg), supported free audio codecs (http://en.wikipedia.org/wiki/Flash_Video#Format_details) * uncompressed PCM * ADPCM * AAC can you someone recommend solution/combination which works? tnx --- Marek Cervenka

Re: [asterisk-users] Ekiga, Twinkle and from where to start with open source

2009-06-03 Thread marek cervenka
,linux,mac) --- Marek Cervenka === ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit

[asterisk-users] looking for GXV-3000 users

2006-09-01 Thread marek cervenka
hi, i want try Grandstream GXV-3000 video part. i'm looking for GXV users. i have asterisk-trunk available. please contact me privately (or at jabber:[EMAIL PROTECTED]) --- Marek Cervenka

asterisk t.38 (was RE: [asterisk-users] trixbox t38 pass through)

2006-09-26 Thread marek cervenka
T38 passthrough doesn't seem to work in trunk at the moment. that's true http://bugs.digium.com/view.php?id=7679 http://bugs.digium.com/view.php?id=7844 t.38 in asterisk 1.4 http://www.voip-info.org/tiki-index.php?page=Asterisk%20T.38 --- Marek Cervenka

[asterisk-users] digium compatibility notes

2006-10-04 Thread marek cervenka
hi, what is mean by partially incompatible in http://www.digium.com/en/docs/misc/compatibility_notes.php i have server with E7221+te110p mobo and i think i dont have any problems thanks --- Marek Cervenka

[asterisk-users] Digium TE405 card and Matra PBX

2006-10-11 Thread Jan Marek
timesource on the computer... Is there any other possibility? Thanks for your advices. Sincerely Jan Marek -- Ing. Jan Marek | Nez mi poslete prilohu .doc, .xls University of South Bohemia | nebo .ppt, prectete si, prosim, Academic Computer Centre | WWW stranku uvedenou na poslednim

[Asterisk-Users] OT: pocket pc + ilbc/g729

2005-08-10 Thread marek cervenka
hi, can you recommend some pocket pc sip client with iLBC or G729? i'm googling over a hour and found nothing --- Marek Cervenka === ___ Asterisk-Users mailing list Asterisk

[Asterisk-Users] codecs order

2005-08-15 Thread marek cervenka
--- Marek Cervenka === ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http

[Asterisk-Users] Problems setting up X100 FXO card

2005-08-24 Thread Marek Zachara
... ) please help me sort it out or point out what i'm doing wrong :( thanks, Marek - here is output from kernel/dmesg: Aug 24 16:11:13 arnor kernel: Zapata Telephony Interface Registered on major 196 Aug 24 16:13:32 arnor kernel: ACPI: PCI Interrupt

Re: [Asterisk-Users] ftp.digium.com HTTP mirror, Digium's FTP server

2005-04-28 Thread marek cervenka
The ftp server has been broken for months. If you keep trying you will eventually get a listing or a file. i'm using ftp://ftp.ipex.cz/pub/mirrors/ftp.asterisk.org/ --- Marek Cervenka Centrum Vypocetni Techniky CVT - http://cvt.fpf.slu.cz FPF SLU

Re: [Asterisk-Users] Grandstream GXP-2000 headset

2005-05-23 Thread marek cervenka
--- Marek Cervenka Centrum Vypocetni Techniky CVT - http://cvt.fpf.slu.cz FPF SLU OPAVA - http://www.fpf.slu.cz LCNA- http://lcna.slu.cz === ___ Asterisk-Users mailing list Asterisk-Users

[Asterisk-Users] gxp-2000 tftp cfg

2005-06-07 Thread marek cervenka
hi, can you someone post tftp template for gxp-2000? like http://www.grandstream.com/DOWNLOAD/Configuration_Tool/Windows/Grandstream_Configuration_File_Template_1.0.6.x.txt thanks --- Marek Cervenka

[Asterisk-Users] sip nat bug

2006-04-13 Thread marek cervenka
--- Marek Cervenka Centrum Vypocetni Techniky CVT - http://cvt.fpf.slu.cz FPF SLU OPAVA - http://www.fpf.slu.cz LCNA- http://lcna.slu.cz === ___ --Bandwidth

[Asterisk-Users] grandstream GXV-3000

2006-05-09 Thread marek cervenka
hi, do you someone test this http://www.grandstream.com/y-gxv3000.htm? video works? (it's have H264 video codec) i want this topology gxv-3000 - nat -{Internet}- Asterisk -{Internet}- nat - gxv-3000 --- Marek Cervenka LCNA- http://lcna.slu.cz

[Asterisk-Users] Astricon - materials

2005-10-25 Thread marek cervenka
hi, will be somewhere materials (videos, presentations) from astricon? thanks --- Marek Cervenka Centrum Vypocetni Techniky CVT - http://cvt.fpf.slu.cz FPF SLU OPAVA - http://www.fpf.slu.cz LCNA- http://lcna.slu.cz

Re: [Asterisk-Users] Astricon - materials

2005-10-29 Thread marek cervenka
marek cervenka wrote: hi, will be somewhere materials (videos, presentations) from astricon? Registered attendees will get information about the material soon. No videos where recorded this year. any chance for not registered? astricon was too far for me (europe) my english is terrible

[Asterisk-Users] sqlite + stable asterisk

2005-08-29 Thread marek cervenka
[1]: Leaving directory `/usr/src/asterisk/cdr' make: *** [subdirs] Error 1 --- Marek Cervenka === ___ --Bandwidth and Colocation sponsored by Easynews.com -- Asterisk-Users mailing

[Asterisk-Users] Hangup problem

2005-09-08 Thread Marek Zachara
() [pbx_config] 't' =1. Hangup() [pbx_config] please tell me what i'm doing wrong :) thanks in advance, Marek ___ --Bandwidth and Colocation sponsored by Easynews.com -- Asterisk-Users mailing list

[Asterisk-Users] Huge Echo

2005-09-09 Thread Marek Zachara
piece of the call could be causing the trouble so i can look into it? thanks, Marek ___ --Bandwidth and Colocation sponsored by Easynews.com -- Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk

  1   2   3   4   >