Displaying 11 results from an estimated 11 matches for "_nxxxxxxxxx".
Did you mean:
_nxxnxxxxxx
2008 Oct 28
1
Dealing with progress codes
...9;You do not
need to dial a one or zero...' and the message repeats indefinitely.
I'd like to figure out how to handle this in the dial plan so users do not
even know anything happened. To test to see if I could stop the call
progress and reroute it I've tried this so far:
exten => _NXXXXXXXXX,1,Set(GROUP(default)=dialpool)
exten => _NXXXXXXXXX,2,GotoIf($[${GROUP_COUNT(priout at default)}<19]?5)
exten => _NXXXXXXXXX,3,GotoIf($[${GROUP_COUNT(congest at default)}>18]?BLOCK)
exten => _NXXXXXXXXX,4,NoOp
exten => _NXXXXXXXXX,5,Set(GROUP(default)=dialpool)
exten => _NXXXXX...
2009 Jan 18
2
Recordin call in asterisk
I need help need recording all call for my pbx but i am a novato in asterisk
my confi for record is:
exten=>_NXXXXXXXXX,n,Set(CALLFILENAME=CLIENTE-${CALLERID(num)}-${EXTEN}-${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}-${UNIQUEID})
exten => _NXXXXXXXXX,n,MixMonitor(${CALLFILENAME}.gsm,m)
exten => _NXXXXXXXXX,n,Dial(${TRUNK_CLIENTE}/${EXTEN})
--
Bayardo S?nchez Garc?a
Web Developer - Internet Portals
Linux User: #4...
2007 Nov 01
1
Call Failed
After so many rings when the party does not answer, my SIP phone says
Call Failed. Why doesn't it just keep ringing?
Here's the dial plan rule:
exten => _NXXXXXXXXX,1,Dial(SIP/${EXTEN}@sip.myprovider.com,,r)
exten => _NXXXXXXXXX,n,Hangup()
2003 Oct 26
5
Extensions Problem
Hello again,
Here's the next big issue, I thought I'd let you munch on. We are utilizing
Cisco 7960's and the following entries in our extensions.conf file:
Exten => 1637,1,Dial(SIP/100)
Exten => _NXXXXXXXXX,1,Dial(SIP/${EXTEN}@sipdemo)
Exten => _NXXXXXXXXX,2,Congestion
Exten => _1NXXXXXXXXX,1,Dial(SIP/${EXTEN}@sipdemo)
Exten => _1NXXXXXXXXX,2,Congestion
These extensions allow us to utilize our SIP provider - ONLY when being dialed
from a regular telephone attached to a Cisco ATA-186. Our C...
2007 Dec 10
3
One server, multiple companies
Hello all,
Just starting to setup asterisk v 1.4.11 and need to run three distinct phone systems for three different companies.
So far, I have inbound lines going to the appropriate dial plan within the extensions.conf file. I'm using
exten => _X.,1,NoOp(FROM NUMBER: ${SIP_HEADER(TO):5:10})
to determine which number is being dialed by the caller and then using a gotoif to get to
2004 Jan 05
1
CLIR and isdn4linux
hi
I have a passive isdn port configured in modem.conf
in extention.conf i use this two channel (ttyI0 and ttyI1) with the string:
exten => _NXXXXXXXXX,1,Dial,Modem/g1:${EXTEN}|60|r
how can i hide my msn?
is it possible to activate the clir with the @ before the ${EXTEN}?
thanks
Cristian
2004 Apr 26
1
using outbound sip proxy in asterisk
sorry if this has been asked before.
is it possible to configure asterisk to use an outbound sip
proxy?
thanks
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs
http://hotjobs.sweepstakes.yahoo.com/careermakeover
2005 Mar 26
1
Dialout handler with/without leading 1
If this handles the case where 10 digits are required:
exten => _9NXXXXXXXXX,1,StripMSD,1
exten => _NXXXXXXXXX,2,Dial,Zap/4/BYEXTENSION
How do you create a handler which works for either this or
the case with a leading '1' plus 10 digits?
tnx
-kim
--
w8hdkim@gmail.com
2007 Oct 23
2
register => to let Asterisk register to another softswitch via SIP
Dear Alex;
Thanks alot for your nice help.
This is if I need to let Asterisk register with
another softswitch (so I used register =>), what if I
need asterisk to send call for the softswitch without
register to it (directly)? If I removed the register
=> then how it will distiguish the IP address in the
"host" at the [sip_trunk] is the IP address of the
softswitch that need to
2007 Jul 12
0
No subject
...k to a provider:
[my_sip_provider]
host=xxx.yyy.zzz.www
insecure=very
type=peer
qualify=no
canreinvite=no
dtmfmode=rfc2833
Then, your dial plan for a user can be set up like
this, for
example,
in extensions.conf:
[default-user-dial]
; Any North American ten-digit number.
exten =>
_NXXXXXXXXX,1,Dial(SIP/${EXTEN}@my_sip_provider)
In our case, we actually register with our SIP
origination provider,
so
we have this IP trunk:
[junction_networks]
fromdomain=jnctn.net
host=sip.jnctn.net
port=5060
insecure=very
username=this_user
secret=this_password
type=peer
qualify=no
canreinvite=no...
2011 Feb 10
2
Gtalk/Jabber Issue
OK, im pulling my hair out, everything looks configured right, deleted, and
started over, etc, etc. but can't seem to get this to work
Gtalk.conf
[general]
context=google-in
allowguest=yes
bindaddr=192.168.xxx.xxx
extenip=96.254.xxx.xxx
[guest]
context=google-in
disallow=all
allow=ulaw
allow=g729
connection=jp_jabber
jabber.conf
[general]
debug=yes