[asterisk-users] cmd Authenticate

2010-06-29 Thread Coco Richard
Hi, i need to save into a local variable the user's input dialed during the cmd Authenticate(). Is there a way to do it? thx rich -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join

Re: [asterisk-users] cmd Authenticate

2010-06-29 Thread Coco Richard
Danny, Doug thx for the replies. According to the documentation, there is no change for Authenticate() in version 1.6.x.x. So it seems i have to use Read(). rich On Tue, Jun 29, 2010 at 3:26 PM, Doug Lytle supp...@drdos.info wrote: Coco Richard wrote: Hi, i need to save into a local

Re: [asterisk-users] Security Against brute force attack

2009-11-19 Thread Coco Richard
Hi, there are several possibilities do to it REGISTER Username/Extensions Enumeration INVITE Username/Extensions Enumeration OPTION Username/Extensions Enumeration for more information: http://www.hackingvoip.com/presentations/sample_chapter3_hacking_voip.pdf rich... On Thu, Nov 19, 2009 at

Re: [asterisk-users] Allow Header

2009-11-10 Thread Coco Richard
Hi, asterisk version is 1.4.13 rich... On Tue, Nov 10, 2009 at 7:01 AM, Tilghman Lesher tles...@digium.com wrote: On Monday 09 November 2009 15:38:54 Coco Richard wrote: i'm not sure to understand. Asterisk does support SIP INFO, so why doesn't Asterisk add the INFO Method in the 200OK

Re: [asterisk-users] Allow Header

2009-11-10 Thread Coco Richard
I took a look in chan_sip.c an for 1.4.13 ALLOWED_METHODS doesn't add INFO. So I will upgrade to 1.6... thank you for the replies... rich... On Tue, Nov 10, 2009 at 9:21 AM, Coco Richard richard.kingc...@gmail.com wrote: Hi, asterisk version is 1.4.13 rich... On Tue, Nov 10, 2009 at 7

[asterisk-users] Allow Header

2009-11-09 Thread Coco Richard
Hi all, In the INVITE from my SIP provider to Asterisk i can see that the Allow Header includes an INFO Method, but Asterisk replies a 200 OK with an Allow Header without INFO Method. But in the RFC3261 (20.5) you can read: All methods, including ACK and CANCEL, understood by the UA MUST be

Re: [asterisk-users] Allow Header

2009-11-09 Thread Coco Richard
of that method in order for the other UA to be willing to send messages with that request method to it. Coco Richard wrote: Hi all, In the INVITE from my SIP provider to Asterisk i can see that the Allow Header includes an INFO Method, but Asterisk replies a 200 OK with an Allow Header without INFO

[asterisk-users] RFC 3578 in Asterisk

2009-09-04 Thread Coco Richard
Hi all, our asterisk is connected to a sip proxy through a sip trunk. Let's say we have following dial plan (only an example) [from_sip_proxy] exten = 36122512,1,Answer() exten = 36122512,2,VoiceMailMain() exten = 3612252,1,Answer() exten = 3612252,2,MeetMe(313,MI) exten = 3612252,3,HangUp()

Re: [asterisk-users] pick up IAX2 calls

2008-11-26 Thread coco
Hello I asked the same thing some time ago, but nobody answered. I founded some workaround. Use this in your dialplan: exten = _7.,1,SET(GLOBAL(PICKUPMARK)=${EXTEN:1}) exten = _7.,n,Pickup(${EXTEN:[EMAIL PROTECTED]) This worked for me. Cosmin --- On Thu, 11/27/08, Bruno Castelo Branco

Re: [asterisk-users] Problem with pickup extension *8 from features.conf using IAX

2008-09-30 Thread coco
/27 coco [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Hello list I am trying to configure a PBX using Asterisk. The problem I am havong is the following: I want to use the *8 from features.conf to pickup any ringing extension from a group, becouse I want to put

Re: [asterisk-users] Problem with pickup extension *8 from features.conf using IAX

2008-09-28 Thread coco
believe chan_iax2 does not support call pickup. Search the archives. Shazaum wrote: already tested with an exten? ex: exten = _*8.,1,Pickup(${EXTEN:[EMAIL PROTECTED]) exten = _*8.,n,Hangup() 2008/9/27 coco [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Hello list I am trying

[asterisk-users] Problem with pickup extension *8 from features.conf using IAX

2008-09-27 Thread coco
Hello list   I am trying to configure a PBX using Asterisk. The problem I am havong is the following: I want to use the *8 from features.conf to pickup any ringing extension from a group, becouse I want to put the users in call queues and I want anybody from the company to be able to pick a

[asterisk-users] asterisk and 802.1Q

2008-06-30 Thread Coco Richard
Hi all, How can i use different VLANs for signaling and audio, e.g vlan 100 for sip and vlan 200 for rtp? Where can i find documentations for this? Comments and suggestions are welcomed (a sample config too :-))) thx in advance rich ___ -- Bandwidth

[asterisk-users] call on hold--hokk flash---i want to know if i can disable it

2008-01-21 Thread coco
Hello I have a problem with my asterisk server, I want to disable the call on hold function when flash hook is pressed.(actually to fully disable it for the users connected to the box) It does call on hold when I use the asterisk as a rtp proxy, when it does nattive bridging, the box has

[asterisk-users] sip tcp support

2007-04-16 Thread richard Coco
Hi all, i have asterisk 1.2.17 with sip tcp support and i am trying to connect asterisk with HiPath 4000 V.3.0 using SIP. I can see the registration from the HG3540. But when i try to place a call from Asterisk to HiPath, the call fails with SIP/2.0 603 Declined. The strange thing is that the

Re: [asterisk-users] sip tcp support

2007-04-16 Thread richard Coco
--- J. Oquendo [EMAIL PROTECTED] wrote: richard Coco wrote: Hi all, i have asterisk 1.2.17 with sip tcp support and i am trying to connect asterisk with HiPath 4000 V.3.0 using SIP. I can see the registration from the HG3540. But when i try to place a call from Asterisk

Re: [asterisk-users] sip tcp support

2007-04-16 Thread richard Coco
strange i have: udp0 0 0.0.0.0:5060 0.0.0.0:* 9722/asterisk 972 is the tie access code from Hiapth to Asterisk. --- Tzafrir Cohen [EMAIL PROTECTED] wrote: On Mon, Apr 16, 2007 at 03:03:30AM -0700, richard Coco wrote: Hi all

Re: [asterisk-users] sip tcp support

2007-04-16 Thread richard Coco
sorry, it works with upd... I am now able to make and to receive calls. thx... --- richard Coco [EMAIL PROTECTED] wrote: strange i have: udp0 0 0.0.0.0:5060 0.0.0.0:* 9722/asterisk 972 is the tie access code from Hiapth

[asterisk-users] install and setup app_mp4 application

2007-03-21 Thread richard Coco
Hi all, according to http://sip.fontventa.com/content/view/15/44/ i have compiled the mpeg4ip libries without problem. After copying the app_mp4.c file into de Asterisk apps directory and changing the Makefile like. [...] app_sql_odbc.so: app_sql_odbc.o $(CC) $(SOLINK) -o $@

Re: [asterisk-users] voicemail scenario

2007-03-14 Thread richard Coco
can use the variable ${CALLERID(number)} . - Original Message - From: richard Coco [EMAIL PROTECTED] To: Asterisk Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Tuesday, March 13, 2007 10:53 PM Subject: Re: [asterisk-users] voicemail scenario

[asterisk-users] voicemail scenario

2007-03-13 Thread richard Coco
Hi all, i need help to implement a voicemail scenario. What i am trying to do is the following. user X dials a direct access for user Y voicemail and is asked to enter a number (e.g 12345678) and then leaves a message. Then asterisk sends a notification with attachement. The problem is that i

Re: [asterisk-users] voicemail scenario

2007-03-13 Thread richard Coco
Hi, i finally managed to get it work using GlobalVar. I still have a question. I have several context in my voicemail.conf like [default] [customer_1] [customer_2] [customer_3] How can i set a different emailsubject for each context? thx --- richard Coco [EMAIL PROTECTED] wrote: Hi all

[asterisk-users] one way audio when forwarding from ser to asterisk

2007-01-10 Thread richard Coco
Hi all, i have ser and asterisk on the same box with a public ip address. When an UA behind NAT registred on SER try to call the Voicemail or another UA registred on Asterisk i have one way audio (caller cannot hear the callee). [UA/SER]--[router/nat]--[SER/Asterisk] UA has private

Re: [asterisk-users] 802.1x support in wired sip hardphones ?

2007-01-04 Thread richard Coco
How (and where) could you provision those phones ? Do you have any support from Siemens or anyone ? We have a HiPath4000 V1.0 interconnected with Asterisk using oh323. I have flashed several OptiPoints (from the HiPath) to SIP firmware. But again OptiPoints seem to work well with Asterisk but

Re: [asterisk-users] 802.1x support in wired sip hardphones ?

2007-01-02 Thread richard Coco
Hi, http://www.communications.siemens.co.uk/enterprise/products/optiPoint_410s.htm rich. --- Olivier [EMAIL PROTECTED] wrote: Hi, Is anyone aware of a wired sip hardphone supporting 802.1x authentication ? I've been told some Avaya and Alcatel ip phones supported 802.1x. As 802.1x

Re: [asterisk-users] 802.1x support in wired sip hardphones ?

2007-01-02 Thread richard Coco
FreeRadius) a howto about 802.1X Port-Based Authentication are avalaible at http://tldp.org/HOWTO/html_single/8021X-HOWTO/ 2007/1/2, richard Coco [EMAIL PROTECTED]: *** This message was sent to your KasMail disposable email address: Asterisk Users Mailing List - Non-Commercial Discussion

Re: [asterisk-users] [Asterisk-Java] SipShowPeerAction

2006-10-05 Thread richard Coco
)) { hmap.get(((HangupEvent)event).getChannel().substring(0, 8)).setIcon(new ImageIcon(personal_green.png)); } } } } thx in advance! --- Tim Panton [EMAIL PROTECTED] wrote: On 4 Oct 2006, at 16:33, richard Coco wrote: Hi all

[asterisk-users] [Asterisk-Java] SipShowPeerAction

2006-10-04 Thread richard Coco
Hi all, first of all sorry for the question. I know there is an asterisk-java mailinglist but i am not subscribed to this list and i am sure there are asterisk-java guru on this list who can help me. I am trying to get the status of a peer using SipShowPeerAction. Unfortunately the getStatus

[asterisk-users] unable to change the emailbody for email notification

2006-09-18 Thread richard Coco
|wav attach=no maxmessage=180 maxgreet=60 skipms=3000 maxsilence=10 silencethreshold=128 maxlogins=3 emailbody=Dear ${VM_NAME}:\n\n\t you were just left a ${VM_DUR} long message (number ${VM_MSGNUM})\nin mailbox ${VM_MAILBOX} from ${VM_CALLERID}, on ${VM_DATE} \n [default] 2001 = 2001,2001,Coco

[asterisk-users] IAX phone recommandation

2006-09-12 Thread richard Coco
Hi all, we plan to install several IAX softphones. http://www.voip-info.org/wiki-Asterisk+IAX+clients lists a lot of IAX phones for Windows and Linux. Which one would you recommand? We will install IAX client on Linux and Windows. thx richard __

Re: [asterisk-users] SIP client with video???

2006-07-28 Thread richard Coco
Hi, i have xlite too and it works without any problems. ps: what about ekiga? (www.ekiga.org) rich --- Joao Pereira [EMAIL PROTECTED] wrote: Hello to all can someone recommend me a nice SIP client with video for windows?? I tried X-Lite 3.0 but it's a lousy piece of software.

[asterisk-users] [oh323]FastStart/H245Tunnelling/H245inSetup

2006-07-27 Thread richard Coco
Hi all, i have following setup []--[asterisk]--[oh323]--[HiPath]--[8000] is my voicemail access exten = ,1,Answer() exten = ,2,VoiceMailMain() 8000 is an Optiset phone registered on the HiPath. When 8000 calls i have no voice (depends on the setting of FastStart). When

Re: [Asterisk-Users] Asterisk-1.2.9.1 with Siemens HiPath 4000

2006-06-27 Thread richard Coco
) would be this parameter? Best Regards Josué 2006/6/26, richard Coco [EMAIL PROTECTED]: Hi Josué if the Siemens phone calls Asterisk, it didn't get a dial tone from Asterisk? Is it correct? if yes, this is depending of Asterisk which didn't

Re: [Asterisk-Users] Asterisk-1.2.9.1 with Siemens HiPath 4000

2006-06-27 Thread richard Coco
in my HiPath 4000, what I have seemed in the COT is TR6T (1tr6 isdn tie link) would be this parameter? Best Regards Josué 2006/6/26, richard Coco [EMAIL PROTECTED]: Hi Josué if the Siemens phone calls Asterisk, it didn't get a dial tone from

Re: [Asterisk-Users] siemens pbx and asterisk

2006-06-27 Thread richard Coco
Hi, which Hicom and which version is installed? Hicom 300 or Hicom100? rich --- Lito Lampitoc [EMAIL PROTECTED] wrote: Hello all, I'm new to asterisk. Our company wants to setup an asterisk server and will eventually move to IP centric phones, but they don't want to just throw away

RE: [Asterisk-Users] Re: siemens pbx and asterisk

2006-06-27 Thread richard Coco
hi all, The HG3550 V1 and HG3550v1.1 only supports H.323 V.2. I'am not sure but i thing that the feature CallerID Name was introduced in version 3 of the H.323 standard. More informations about the owerviews at http://www.packetizer.com/voip/h323/. -Concerning HiPathv3.0. In version 3.0 the

[Asterisk-Users] Re: Asterisk-1.2.9.1 with Siemens HiPath 4000

2006-06-27 Thread richard Coco
Hi Josue... i have taken a short look at the configuration you sent to me off list. First of all, try to change the protocol from ECMAV2 to ETSI or EDSS1 (set the segmentation to 1) and like suggested by Silviu change the switchtype=EuroISDN too. EcmaV2 is normaly used to interconnect Siemens

Re: [Asterisk-Users] Asterisk-1.2.9.1 with Siemens HiPath 4000

2006-06-26 Thread richard Coco
Hi Josué if the Siemens phone calls Asterisk, it didn't get a dial tone from Asterisk? Is it correct? if yes, this is depending of Asterisk which didn't generates a ringback messages as it expexts dial ton generation localy. So try this workaround for HiPath local dial ton generation: - Add

Re: [Asterisk-Users] SIP voice recorder

2006-06-02 Thread richard Coco
Hi, maybe http://www.oreka.org --- Vic [EMAIL PROTECTED] wrote: Hi, I was wondering if anyone knows of a opensource SIP voice logger. I need to simultaneously record around 150 to 200 sessions. I figured that if I just set a mirroring port on the switch and just send all RTP

Re: [Asterisk-Users] SIP voice recorder

2006-06-02 Thread richard Coco
hi, maybe http://www.oreka.org --- Vic [EMAIL PROTECTED] wrote: Hi, I was wondering if anyone knows of a opensource SIP voice logger. I need to simultaneously record around 150 to 200 sessions. I figured that if I just set a mirroring port on the switch and just send all RTP

[Asterisk-Users] no SUBSCRIBE request sent

2006-05-17 Thread richard Coco
Hi all, i am playing around with several optipoint4x0 and run into trouble trying to get hint functionality to work. I notice that there is no status notifications. But afaik this should be implemented via the SUBSCRIBE/NOTIFY mechanism. I can see INVITE, TRYING, RINGING, ACK, BYE but no

Re: [Asterisk-Users] no SUBSCRIBE request sent

2006-05-17 Thread richard Coco
Hi, first of all, sorry for this long thread... I have changed my extensions.conf like you suggested and delete the line with subscribecontext=notify. But unfortunately i still don't see subscribe request in the sip debug trace. SIP Debugging enabled kingcoco*CLI -- SIP read from

Re: [Asterisk-Users] no SUBSCRIBE request sent

2006-05-17 Thread richard Coco
configuration on the IP-phone? thx in advance --- Avi Miller [EMAIL PROTECTED] wrote: On 17/05/2006, at 8:27 PM, richard Coco wrote: unfortunately i still don't see subscribe request in the sip debug trace. Have you configured your phone to subscribe to the extension? :) cYa, Avi

Re: [Asterisk-Users] Hint priority

2006-05-15 Thread richard Coco
Hi, i have change my sip.conf and my extensions.conf but unfortunately nothing change. Should i not see the hint priority in the CLI? richard --- Steve Davies [EMAIL PROTECTED] wrote: On 5/12/06, Jerry Jones [EMAIL PROTECTED] wrote: I believe the hint priority must be in the same context

[Asterisk-Users] Hint priority

2006-05-12 Thread richard Coco
Hi all, i am desperating, trying to configure an OptiPoint410 with the hint priority. Here what i have... OptiPoint410std- exten 2001 X-Lite - exten 2002 But unfortunately no LED ON on my OptiPoint410 sip.conf [2001] type=friend context=local host=dynamic dtmfmode=rfc2833 incominglimit=1

[Asterisk-Users] asterisk with Dialogic BRI /2VFD

2006-05-02 Thread richard Coco
Hi all, i have an Asterisk box with an Eicon 4BRI with chan_capi-cm and every thing works fine. We now plan to install a new Asterisk using a Dialogic BRI/2VFD. Is the Dialogic card supported and can i use chan_capi-cm? Has anyone managed to install this card? Unfortunately i was unable to find

[Asterisk-Users] AMILogin and case sensitive

2006-04-03 Thread richard Coco
Hi list, i am playing around with asterisk manager interface (and astriskjava) and i notice that the login is not case sensitive. so i can use username: admin secret: admin --- # telnet localhost 5038 Trying 127.0.0.1... Connected to

Re: [Asterisk-Users] Asterisk and Hipath interconnections

2006-02-27 Thread richard Coco
Hi, if yo are looking a way to interconnect Asterisk with a HiPath 4000 via IP, so you have 2 ways to do it. - via oh323 (for HiPath 4000 version 1 and 2) - since HiPath4000 version 3 you are able to interconnect using sipQ (SIP Trunking) --- Viktor Tatianin [EMAIL PROTECTED] wrote: Hello

Re: [Asterisk-Users] Asterisk and Hipath interconnections

2006-02-27 Thread richard Coco
Hi again, i don't think that the HiPath2000 is an Asterisk based system. AFAIK the HiPath2K is only configurable using a Web-based tool (no console access). For the moment the HiPath2K will only be release with CornetIP (HFA). No SIP (panned in a second step) and unfortunazely no IAX are

Re: [Asterisk-Users] chan_capi-cm and DID

2006-01-19 Thread richard Coco
Jan 2006, richard Coco wrote: Hi Armin, thx for your feedback, but what do you mean with Did you load the card with config for DID on that port? I have loaded the modules with: modprobe capi modprobe kernelcapi modprobe divacapi modprobe divas and then loaded divactrl

Re: [Asterisk-Users] chan_capi-cm and DID

2006-01-17 Thread richard Coco
that this is ok (it works without did)? Or have i forgotten something? thx in advance.. --- Armin Schindler [EMAIL PROTECTED] wrote: On Mon, 16 Jan 2006, richard Coco wrote: Hi all, i have asterisk 1.0.9 with an Eicon Diva 4bri and chan_capi-cm-0.6. I have 2 NTBAs (one with did and one

[Asterisk-Users] chan_capi-cm and DID

2006-01-16 Thread richard Coco
Hi all, i have asterisk 1.0.9 with an Eicon Diva 4bri and chan_capi-cm-0.6. I have 2 NTBAs (one with did and one without). When using the one without did, i am able to place outgoing and incoming calls. When i use the NTBAs with did i have a layer 2 error. Anyone an idea? -- Executing

Re: [Asterisk-Users] [offtopic] Asterisk -IP- Siemens HiPath 4000

2005-12-21 Thread richard Coco
Hi, we have interconnected Asterisk with a HiPath4000 V1.0 using a H.323 Trunk. You have to install the oh323 channel from [1]. On your HiPath4000 V1.0 or V2.0 you need a HG3550 board for IP-Trunking. If you have the version 3.0 then the HiPath supports SIP-Trunking but i have not tested it yet.

[Asterisk-Users] CallParking and chan_capi-cm-0.6

2005-12-06 Thread richard Coco
Hi all, i run into problems using park calling with chan_capi. My setup looks like this [200X]--[Asterisk]--[PSTN] For internal calls [1] and for incoming call from PSTN[2] every thing works fine. Unfortunately when a sip extension (say 2007) makes an outgoing call to PSTN and 2007 tranfers to

[Asterisk-Users] moh on optipoint400

2005-11-29 Thread richard Coco
Hi all, i'm wondering if anyone has ever managed to get moh working on Siemens OptiPoint400? if yes, can you please explain how you did it... thx. __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com

[Asterisk-Users] Asterisk and DrayTek Vigor2600VGi

2005-11-23 Thread richard Coco
Hi all, I'm trying to configure a remote user with a DrayTek 2600Vgi. The setup looks like this. [SIPphone]--[Asterisk]--[Firewall]---[VPN]---[DrayTek]--[Analog-phone] I can place calls to the DrayTek and recieve calls from the analog phone. However, the calling party does not hear the called

Re: [Asterisk-Users] Asterisk and DrayTek Vigor2600VGi

2005-11-23 Thread richard Coco
Hi Alessio [SIPphone]--[Asterisk]--[Firewall]---[VPN]---[DrayTek]--[Analog-phone] I tried a similar setup some times ago and it was working, have you put the private ip address of the asterisk box in the vigor setup ? Can you ping the private address of the vigor from the asterisk box

Re: [Asterisk-Users] Asterisk and DrayTek Vigor2600VGi

2005-11-23 Thread richard Coco
Alessio, Sergio So an upgrade is of course necessary. i have upgraded the vigor. Bad news... i am not able to register the draytek anymore. But using a XLite on my pc behind the Vigor works now fine (no one way audio). however i have an other question. I saw you put for the bindaddr same

[Asterisk-Users] Asterisk connected with CAPI

2005-11-04 Thread richard Coco
Hi all, i'm trying to install a EICON DIVA 4BRI (on CentOS 4.1 2.6.9-22.0.1.EL) using latest package from sourceforge (chan_capi-cm-0.6.tar.gz). I have installed divactrl_2.1.tar.gz and untared protocols_all.tar.bz2 in /usr/share/eicon. ---

Re: [Asterisk-Users] Re: [Asterisk-Dev] MS Live Communications Server

2005-09-28 Thread richard Coco
Hi Jacky, thx for the feedback rich. --- Jacky [EMAIL PROTECTED] wrote: Hi, Richard, I still try, but fail with rtp transfer. 2005/9/27, richard Coco [EMAIL PROTECTED]: I still find out how to let LCS 2005 accept SIP invite from Asterisk, Need more help. Hi jacky

Re: [Asterisk-Users] Re: [Asterisk-Dev] MS Live Communications Server

2005-09-27 Thread richard Coco
I still find out how to let LCS 2005 accept SIP invite from Asterisk, Need more help. Hi jacky, can you please share your experience and explain how to let LCS accept SIP invite from Asterisk. I deseperate trying to place a call from asterisk to LCS. (calling from Asterisk to LCS using

Re: [Asterisk-Users] MS Live Communication Server

2005-09-26 Thread richard Coco
to place a call from lcs to *. thx in advance... --- richard Coco [EMAIL PROTECTED] wrote: Hi, i have the same setup too. [exten_3008]-[asterisk/TCP_SUPPORT]-[LCS]-[exten_20] Unfortunately i don't know how to configure the dialplan in my LCS. Can you please give me a hint where

Re: [Asterisk-Users] MS Live Communication Server

2005-09-22 Thread richard Coco
Hi, i have the same setup too. [exten_3008]-[asterisk/TCP_SUPPORT]-[LCS]-[exten_20] Unfortunately i don't know how to configure the dialplan in my LCS. Can you please give me a hint where to configure this. thx. --- Jacky [EMAIL PROTECTED] wrote: LCS 2005 just support SIP TCP or

Re: [Asterisk-Users] Optipoint 600 Cant boot - development shell active

2005-08-26 Thread richard Coco
Hi, The only thing i know is that you need a netbootserver using five special files. So, if possible, ask Siemens for the optipoint 600 netboot upgrade procedure. AFAIK it is a known problem... hope it helps... --- Anthony Cox [EMAIL PROTECTED] wrote: Not strictly a problem with Asterisk but

Re: [Asterisk-Users] connecting Asterisk with Siemens HiPath4000

2005-06-07 Thread richard Coco
I already have OH323 support in Asterisk, but have no clue how to configure the HiPath. hi... oh323 is the only thing you need for Astersik. For the HiPath it depends on which version you have. FOR HiPath4000 V1.0 --- for version 1.0 you need a HG3550 V1.1 Board. -Configure

[Asterisk-Users] Large installation with Asterisk

2005-06-01 Thread richard Coco
Hi all, i am looking for informations about large installation with Asterisk (~3000 users). Has anybody experience with such a setup. Any comments, suggestions or problems would be appreciated. thx in advance... __ Do You Yahoo!? Tired of spam?

Re: [Asterisk-Users] HiPath 4000 and Asterisk

2005-05-25 Thread richard Coco
--- [EMAIL PROTECTED] wrote: I'm trying to setup Asterisk trunk to Siemens HiPath 4000 V2.01 i suppose you mean version 2.0 ;-) What would be the best way to do so? I am a bit confused because as far as I've understand this PBX doesn't support H323, but I saw somewhere someone who

Re: [Asterisk-Users] Re: Siemens optiPoint 420 phone and Asterisk

2005-04-18 Thread richard Coco
Hi Franz, ok, can you please inform me (the list) if the Optipoint 420 with the firmware 4.0.22A work with Asterisk. If so i will try to contact our contact at Siemens and organize some Optipoint 420. chan_cornet, which would support the proprietary Siemens protocol, is notpart of the CVS tree

Re: [Asterisk-Users] Siemens optiPoint 420 phone and Asterisk

2005-04-15 Thread richard Coco
Franz Knipp [EMAIL PROTECTED] wrote: Hi,today I've got two Siemens optiPoint 420 phones and I want to connectthem to an existing Asterisk server.I didn't find any SIP firmware for that phone, according to announcementsit will be released later this year (hopefully soon). The latest firmware for

[Asterisk-Users] voicemail access

2005-04-05 Thread richard Coco
Hi, my setup [pbx]---[oh323]--[asterisk] calling from the pbx into the voicemail gives following outputin the console -- Executing VoiceMailMain("OH323/R1909", "") in new stackApr 5 19:05:46 DEBUG[11862037]: res_adsi.c:212 __adsi_transmit_messages: No ADSI CPE detected (0) -- Playing 'vm-login'

[Asterisk-Users] SoftClient for Pocket PC

2005-01-27 Thread richard Coco
Hi List, Is it possible to install a soft client on my Pocket Loox 610 (F.C.Siemens)an register itwith asterisk? any suggestions? thx in advance.__Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [Asterisk-Users] chan_cornet

2005-01-11 Thread richard Coco
Hi, we use the oh323 driver (see the post from Joao for installationhttp://www.archivum.info/asterisk-users@lists.digium.com/2005-01/msg00931.html). in the oh323.conf [general] listenPort= 192.x.x.x /the ip @ of the HG3550 fastStart=yes /*enable fast start context=voip-h323 codec=G711A in the

Re: [Asterisk-Users] chan_cornet

2005-01-06 Thread richard Coco
Hi, i agree... no H.323 support for endpoint (HG3530) but you still have h.323 (for the moment only version 2.0)support for ip-trunking (HG3550). So what if you have the following setup. [OPTIPOINT400_HFA]--[HIPAT4K][oh.323][ASTERISK]--[OPTIPOINT400_SIP]. Am i right when i suppose that

RE: [Asterisk-Users] chan_cornet

2005-01-06 Thread richard Coco
GIBERT Frédéric [EMAIL PROTECTED] wrote: STLS4 is a 4 BRI ports card to connect to carrier. STMD8 is a card to connect 8 ISDN Siemens phones (optiset) STMD8 is not a board for Optisets. You have to use a SLMO/SLU board to register an Optiset/Optipoint500. Do you Yahoo!? The all-new My Yahoo!

Re: [Asterisk-Users] chan_cornet

2005-01-05 Thread richard Coco
Hi, The HG1500 is a HiPath3000 board and i don't have experience with Asterisk and HiPath3K. What we have is an Asterisk connected to a Siemens HiPath4000 over a H.323 trunk using oh323 and the HG3550 board. It works fine. But the Siemens HG3550 only supports H.323 V2.0 (so not a lot of features

Re: [Asterisk-Users] chan_cornet

2005-01-05 Thread richard Coco
... but not yet a direct Asterisk-HiPath connection. But doesnt Digium have Asterisk-HiPath solutions? Joao - Original Message - From: richard Coco To: Asterisk Users Mailing List - Non-Commercial Discussion Sent: Wednesday, January 05, 2005 12:13 PM Subject: Re: [Asterisk-Users

Re: [Asterisk-Users] chan_cornet

2005-01-05 Thread richard Coco
Hello Steffen, hey it sounds very good...!!! but what do you mean with *new hipath version doesn't support H.323 anymore*? What version are you talking about? As far as i know the new version of HiPath4000 V2.0 still supports H.323 (STMI2).Steffen Koepf [EMAIL PROTECTED] wrote: Hello, I dont know

[Asterisk-Users] Music on Hold

2004-12-27 Thread richard Coco
Hi all, i'm trying to configure MoH for OptiPoint400std SIP, but it doesn't work. If i try with a softclient moh works fine. Somebody experience with OptiPoint400? Is there additional settings on the Optipoint? Any help would be much appreciated!! thx. Do you Yahoo!? Meet the all-new My

RE: [Asterisk-Users] Music on Hold

2004-12-27 Thread richard Coco
Hi Erik, thx for the feedback. I turned off the Silence Suppression but unfortunately it doesn't work. (i don't think that throwing it out of the window will resolve my problem... but it will think about it... to be continued;-))"E. Versaevel" [EMAIL PROTECTED] wrote: If you’re using G.711

Re: [Asterisk-Users] mail function

2004-12-27 Thread richard Coco
hi check the voicemail.conf Attach=yes Attach causes Asterisk to copy a voicemail message to an audio file and send it to the user as an attachment in an e-mail voicemail notification message. The default is not to do this. Attach takes two values yes or no. extension_number =

Re: [Asterisk-Users] Connecting Siemens HiCom PBX with Asterisk through E1

2004-12-21 Thread richard Coco
richard Coco [EMAIL PROTECTED] wrote: Peter Svensson [EMAIL PROTECTED] wrote: On Sun, 19 Dec 2004, Jens Kübler wrote: I've bought the Wildcard TE110 some days ago but I'm unable to get it to work with Siemens HiCom 300. I've tried this so far: 1. I've used standard cat5 cable cut off on one

Re: [Asterisk-Users] Connecting Siemens HiCom PBX with Asterisk through E1

2004-12-20 Thread richard Coco
Peter Svensson [EMAIL PROTECTED] wrote: On Sun, 19 Dec 2004, Jens Kübler wrote: I've bought the Wildcard TE110 some days ago but I'm unable to get it to work with Siemens HiCom 300. I've tried this so far: 1. I've used standard cat5 cable cut off on one edge and twisted wires 1 to 4 and 2 to

[Asterisk-Users] Display on OptiPoint400std SIP

2004-12-17 Thread richard Coco
Hi all, I have some OptiPoint400 standard SIP connected on Asterisk. They work pretty good. I only notice that calling from OptiPoint to OptiPoint doesn't show me the Caller ID name (only Caller ID number). But calling from an OptiPoint to a SoftClient (e.g X-Lite) shows me both on the

[Asterisk-Users] [oh323] sporadic call setup

2004-12-13 Thread richard Coco
Hi all, this is my actuel setup [SIP 2005]--[asterisk]--H.323 Trunk--[PBX]--[ext. 8900] Linux CentOS 3.3 (2.4.21-20.EL.c0) asterisk-1.0.1 asterisk-oh323-0.6.3b openh323_1.12.2 pwlib_1.5.2 Calling from SIPphone to the extension 8900 works always. Calling from 8900 to SIPphone works only

[Asterisk-Users] outgoing calls

2004-10-11 Thread richard Coco
Hi, here what i have: [2001]--[Asterisk]---[ISDN-Trunk]---[PBX]--[8004] Eicon Diva 4BRI Card to a PBX. Asterisk is running in version 1.0.0 onRedHat Enterprise Linux 3AS with kernel 2.4.21-4.EL. Dialing from Astersik extension 2001 to PBX extension 8004 via ISDN Trunk gives me the following