Displaying 20 results from an estimated 69 matches for "iaxinfo".
2003 Jun 03
1
ata186 and 9 for outgoing line type dialplans
...tried putting this as the ata's dailplan:
*St4-|#St4-|9|^9t4>$.-
this is sip.conf
[ata2001]
type=friend
username=ata2001
secret=SoMeSeCrEt
host=dynamic
context=fromata
canreinvite=no
and this in extensions.conf
[fromata]
ignorepat => 9
exten => _91700NXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel)
exten => _91888NXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel)
exten => _91877NXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel)
exten => _91866NXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel)
exten => _91800NXXXXXX,1,Dia...
2004 Jun 23
1
Asterisk user/host registration
...000
secret=2000
host=dynamic
context=from-sip
mailbox=100
canreinvite=no
qualify=300
nat=no
[2001]
type=friend
username=2001
secret=2001
host=dynamic
context=from-sip
mailbox=100
canreinvite=no
qualify=300
nat=no
extensions.conf
[globals]
CONSOLE=Console/dsp
;CONSOLE=Zap/1
;CONSOLE=Phone/phone0
IAXINFO=guest
;IAXINFO=myuser:mypass
TRUNK=Zap/g2
TRUNKMSD=1
;TRUNK=IAX2/user:pass@provider
[bogon-calls]
exten => _.,1,Congestion
[from-sip]
exten => 2000,1,Dial(SIP/2000,20)
exten => 2000,2,Voicemail(u${EXTEN})
exten => 2000,3,Hangup
exten => 2000,102,Voicemail(b${EXTEN})
exten => 2000...
2004 Sep 17
2
Error in zapata/zaptel configuration
...group=1
transfer=yes
echocancel=yes
callprogress=yes
immediate=yes
channel => 1-15,17-31
/etc/zaptel
span=1,0,0,cas,hdb3
cas=1-15:1001
cas=17-31:1001
Extentions.conf
[general]
static=yes
writeprotect=no
[globals]
CONSOLE=Console/dsp ; Console interface for demo
IAXINFO=guest ; IAXtel username/password
TRUNK=Zap/1 ; Trunk interface
[local]
include => default
[default]
exten => 203755343,1,Dial(Zap/g1/203755343)
The error I get is
Sep 17 14:18:20 WARNING[1185515456]: pbx.c:1839 ast_pbx...
2004 Jan 29
4
dialing wrong numbers
...to 936108823
(assuming 36108823 was the number I want to dial)
but then get connected to some 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...
2003 May 05
6
IAXTEL toll-free gateway
I have been playing around with asterisk for a week or so now and
haven't had too much trouble getting things to work but one thing seems
to puzzle me. I have been patient hoping that there was a configuration
error on the server or that the toll-free gateway was down but nothing
has changed. I have the following configuration context for IAXTEL:
[iaxtel]
exten =>
2004 Jun 15
0
making * more like a normal pbx (ciscoata-186)
...in "just get the thing
working" mode, but I hope it can serve as a good example. It's a modified
version of the sample extensions.conf. There are a few bugs in it, since I'm
just starting to work through it.
[globals]
CONSOLE=Console/dsp ; Console interface for demo
IAXINFO=myname:mypassword ; IAXtel username/password
VP=IAX2/Kxxxxxxxxx@voicepulse ; Voicepulse
VON=Zap/3 ; Vonage adaptor is plugged into the TDM400
PSTN=Zap/4 ; Bellsouth trunk
[macro-stdexten];
;
; Standard extension macro:
; ${ARG1} - Extensi...
2004 Sep 01
2
Help Me - SIP Phones ( No Voice) !!!!
...c
nat=no
canreinvite=no
allow=gsm
;
[1262]
type=friend
context=sip
username=1262
secret=1262
qualify=300
callerid="Ialle" <1262>
host=dynamic
nat=no
canreinvite=no
allow=gsm
;
*>> My extensions.conf
*
[general]
static=yes
writeprotect=no
[globals]
CONSOLE => Console/dsp
IAXINFO => guest
TRUNK => Zap/g2
TRUNKMSD => 1
[sip]
exten => 1260,1,Dial(SIP/1260,20)
exten => 1261,1,Dial(SIP/1261,20)
exten => 1262,1,Dial(SIP/1262,20)
Best Regards,
-Jefferson Carvalho
IT Analist
Credishop S/A
Teresina-PI-Brasil
5586-94321901
2004 Nov 22
0
How to configure the Asterisk server such that a FXS phone can talk to SIP client?
...lobal variables that can be referenced
; in the dialplan with ${VARIABLE} or ${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
;
; test setup!!
[pstn-i...
2004 Dec 13
1
Repost: Cisco 7960 and Asterisk...not working....
...me
secret=xxxxxx
callerid="Paul" <2201>
mailbox=2201
dtmfmode=rfc2833
nat=no
EXTENSIONS.CONF
writeprotect=no
[globals]
PHONES1=SIP/2201
PHONES1VM=2201
PHONES2=SIP/2202
PHONES2VM=2202
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)
[iaxtel700]
exten => _91700XXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel)
[iaxprovider]
;switch => IAX2/user:[key]@myserver/myco...
2005 Feb 21
0
Asterisk to Asterisk via IAX2 Help
...ks.net
;secret=aragorn
context=from-sip
qualify=200
trunk=yes
permit=0.0.0.0/0.0.0.0
chomper:extensions.conf
================
[general]
static=yes ; These two lines prevent the command-line interface
writeprotect=yes ; from overwriting the config file. Leave them here.
;
; Set my info up.
IAXINFO=chomper:SECRET
DIALOUTANALOG=Zap/1
;
; Extension 2101 is found on otao:
exten => 2101,1,Dial(IAX2/${IAXINFO}@otao.ieworks.net/2101)
2005 Feb 22
0
[Fwd: Asterisk to Asterisk via IAX2 Help]
...rks.net
;secret=SECRET
context=from-sip
qualify=200
trunk=yes
permit=0.0.0.0/0.0.0.0
chomper:extensions.conf
================
[general]
static=yes ; These two lines prevent the command-line interface
writeprotect=yes ; from overwriting the config file. Leave them here.
;
; Set my info up.
IAXINFO=chomper:SECRET
DIALOUTANALOG=Zap/1
;
; Extension 2101 is found on otao:
exten => 2101,1,Dial(IAX2/${IAXINFO}@otao.ieworks.net/2101)
2005 Feb 01
2
Outbound calling with TDM400P
...annel => 1-4
-------------------------------- extensions.conf -----------------------
[general]
static=yes
writeprotect=no
[globals]
IAXINFO=guest ; IAXtel username/password
OUTGOING => Zap/1
[from-sip]
ignorepat => 9
exten => _X.,1,Dial(Zap/g1/${EXTEN},60)
exten => _X.,2,Hangup
;exten => _NXXXXXXX,1,Dial(Za...
2004 Dec 09
2
hfc card and isdn error E001B
I'm trying to use an hfc based pci card with asterisk but every call fails
falling in the congestion extension.
exten => _0.,1,Dial(${TRUNK}:${EXTEN:${TRUNKMSD}}||tr)
exten => _0.,2,Congestion
Looking in the syslog i can see:
isdn: HiSax,ch0 cause: E001B
it seems that this is a terrible error when arrives... hard to tell what is
the cause. Also terrible is finding a lot of material
2007 Mar 10
1
installation pb on debian etch
...| type=friend
| host=dynamic
| username=ekiga2
| secret=6641ekiga2
| disallow=all
| allow=ulaw
`----
And the significant lines of my extensions.conf
,----
| [general]
| static=yes
| writeprotect=no
| autofallthrough=yes
| clearglobalvars=no
| priorityjumping=no
| [globals]
| CONSOLE=Console/dsp
| IAXINFO=guest
| TRUNK=Zap/g2
| TRUNKMSD=1
| exten => 555,1,Dial(SIP/ekiga1)
| exten => 556,1,Dial(SIP/ekiga2)
`----
Monroux Philippe (French Reunion island)
--
- Pourquoi les capitalistes devraient installer Linux ?
- Parce que c'est le systeme d'exploitation des pauvres.
2004 Sep 14
1
Requested device 'ttyI1' does not exist
...t asterisk with capi working, and its already answering my
call as well! :)
Now i would like to call a number from my shoft phone (kphone).
This is my extentions.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)
[default]
exten => 37,1,Dial(Modem/ttyI1:037,20,r)
; when i dial 37 from kp...
2004 Dec 11
0
Cisco 7960 and Asterisk...not working....
...me
secret=xxxxxx
callerid="Paul" <2201>
mailbox=2201
dtmfmode=rfc2833
nat=no
EXTENSIONS.CONF
writeprotect=no
[globals]
PHONES1=SIP/2201
PHONES1VM=2201
PHONES2=SIP/2202
PHONES2VM=2202
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)
[iaxtel700]
exten => _91700XXXXXXX,1,Dial(IAX2/${IAXINFO}@iaxtel.com/${EXTEN:1}@iaxtel)
[iaxprovider]
;switch => IAX2/user:[key]@myserver/myco...
2005 Mar 10
2
Cisco and Asterisk
...obal variables that can be referenced
; in the dialplan with ${VARIABLE} or ${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...
2004 Apr 07
2
error 488 - Not Acceptable Here
...quot; category contains global variables that can be referenced
; in the dialplan with ${VARIABLE} or ${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 col...
2007 Aug 16
1
A102 card, BT ISDN30e, silence
...rom-pstn
group=0
signalling=pri_cpe
channel => 1-15,17-31
Extensions
-----------------------------------------------------------------------
[general]
static=yes
writeprotect=no
autofallthrough=yes
clearglobalvars=no
priorityjumping=no
[globals]
CONSOLE=Console/dsp ; Console interface for demo
IAXINFO=guest ; IAXtel username/password
TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0)
[dundi-e164-local]
switch => DUNDi/e164
[local]
ignorepat => 9
include => default
include => parkedcalls
[default]
exten => 001,1,Dial(SIP/001,5)
exten => 001,n,VoiceMail(001 at default)
exten...
2005 Jan 27
1
Stumped by BroadVoice SIP
...advoice.com
username=2129999999
fromuser=2129999999
insecure=very
---------------------------------------------------------
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...