Displaying 14 results from an estimated 14 matches for "muware".
Did you mean:
mjuware
2005 Feb 01
2
AGI Script for CID Rewrite and CID Name lookup
...in order to allow painless
call-return (that is, insert "1" to 10-digit numbers if they're not
provided, insert international dialing codes for overseas DIDs, etc)
- look up caller-name in a database
- if not found, look up caller-name online
The result can be found here:
http://www.muware.com/asterisk/
The current version is working, and it's even pretty tranparent. There
isn't much in the way of error trapping or such, and there will likely
be some changes/additions before publishing a stable release.
Test the heck out of this little guy -- Comments are welcome.
2005 Sep 12
1
LiveVOIP - I win :)
...ndly folks from liveVOIP went under. We had
some discussion on how to limit our losses, and my recommendation was a
chargeback, since "FTTP Services" -- their CC merchant -- wasn't
affected by the bankruptcy, as far as we could tell.
Today, I received this from my CC company:
http://muware.com/asterisk/livevoip.pdf
Anyone else got lucky?
2008 Feb 21
1
cid_rewrite.php -- Caller ID Name lookup
For those folks who are still using it --
I updated the cid_rewrite script. I noticed that two of the providers
were "iffy" and one had changed format a little while ago. It's working
again.
http://muware.com/asterisk has the latest (1.2.0)
Enjoy,
-- JM
2005 Mar 17
2
Getting caller-name - cid_rewrite 1.0.0
Hi folks, I think my little agi script is ready for the big one-oh-oh.
Available at http://muware.com/asterisk is cid_rewrite-1.0.0. This
agi-script does the following:
- Standardize incoming caller-id numbers to adhere to US dialing code;
NANPA numbers are reformatted to 1+10, international numbers become
011<country-code><number> (this is customizable with a little PHP
knowledge...
2005 Mar 21
2
CallerID Name with IAX Providers
I am pretty sure that there are no IAX providers that offer CallerID name
but wanted to double check with the list in case something has changed
recently. Is anyone aware of an IAX provider that offers incoming CallerID
name?
Is there a technical limitation within IAX which is preventing IAX providers
from offering CallerID Name? Why is no one offering this?
-------------- next part
2005 Mar 24
3
Outlook contacts -> Asterisk database (LookupCIDName)
Is it possible in any way to use an Outlook contacts database as the
source for the internal Asterisk database that is used for callerid
lookups?
Thanks!
2005 Aug 20
0
OT? ... Trying to get cid_rewrite script to work
Sorry if this is a resend, but it didn't appear to go the first time.
> Sorry if this is not the correct place to post this.....
>
>
> I have downloaded the cid_rewrite scripts that are located at:
> http://www.muware.com/asterisk/ to my AAH v1.1 system.
>
> I apologize for my ignorance, but it says that I need to modify the
> agi_config.php, but doesn't indicate what I need to modify it to look
> like. (I'm not a dba kind of person, so this is a bit confusing)
>
> Has anyone had any...
2006 Apr 19
2
Meetme codec translation and callerID library.
Can Meetme be made to work with G.729? (I gather not)
If a call comes in (internally or externally), the call comes in as a
G.729 call, which then re-negotiates to a G.711u call when if gets
transferred to a MeetMe room.
Is there a way to set up asterisk that will allow me to have internal
phones renegotiate to G.711, with the external lines instead transcoding
within asterisk.
(runtime is more
2005 Mar 16
3
NuFone and CallerID
Hey Everyone,
I am using NuFone for 866 inbound service and I am trying to figure out
the callerid part of it. Any call into my * system just shows "Toll Free
Call" and will not give me the calling party's caller ID info.
Is this just something I have to live with using NuFOne, or did I miss
some type of config in * that will grab the callerID other than the
inbound 866 number...?
2005 Mar 27
6
NPA NXX
Does anyone have the NPA NXX list for North America in comma delimited file?
Only looking for:
NPA, NXX, City, State
Just seems it should be available free somewhere?
Then comes the next step, the setting callerid name based on the NPANXX to
city, state
-Mark
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.8.3 - Release Date:
2005 Feb 08
4
how to pop up called number details using php scripts in agi scripts
Hi to all,
I and using asterisk with following setup.
1. TDM400p card with four FXS modules,
so there are four analog phone lines on four zap channels,
My setup is working fine.
And version is like such
Asterisk CVS-v1-0-11/27/04-20:48:45
I want your guidance for the following issue.
with help of agi scripts i am able to insert caller id number in
database of mysql now i want to pop it up via
2005 Feb 07
2
How to number extensions - Which way is best?
If this topic has been discussed already, please point me to it. I have
looked, and I don't see any discussion in the past couple of months or in
the wiki.
When setting up your inside extensions, it can be helpful to choose the
numbering carefully. Ideally, you would like it to not conflict with the
dialing of an outside number.
For example, the extension...
1212
Is very similar to
2006 Nov 22
11
Rewriting caller ID from database?
Hi
Most of our customers have generic names like "Hospital", so I need to
rewrite their caller ID name by looking up the number in a database on the
Asterisk server, and rewriting the name such as "Reading Hospital" so that
we know who's calling.
Any idea if this can be done with Asterisk, and how to do it?
Thank you.
2003 Mar 03
40
callerid
"In general you can match callerID with the /, but if you don't put
anything after the /, then the rule matches "no caller*ID", and if no
slash is there at all, it matches "any callerid". "
Ok.My question is ->
how to match callerid from 001... ?
and if don't know how many numbers ?
exten => s/0_,Answer don't work-
anything else ?
tnx
Thomas