search for: westcomllc

Displaying 9 results from an estimated 9 matches for "westcomllc".

2004 Jul 28
3
MGCP & Caller ID
...evice (sip or mgcp) have name/number displayed properly by the called party's phone. Calls from the mgcp device to any other device display "Asterisk" as the cid name, nothing for number. Here's what I have in my mgcp.conf for the device: [2084728800103] host = dynamic context = westcomllc line => aaln/1 callerid = "Jeremy Jones" <103> nat = no transfer = yes callwaiting = yes threewaycalling = yes cancallforward = yes mailbox = 103@westcomllc When placing outbound calls (out our pstn gateway), I always replace cid name/number w/the main number & name of the c...
2004 Jan 19
3
Residential services
Hi folks, The obligatory newbie disclaimer: "Hi, I'm new to Asterisk and I have a couple questions..." OK, now that that's over with: I've just started working for a small CLEC, and I'm trying to sell * to my boss as a replacement for some expensive/inflexible/closed-source software he's been using to provide residential dialtone with for a couple years now.
2003 Jun 10
10
chan_oh323
Hi, does anybody manage to get music-on-hold with inaccess oh323 driver? Statement like : exten => 10,1,Dial(OH323/xx,mt) works (dials the xx number) but no music is heared. Also, if I put 'r' (ringback) it doesn't work either. With chan_h323 I got this functionality but this driver had some other problems (call transfer don't work).... Thanx in advance, Victor...
2004 Apr 21
1
uClibc patch?
Hi, I've been searching on an error I'm getting trying to compile against uClibc, related to enum support. I found reference in an earlier thread (http://lists.digium.com/pipermail/asterisk-users/2003-June/014176.html) to a patch adding an Makefile option to remove enum support. Anyone have that diff file lying around? Thanks, Jeremy Jones
2004 Jun 03
1
parking in multiple contexts
Hi all, If I have multiple extension contexts for different businesses sharing an * pbx, and I include => parkedcalls in each of these separate contexts, would someone at biz-1 be able to pick up a parked call that someone in biz-2 parked? I _don't_ want this to happen -- I'd like to be able to include a different "parkedcalls" context in each business' context, and
2004 Jul 20
0
Linux sparc64 conferencing?
Ok, maybe a _wee_ bit esoteric, but... I've setup a developemnt system on a Sun Netra T1 running Aurora Linux (rh-7.3 for sparc64) -- just a few minor Makefile changes in codecs necessary. All in all, it's running nice. My only problem is lack of meetme or comprable features. I can't get zapdummy (these boxes use usb-ohci, not usb-uhci) to compile, and zaprtc sure won't work
2004 Jun 22
6
*69
Hello, I've managed to build in the "last number repeat" outlined at http://www.voip-info.org/wiki-Asterisk+last+number+repeat to call back the last person _I_ called from a particular phone, and now I'd like to try to do something similar for the common *69 -- call back the last number that called me. I assume I'll do part of this in my standard extension macro --
2004 May 10
1
DNS load-balancing & SRV records
Let's say I have a third-party device acting as a sip<-->pstn gateway, a cluster of three asterisk servers, and a teensy bit of dns knowledge. Let's now say those asterisk servers are a1.company.com at 192.168.0.1, a2.company.com at 192.168.0.2, and a3.company.com at 192.168.0.3. 1. If I setup round-robin dns like so: asterisk.company.com. IN A 192.168.0.1 asterisk.company.com. IN
2004 Jan 22
3
MGCP w/8x8 DTA-310 and as5300 pstn gateway
Hello folks, I'm trying to get an 8x8 DTA-310 running mgcp to work. I get no dialtone & can't get it to ring. My mgcp.conf says: ; ; MGCP Configuration for Asterisk ; [general] port = 2427 bindaddr = 0.0.0.0 [172.16.2.25] host = 172.16.2.25 context = default line => aaln/1 And here's the interesting bits of extensions.conf: [globals] ... TRUNK=H323/BYEXTENSION@pstn_gw ...