Displaying 15 results from an estimated 15 matches for "fwdcidname".
2006 Oct 24
2
UA - number assignment
...source code (SIP implementation) of Asterisk and, as I figured out,
it is not possible to tell Asterisk the number the user has.
The question is: how can I assign a number to a user in Asterisk? One
solution would be to define two rules in extensions.conf :
exten => 102,1,SetCallerId,${FWDCIDNAME}
exten => 102,2,Dial(SIP/pianas)
these would tell Asterisk that user pianas has the number 102.
Is there any other solution for my problem? (a database for example).
Thank you.
--
Paul Ianas
Programming Engineer
Level 7 Software
Timisoara, 59D Bucovinei
phone: 0744137020
e...
2004 Sep 15
4
IAX to IAX connect question
Hi,
I got my * working fine with FWD at office with 2 extensions, i receive
calls and i can make calls thru FWD. I got also my * at home, and i
connected it using auth=rsa. From my home, i can make calls using my office
iax, but if i try to redirect incomming calls from FWD to my * at home, it
rejects the call. I created the pub/key pairs for rsa and its working ok
and i just pasted the
2005 Mar 19
1
DISA -> macro = congestion
...; terminate toll-free no.'s via fwdnet
; US toll free access
exten => _1800.,1,Macro(tollfree,${EXTEN})
exten => _1866.,1,Macro(tollfree,${EXTEN})
exten => _1877.,1,Macro(tollfree,${EXTEN})
exten => _1888.,1,Macro(tollfree,${EXTEN})
[macro-tollfree]
exten => s,1,SetCallerID,${FWDCIDNAME}
exten => s,2,Dial,IAX2/${FWDNUMBER}:${FWDPASSWORD}@iax2.fwdnet.net/*${ARG1},60,r)
exten => s,3,Playback(invalid)
exten => s,4,Hangup
It works fine when I dial from inside, but when I try to dial via DISA I get congestion,
I cat get in, system accepts my passwords but gives me congestion....
2005 May 26
1
How do I diagnose the problem in this Asterisk test session with FWD?
...============
IAX CONF
================
register => <FWDNUMBER>:FWDPASSWD@iax2.fwdnet.net
[iaxfwd]
type=user
auth=rsa
inkeys=freeworlddialup
disallow=all
context=fromiaxfwd
context=fwd-out
================
EXTENSIONS CONF
================
FWDUSERID1=<FWDNUMBER> ; your calling number
FWDCIDNAME="MyName"; your caller id
FWDPASSWORD=secret ; your password
FWDRINGS=sip/2201 ; the phone to ring
FWDVMBOX=2201 ; the VM box for this user
FWDPREFIX=8
[inbound-fwd]
include => daytime-fwd|9:00-21:00|*|*
include => nighttime-fwd|21:00-9:00|*|*
;
; Outbound
;
[fwd-out]
exten =>...
2005 Mar 20
2
FWD to Vonage not working?
I am having trouble with this.
I can dial 1800 numbers fine
as well as FWD service numbers but not Vonage.
I can be called from ipkall and fwd and can call aixtel numbers.
I use aix2 with Fwd.
My extensions.conf for Vonage:
; vonage numbers
;
; +2431
exten => _2431XXXXXXXXXX,1,SetCallerID,${FWDCIDNAME}
exten =>
_2431XXXXXXXXXX,2,Dial,IAX2/${FWDNUMBER}:${FWDPASSWORD}@iax2.fwdnet.net/**${EXTEN},60,r)
exten => _2431XXXXXXXXXX,3,Playback(invalid)
exten => _2431XXXXXXXXXX,4,Hangup
exten => _2431XXXXXXXXXX,103,Bus
The output is:
-- Executing SetCallerID("Phone/phone0", "...
2004 Aug 15
1
Inbound Free World Dialup - extension not ringing?
Hi to all the * people out there,
Please kind to me as I am both new to Asterisk and to Linux - But I am
learning fast.
My config is quite simple, I'm just following examples and the Wiki: I have
two PC's running X-Lite phones, these work without problems between each
other, and I have a GS BudgeTone-100 registered to Free World Dial UP
(working no problem).
I have tried to
2004 May 13
4
IAX Freeworld
I have looked all over the site(s) for help. But heres the problem. Im
missing something.
In coming works fine from FreeWorld via IAX. But when Dialing out i get:
May 13 13:42:01 WARNING[1150495040]: chan_iax2.c:5256 socket_read: I
don't know how to authenticate iaxtel to 65.39.205.121
my IAX.conf if as follows
[general]
port=5036
register => ######:xxxxxxxxxxxxx@iax2.fwdnet.net
2007 Mar 21
4
FWD outgoing problem
I have configured iax.conf and extensions.conf as instructed on FWD website
(http://www.freeworlddialup.com/help/?p=knowledgebase&c=18&a=76) and I can
successfully receive calls and make test calls to 612, 613, etc.
The problem is that I can not make a call to another FWD user. Here is what
asterisk says:
-- Executing [393xxxxxx@default:1] Set("Zap/1-1",
2006 Oct 11
1
user address format
...context
callerid="Paul Ianas" <102>
host=dynamic
nat=no
canreinvite=yes
qualify=300
call-limit=10
=== Settings in extensions.conf (for specifying that user pianas has
address 102) ===
; input context
[input]
......
//other users
......
exten => 102,1,SetCallerId,${FWDCIDNAME}
exten => 102,2,Dial(SIP/pianas)
......
//other users
//other extensions
......
[Some logs from the console]
I have a media gateway (AT-RG 613 TX) where I define a user (pianas)
with address 102. That means user pianas must register with telephone
number 102. If the server is con...
2007 Oct 04
2
Voicemail/dtmf not working?
...gh, channel 'SIP/100-081d9478' status is 'UNKNOWN'
=========================================
extension.conf
========================================
;exten => $name,$priority,$application()
[globals]
ALANL=SIP/100
OUTBOUNDTRUNK=Zap/1
FWDNUMBER=867*** ; My FreeWorldDialup Number
FWDCIDNAME="Alan Lord" ; My CLI
FWDPASSWORD=******
FWDRINGS=${ALANL} ; Phone to ring
FWDVMBOX=1000 ; Voice Mail Box (not yet setup)
[zap_incoming] ; Channel defined in zapata.conf
exten => s,1,Answer( )
exten => s,2,Set(TIMEOUT(digit)=5)
exten => s,3,Set(TIMEOUT(response)=30)
exten => s...
2004 Sep 04
5
Wildcards and variable number of digits
Greetings,
I'm having a miserable time getting Asterisk working with FWD. All the
samples show something like...
exten => _7., ....
How do I get Asterisk to wait until the user is finished dialing instead of
trying as soon as it gets the second digit?
I can use _7XXX, and dial the FWD 3-digit test numbers fine, but I'd like to
be able to dial others...
Same problem for outside
2004 Nov 28
1
IAX2 and FWD problems?
...LI> iax2 show registry
Host Username Perceived Refresh State
65.39.205.121:4569 596146 <Unregistered> 60 Timeout
My section from extensions.conf is:
; Outgoing to FWD/IAX network, prefix calls with 7
exten => _777.,1,SetCallerId,${FWDCIDNAME}
exten => _777.,2,Dial(IAX2/${FWDNUMBER}:${FWDPASSWORD}@iax2.fwdnet.net/${EXTEN:3},60,r)
exten => _777.,3,Congestion
I'm using Asterisk 1.0.2
Any help would be very welcome!
Thanks
Mike
2005 Feb 27
0
Interface * with ATA from ATA FXS port? (Here I go again)
...in new stack
-- Executing BackGround("Zap/1-1", "custom/pls-wait") in new stack
-- Playing 'custom/pls-wait' (language 'en')
-- Hungup 'Zap/1-1'
Here is my incoming extensions.conf dialplan:
[globals]
FWDNUMBER=223611 ; your calling number
FWDCIDNAME="Robert Webb"; your caller id
FWDPASSWORD=password ; your password
FWDRINGS=IAX2/rwebb ; the phone to ring
FWDVMBOX=2002 ; the VM box for this user
ANALOGPHONE=zap/2
OFFICEPHONE=SIP/2002
LAPTOPPHONE=IAX2/rwebb
VMBOX=2000
PSTNOUT=zap/5
[fromPSTN]
exten => s,1,LookupBlacklist
exten...
2005 Sep 21
3
How can i call to a cellphone here in Mexico?
Hi,
I've been trying to dial out to a cellphone, but all my calls get redirected
to 066 (the emergency number at my city, like 911)
does anyone know how to fix this, any ideas,?
does anyone from mexico has done this?
Any comment will be highly appreciated,
Regards,
Claudio
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Dec 01
0
extension and PSTN connection
...xxx
;NUFONEUSER=xxxxxxxxxxx
;INTERCOMPASSWORD=xxxxxxxxxxxxx
;IAXCOMMPASSWORD=xxxxxxxxxxxxxx
#include "passwords" ; above info is in that file!
CONSOLE=Console/dsp ; Console interface for demo
TRUNK=Zap/g1 ; Trunk interface
TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0)
FWDCIDNAME="Ronald Wiplinger"
FWDRINGS=sip/601
FWDVMBOX=601 ; CHANGE THAT !!!
PHONE_601=SIP/601 ; office 601 Ronald
PHONE_602=SIP/602 ; office 602 Ronald
PHONE_603=ZAP/1 ; living room 603 cordless
PHONE_604=ZAP/2 ; bed room 604
PHONE_610=IAX2/610...