Displaying 20 results from an estimated 110 matches similar to: "pattern matching w/ Cisco dialplans"
2004 May 18
5
blocked caller id
I have a question - if a user calls up w/ blocked caller id I get the
following on my phone
Incoming call from asterisk
This is the same on my Cisco 7940s and Polycom phones. For average
users this is not intuitive at all..
I'd like to configure this so if I deploy this at a customer site it
says "caller id unavialable". With the spelling done right....
Any ideas on how this
2004 Apr 23
4
call initiation
Users withing the office can dial a 3 digit extension and that will ring
a phone. The problem I'm running into is you have to press xxx then
press 'send or 'dial'. The pbx doesn't recognize a 3 digit number as an
internal extension and automatically dial it the user has to initiate
that call. Asterisk automatically initiates calls w/ 9+7 digits and LD
calls,
2004 Apr 18
4
PRI: This number has been disconnected
All,
When calling an invalid number using, I expect to hear:
"dooh-deeh-daah We're sorry you have reached a number which
has been disconnected ..."
And that is indeed what I hear when I dial out from [*]
using analog FXO, or VoicePulse or NuPhone. When I dial
that same number trough the T1 / PRI interface however, I
continually hear ringing, and then the call gets hungup.
Any ideas
2004 Nov 23
1
CLI > h.323 show codecs shows nothing
Hello
I like to make calls to an h.323 device.
I'm using Nuphone h323.
Compiled everything okay "I Guess"
When I make a connection * SIP > h323 device, the phone is ringing and then * tells me "No one available....." and disconnect
Thinking this is a codec problem and check in CLI h.323 show codecs and * shows nothing.
I try many combination in the h323.conf like.
2004 May 24
4
dialing multiple extensions
I've tried to setup multiple extension dialing - ie dial 1 number and it
rings at a number of sources.
For the most part its worked.... Now if someone dials 107 it rings Sip
phones at 102 and 107, then goes to voicemail after 40 seconds.
exten => 107,1,Dial(SIP/102&SIP/107,40|r)
exten => 107,2,Voicemail(u102@pstn)
exten => 107,3,Hangup
exten => 107,102,Voicemail(b102@pstn)
2004 Jan 05
2
I stumbled on this list...
Hi All,
I am new to the list and have ordered myself a Asterisk Developer's Kit
(TDM). I am just waiting on the order from a reseller of digium.
I have yet to play around with the system when it arrives. And I
haven't looked into the manual yet. I do hope I have all the hardwares
to test first before I go and buy a sipura spa-2000 unit.
I have my sister who is living in Germany.
2004 Jan 24
13
Has Nufone gone belly-up
Folks,
I've ordered a new account from Nufone last month. Transferred money to
Nufone through their paypal account. I had communication with Nufone sales
up until two weeks back. Since then there were no replies to my emails.
I am afraid with this kind of unresponsiveness how one would run a reliable
service with this company. Have no bad feeling with Jeremy as the author of
widely used h323
2003 Aug 22
1
pardon the newbie question
I hope you all will excuse my ignorance I just setup Asterisk for the
first time and am trying to find everything I need to change, can
someone point me to an article or document that would explain how to do
a generic voicemail setup via a voice modem, if this can't be done I
hope you'll be gentle :)
Mike
2004 May 06
1
polycom dialplan
I recently had a bear of a time getting a Polycom Soundpoint 500IP up
and registered.. Now that its registered I ran into a problem w/ the
dialplan.
Needing to dial x101 I'd dial 10 - then get a fast buzy.. Also making a
local call - dialing 95551212- would give me a fast busy after the 7th
digit - so 9555121.. Same w/ LD calls...
This dialplan really got me down as I didn't find
2004 May 21
0
voicemail removal script
I'd like to propose a change to the voicemail remove script found in the
contrib directory of the asterisk source
Currently the find command looks like so
system('find '.$dir.'/'.$context.' -name msg????.??? -mtime +'.$age.'
-exec rm {} \; -exec echo Deleted {} \;');
I'd suggest it be changed to
system('find
2004 Jan 06
1
IAX2 Trunk two Asterisk boxes.
I need to get 2 Asterisk servers working together. I have been reading
and doing just about every example I have been able to find here on the
list and the Wiki. It's now gotten to the point that nothing on box2
seems to be working. I seem to have a major problem understanding the
format. Here is what I have so far. It's 3 days of hair pulling and
nothing seems to work!
Asterisk box 1
2004 Apr 06
5
registration failure
I feel I'm on the verge of setting up a pbx for handling internal calls
only...
The last problem - I think - I've run into is w/ the phone registration
running
asterisk -vvvc
I get a bunch of messages looking like so
Apr 6 14:46:05 NOTICE[1116957488]: chan_sip.c:5623 handle_request:
Registration from 'sip:2001@192.168.22.254' failed for '192.168.22.1'
Apr 6
2004 May 20
6
G729 codec for asterisk
Hi there,
Here at my company we are willing to use the asterisk IVR system.
The problem we are having rigth now is that all our GWs use G729.
I've read that in order to asterisk be able to make transcoding from the GSM
audio files to G.729, it is necesary to purchase a license from digium. Is
this correct?
I've seen that licenses are purchased on a per-channel basis. Could
2007 Sep 13
0
Some Vista Info reguarding Profiles
Hi All,
I just started really looking into deploying Vista in a Domain
Environment and here is some info I gathered so far:
With Vista, Microsoft Updated their "profiles" to version 2, thus Vista
profiles will not co-exist with previous Windows profiles. To alleviate
the need to specify a different profile for Vista, Microsoft decided to
automatically add a ".V2" to the
2005 Jul 18
9
Polycom IP600 - Worth the extra $$
Hello,
I am looking at the Polycom phones.
The ip600 has a very nice screen, is that the only real advantage over
the ip500 and ip300..
Is it worth the extra dollars?
Kind regards
Michael Felder
IT Medic Australia Pty. Ltd.
P: 03 9557 2213
F: 03 9557 2214
M: 0419 568 217
E: Michael@ITMedic.com.au <blocked::mailto:Michael@ITMedic.com.au>
http://www.ITMedic.com.au
2010 Apr 02
1
Gosub replacement within AEL2 dialplans
Hello,
When reloading a diaplan (asterisk 1.6.1.X), I can see in console :
[Apr 2 09:02:00] WARNING[2217]: ael/pval.c:2522 check_pval_item: Warning:
file /etc/asterisk/extensions.ael, line 621-621: application call to Gosub
affects flow of control, and needs to be re-written using AEL if, while,
goto, etc. keywords instead!
What is then the recommended substitution for Gosub() application
2010 Apr 25
0
Asterisk 1.6, dialplans, and IVR
Hi,
I have read the docs, and now I want to attempt to setup Asterisk 1.6. I am not going to complicate it with load balancing, etc. The setup is just 1 SIP line - no other in-house connections. All inbound traffic. I intend to keep this simple. Imagine that I sell pies in my neighborhood.. I want to make it easy to order them. So I create a dialplan to receive a call, record the caller
2003 Apr 19
0
ATA-186 Dialplans
Does anyone have experience with ATA-186 Dialplans?
If I was doing this in Asterisk I would use the following patterns:
911
_9NXXXXXX
_91XXXXXXXXXX
_NXXX
_*XX
I tried the following in my ATA-186, but it doesn't seem to work:
911S|9.r6S|91.r9S|^1.r2S|*..S
Does any one have any ideas/suggestions?
Thanks in advance,
--Eric
2004 Jul 14
1
Questing regardning dialplans on a Cisco 5350
Hi.
If I use a Cisco as a PSTN termination GW and need to route all incoming
isdn calls to my asterisk and all outgoing calls from asterisk via the
cisco out to pstn, how do I do that ?
in the cisco I have this:
dial-peer voice 1 pots
destination-pattern [0-9]T
no digit-strip
direct-inward-dial
port 3/0:D
!
dial-peer voice 50 voip
destination-pattern [0-9]
voice-class codec 1
session
2005 Jun 04
1
How to quickly replace ',' with '|' in dialplans?
Finally I decided to rewrite my dialplans according to the right sintax,
that is
exten => someexten,priority,application(arg1,arg2,...)
should be
exten => someexten,priority,application,arg1|arg2...
Isn't there anybody skilled enough in regular expressions that could write
a quick Search 'n' Replace vi command, please?
TIA,
Alex