search for: trunkmsd

Displaying 20 results from an estimated 107 matches for "trunkmsd".

2007 Jun 04
2
FX Dialing Odd
...conf [general] static=yes writeprotect=no clearglobalvars=no priorityjumping=no [globals] CONSOLE=Console/dsp ; Console interface for demo ;TRUNK=Zap/g1 ; Trunk interface TRUNK=Zap/3 ; Trunk interface TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0) [trunkint] exten => _9011.,1,Macro(dundi-e164,${EXTEN:4}) exten => _9011.,n,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) [trunkld] exten => _91NXXNXXXXXX,1,Verbose("LD") exten => _91NXXNXXXXXX,n,Dial(${TRUN...
2004 Apr 20
3
Pattern matching rules for least cost routing
...) or its just another number to dial... I added the following... the playback just advises me which 'route' is being taken.... In 'extentions.conf' I have... ;Cell Phone call exten => _00[78][234].,1,Playback(posix-cellphone) exten => _00[78][234].,2,Dial(${TRUNK}:${EXTEN:${TRUNKMSD}}) ;Default catch all - just dial it.... exten => _0.,1,Playback(posix-defaultroute) exten => _0.,2,Dial(${TRUNK}:${EXTEN:${TRUNKMSD}}) No matter what is dialled - I always go out on the 'Default' line. Swapping order makes no difference. If I comment out the 'default' - it...
2005 Jan 27
1
Stumped by BroadVoice SIP
...------------------------------------------- extensions.conf --------------------------------------------------------- [general] static=yes writeprotect=no [globals] CONSOLE=Console/dsp ; Console interface for demo IAXINFO=guest ; IAXtel username/password TRUNK=Zap/g2 ; Trunk interface TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0) [iaxtel700] exten => _91700XXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel) [iaxprovider] [trunkint] exten => _9011.,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) exten => _9011.,2,Congestion [trunkld] exten => _91NXXNXXXXXX,1,Dial($...
2009 Feb 26
2
Problems with Outbound Calls
...h [macro-dundi-e164] exten => s,1,Goto(${ARG1},1) include => dundi-e164-lookup [iaxtel700] exten => _91700XXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel) [iaxprovider] [trunkint] exten => _9011.,1,Macro(dundi-e164,${EXTEN:4}) exten => _9011.,n,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) [trunkld] exten => _91NXXNXXXXXX,1,Macro(dundi-e164,${EXTEN:1}) exten => _91NXXNXXXXXX,n,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) [trunklocal] exten => _9NXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) [trunktollfree] exten => _91800NXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) exten =&g...
2005 Jan 24
1
Asterisk Dial Out Issues - POTS Line
...ng dial out issues and was hoping someone could shed some light. The problem is Intermittent: extensions.conf [globals] ; Trunk Info for outbound calls via PSTN - See the zapata.conf file in /etc/asterisk TRUNK=ZAP/G1 ;Trunk Interface ;MSD digits to strip (usually 1 or 0), 1 = remove a leading 9 TRUNKMSD=1 ; -------------------------------------------------- ; [trunklocal] - Defines extension for local calls through trunk ; -------------------------------------------------- [trunklocal] exten => _9NXXXXXX,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) exten => _9NXXXXXX,2,Congestion exten => _951...
2005 Jul 15
2
[Aserisk-Users]no audio inside the net
...iteprotect=yes autofallthrough=yes [globals] CONSOLE=Console/dsp ; Console interface for demo CONSOLE=Zap/1 CONSOLE=Phone/phone0 IAXINFO=guest ; IAXtel username/password TRUNK=Zap/g2 ; Trunk interface TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0) [dundi-e164-local] include => dundi-e164-canonical include => dundi-e164-customers include => dundi-e164-via-pstn [dundi-e164-switch] switch => DUNDi/e164 [dundi-e164-lookup] include => dundi-e164-loca...
2004 May 24
2
Newbie extensions.conf I need to include [SMS] context.
I want to include a new context in my exensions.conf I have read this page http://www.voip-info.org/wiki-Asterisk+howto+dial+plan and I can sort of follow it?! I have a context [local] that I know zapata.conf points to, I have edited extensions.conf and put in my phone, sip and iax extensions. I want to add an sms context. I understand that all calls go through my [local] context and I have
2005 Jan 08
3
ASTCC questions
Hello. I have set up ASTCC properly, calling it like this: DeadAGI(${ACCOUNTCODE},${EXTEN}) It seems to be working correctly, but I have two questions: - Although the cards' credit seems to be maintained correctly, I cannot see the call details in astcc-admin. When I try to view information on the card, it's just blank. Any ideas? - When does the 2nd, 3rd and 4th trunk get used? I have
2004 Jan 29
4
dialing wrong numbers
...ome other person. Is * setting any prefix before the numbers dialed? Here the relevant entries from my extensions.conf [globals] CONSOLE=Console/dsp ; Console interface for demo IAXINFO=guest ; IAXtel username/password TRUNK=Modem/g1 TRUNKMSD=1 [ext] exten => _9.,1,Dial(${TRUNK}:${EXTEN:${TRUNKMSD}}) exten => _9.,2,Congestion [local] ignorepat => 9 include => ext [default] include => demo include => local when I place a the call I see the following in the * console: -- Executing Dial("SIP/mysjphone2-7717&qu...
2005 Mar 10
2
Cisco and Asterisk
...ny hybrid ; [globals] CONSOLE=Console/dsp ; Console interface for demo ;CONSOLE=Zap/1 ;CONSOLE=Phone/phone0 IAXINFO=guest ; IAXtel username/password ;IAXINFO=myuser:mypass TRUNK=Zap/g2 ; Trunk interface TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0) ;TRUNK=IAX2/user:pass@provider ; ; Any category other than "General" and "Globals" represent ; extension contexts, which are collections of extensions. ; ; Extension names may be numbers, letters, or...
2004 Apr 07
2
error 488 - Not Acceptable Here
...{ENV(VARIABLE)} for Environmental variable ; ${${VARIABLE}} or ${text${VARIABLE}} or any hybrid ; [globals] CONSOLE=Console/dsp ; Console interface for demo ;CONSOLE=Zap/1 ;CONSOLE=Phone/phone0 IAXINFO=guest ; IAXtel username/password ;IAXINFO=myuser:mypass TRUNK=Zap/g2 ; Trunk interface TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0) ;TRUNK=IAX2/user:pass@provider ; ; Any category other than "General" and "Globals" represent ; extension contexts, which are collections of extensions. ; ; Extension names may be numbers, letters, or combinations ; thereof. If an...
2005 Jul 01
1
asterisk newbie and phones which don't want tocomunicate
hi do u have the sip phones extensions in the extension.conf and are they in the right context (sip-incoming)??? are the sip phone registering to asterisk?? try stop asterisk and reconnect as asterisk -vvvvvvvc to check see them registering... ________________________________ From: asterisk-users-bounces@lists.digium.com on behalf of Sistemista WebSolvingJaa Sent: Fri 7/1/2005 6:43 PM
2005 Aug 27
2
Problems with registration
...mfmode=rfc2833 nat=0 AND HERE IS MY EXTENSIONS.CONF FILE [general] static=yes writeprotect=no autofallthrough=yes clearglobalvars=no priorityjumping=no [globals] CONSOLE=Console/dsp PHONES1=SIP/7890 ; Phone 1 Def PHONES1VM=7890 ; Phone 1 VM Def FWDUSERID1=691657 MYNAME1=My name MYPHONE1=691657 TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0) [fwd-forced-fwd1] ; Check to see if the called number starts with a "7" and ; if so, set the call parameters and bounce the call to the ; Free World Dialup SIP server. ; ; NOTE: Calls to unknown users will result in "in...
2006 Dec 29
0
Toll free numbers
...inging exten=> 2020,3,Wait(2) exten=> 2020,4,Queue(queue1) exten=> 2020,5,Hangup It's a bit messy but it's mainly for testing. In trunktollfree, I got this: [trunktollfree] ; ; Long distance context accessed through trunk interface ; exten => _91800.,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) exten => _91888.,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) exten => _91877.,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) exten => _91866.,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) zaptel.conf: span=1,0,0,esf,b8zs bchan=1-23 dchan=24 loadzone = us defaultzone=us And I'm using a PRI line on my s...
2006 Mar 24
5
GSM/DECT handsets (was gsm picocells)
Now that I actually try and google for it, I can't find any dual mode GSM/DECT handsets, only pages telling me that they exist without any actual information!!! Does anyone know of any such handsets? (and even better, ones that are available in Australia) I've searched a few of the major gsm manufacturers (nokia, Panasonic, sonyericsson) but their web sites are absolutely pathetic to the
2004 Dec 29
0
Channel Zap/4-1 in prering state
...ny hybrid ; [globals] CONSOLE=Console/dsp ; Console interface for demo ;CONSOLE=Zap/1 ;CONSOLE=Phone/phone0 IAXINFO=guest ; IAXtel username/password ;IAXINFO=myuser:mypass TRUNK=Zap/g2 ; Trunk interface TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0) ;TRUNK=IAX2/user:pass@provider ; ; Any category other than "General" and "Globals" represent ; extension contexts, which are collections of extensions. ; ; Extension names may be numbers, letters, or...
2004 Dec 21
2
CallerID returned with error on channel 'Zap/4-1'
...{ENV(VARIABLE)} for Environmental variable ; ${${VARIABLE}} or ${text${VARIABLE}} or any hybrid ; [globals] CONSOLE=Console/dsp ; Console interface for demo ;CONSOLE=Zap/1 ;CONSOLE=Phone/phone0 IAXINFO=guest ; IAXtel username/password ;IAXINFO=myuser:mypass TRUNK=Zap/g2 ; Trunk interface TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0) ;TRUNK=IAX2/user:pass@provider ; ; Any category other than "General" and "Globals" represent ; extension contexts, which are collections of extensions. ; ; Extension names may be numbers, letters, or combinations ; thereof. If an...
2004 Jul 27
5
sip over h323
Hi List, we are using openh323 gatekeeper for voip telefony. We also have a voip over ss7 TELES Switch for voip into POSTN Network. Know we want to use Asterisk for converting SIP to h323. Now my question. Is Asterisk an full h323 gatekeeper like openh323? Do we need openh323 GK for astrerisk, too?. And how can i tell asterisk to sent all none SIP-ip calls to the gatekeeper over h323? thx
2005 Jul 25
3
Zap channel configuration problem
...odule (green part). I make modprobe zaptel && modprobe wctdm without error return. Configuration files : /etc/zaptel.conf fxsks=1 loadzone = it defaultzone=it /etc/asterisk/zapata.conf [channels] language=en context=from-sip signalling=fxs_ks /etc/asterisk/extensions.conf TRUNK=Zap/g2 TRUNKMSD=1 DIALOUTANALOG=Zap/1 [from-sip] exten => _9.,1,Dial(${TRUNK}/${EXTEN:${TRUNKMSD}}) exten => _9.,2,Congestion exten => _0.,1,Dial(${DIALOUTANALOG}/${EXTEN}) exten => _0.,2,Congestion Anyway, if I dial a number adding 9 or 0, Asterisk returns -- Executing Dial("SIP/203-3cad&quo...
2003 Jul 16
8
Call Pickup
Hi, I have been trying to workout how to use the call pickup. So Far, I have the following in zapata.conf [channels] signalling => fxo_ks context => local pickupgroup=1 callgroup=1 channel => 1-3 When I dial *8# all I hear is busy tone. What have I missed? thanks Jay.