Displaying 12 results from an estimated 12 matches for "fwduserid".
2005 Jan 28
3
FWD and IAX2
Hi,
I had a FWD account set up with asterisk (using SIP) and it was working
fine both ways. I switched to IAX2 and now I can't get incoming calls
from FWD. People who call my FWD number get a "480 - user is not online"
message without any traffic reaching my box. I can call FWD numbers fine
over IAX2.
It seems fwd isn't trying to place the call over IAX2 because it thinks
2004 Dec 22
2
Can't Receive/Send Calls
...law
type=friend
host=dynamic
dtmfmode=inband
username=101
secret=testing123
context=home
nat=no
[102]
disallow=all
allow=ulaw
type=friend
host=dynamic
dtmf=inband
username=102
secret=testing123
context=home
nat=no
; Extensions.conf
[general]
static=yes
writeprotect=no
[globals]
MAINPHONE=SIP/101
FWDUSERID1=533990
FWD1USERNAME=Norman Zhang
FWDPREFIX=*
HOMENUMBER=XXXXXXXXXX
; Macros
[macro-fastbusy]
exten => s,1,Answer
exten => s,2,Wait,1
exten => s,3,Playback(ss-noservice)
exten => s,4,Wait(30)
exten => s,5,Hangup
[macro-dialoutsip]
exten => s,1,SetCallerID(${FWDUSERID1})
exten...
2004 Dec 23
1
Can't Make Outgoing Call
Hi,
I can't get dial-out working. I'm trying to call 523936. Is there
something wrong with my setup here? Could someone please give me a few
pointers?
Regards,
Norman Zhang
[fwd-out]
exten => _8.,1,SetCallerID(${FWDUSERID})
exten => _8.,2,SetCIDName(${FWDUSERNAME})
exten => _8.,3,Dial(SIP/${EXTEN}@fwd,70)
exten => _8.,4,Macro(fastbusy)
exten => _8.,5,Hangup
*CLI> -- Executing SetCallerID("SIP/101-e528", "533990") in new stack
-- Executing SetCIDName("SIP/101-e528&qu...
2003 Sep 28
1
Forwarding SIP over IAX problem: No One Available
...55555,2,Hangup
iax.conf
--------
[general]
port=5036
bindaddr=0.0.0.0
register => madsen:password@liveipbox
[madsen]
type=friend
username=madsen
secret=password
auth=md5
context=intern
host=dynamic
In zapata.conf, the context=intern
*** GW Box ***
extensions.conf
---------------
[globals]
FWDUSERID=18924
FWDUSERNAME=Leif Madsen
CALLFILENAME=foo
FOO=foo
[intern]
include => outbound-fwd
include => from-sip
[outbound-fwd]
exten => _7.,1,SetCallerID(${FWDUSERID})
exten => _7.,2,SetCIDName(${FWDUSERNAME})
exten => _7.,3,Dial(SIP/${EXTEN:1}@fwd.pulver.com)
exten => _7.,4,Playba...
2003 Jun 25
4
Asterisk and FWD
I can't get my Asterisk to register/place calls with FWD. Here's what I have
in my SIP.CONF:
register => 11111@fwd.pulver.com/11111
[fwd]
type=friend
secret=somesecret
host=fwd.pulver.com
username=11111
fromuser=11111
fromdomain=fwd.pulver.com
I'm using CVS version of Asterisk, checked it out last week. I get
authenticate error when registering with fwd, and all my calls to
2003 Sep 10
9
Free World Dialup (FWD).
Hi,
Is it possible to use asterisk with Free World Dialup (FWD) ?
Did someone manage to make it work? how?
Best,
-P
--
__________________________________________________________
Sign-up for your own personalized E-mail at Mail.com
http://www.mail.com/?sr=signup
CareerBuilder.com has over 400,000 jobs. Be smarter about your job search
http://corp.mail.com/careers
2004 Dec 22
1
SIP URI Dialplan?
I've got soft phone that allows me to dial SIP URI's. I'd like to
route these calls through a provider to be completed, because I'm
beind a NAT box and doing it directly doesn't work.
Right now I've got an extension defined like this:
Dial(IAX2/${FWDUSERID}:${FWDPASSWD}@${FWDSERVER}/**356<username>)
This will connect a call to FWD and call a user at FWD. It works nicely.
What I'd like to do is write a dialplan that recognizes:
<username>@sip.earthlink.net
and does a dial like the one above.
As far as I can tell the dial plans only a...
2005 Mar 25
3
800 numbers and FWD
Guys.
Can you dial 800 and 888 toll free numbers using FWD? how do you dial them
cause I tried using 1800xxxxx and 1888xxxxx and I simply get a "nobody can
asnwer the call" signal on asterisk.
Can you dial 800 toll free from FWD?
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
2003 Jun 22
3
asteisk, sip & NAT
hi
My stations are behinds a firewall, the system is windows 2000 & 98, i
use sjphone
asterisk is on the internet gateway where is the firewall Shorewall the
system is linux debian (sid) kernel 2.4.20
j do whaton http://www.automated.it/guidetoasterisk.htm (grateful Andy)
to write my sip.conf but i can't call an external sip user. (an external
user can call me)
i try without asterisk with
2004 Dec 23
1
Qestion about TDM over enthernet
...1]
> disallow=all
> allow=ulaw
> type=friend
> host=dynamic
> dtmfmode=inband
> username=101
> secret=testing123
> context=home
> nat=no
>
> ; extensions.conf
>
> [general]
> static=yes
> writeprotect=no
>
> [globals]
> MAINPHONE=SIP/101
> FWDUSERID=533990
> FWDUSERNAME=Norman Zhang
> FWDPREFIX=*
>
> ; Macros
>
> [macro-fastbusy]
> exten => s,1,Answer
> exten => s,2,Wait,1
> exten => s,3,Playback(ss-noservice)
> exten => s,4,Wait(30)
> exten => s,5,Hangup
>
> [macro-dialoutsip]
> exte...
2004 Dec 23
1
where I can find some learning book about asterisk?
...ks.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi,
I can't get dial-out working. I'm trying to call 523936. Is there
something wrong with my setup here? Could someone please give me a few
pointers?
Regards,
Norman Zhang
[fwd-out]
exten => _8.,1,SetCallerID(${FWDUSERID})
exten => _8.,2,SetCIDName(${FWDUSERNAME})
exten => _8.,3,Dial(SIP/${EXTEN}@fwd,70)
exten => _8.,4,Macro(fastbusy)
exten => _8.,5,Hangup
*CLI> -- Executing SetCallerID("SIP/101-e528", "533990") in new stack
-- Executing SetCIDName("SIP/101-e528&qu...