Displaying 20 results from an estimated 400 matches similar to: "Free World Dialup (FWD)."
2004 Dec 20
1
Example config for SPA-1001
Hi,
Has anyone managed to create a setup with a Sipura SPA-1001 as a client?
Right now I can connect to the device by dialing the extension number
but when I try to connect from the phone handset to make an outbound
call it gives an unavailable tone.
I'm using Line 2 on the SPA-1001 to connect to the local asterisk
server, line 1 is used to connect to my VOIP provider until I can get
the
2005 Aug 22
1
Question on Zap interfaces
I have a TDM4xx card with two (3 and 4) interfaces for my land lines. I
have a basic setup working with them and one VoIP provider. Questions:
1. How do I determine which Zap line the incoming call is on so I can
handle it differently? One line is my home phone and the other is my
work line. I would like different dialplans for each.
2. When I have my work line set (via Verizon) to call
2004 Dec 18
4
Free World Dialup and Asterisk
Hi forum,
I have been fighting days and days configuring FWD and asterisk with NO success
I have the following scenario.
My sister in Spain with FWD dialup client
My question is if she can dial my FWD dialup number, which is registered in Asterisk and the call being forwarded to ring my IP Phone.
Spain LAN
FWD
2003 Sep 28
1
Forwarding SIP over IAX problem: No One Available
I'm hoping someone can help me out with this. I am basically just
trying to separate my outbound and inbound calls into separate contexts
instead of having everything in a single context. Any help would be
appreciated. Perhaps I've missed something really obvious....
Here is the network layout:
<remote> <--TDM400P--> <nattedbox> <--IAX--> <liveipbox>
2005 Aug 17
4
Voicemail Retrival
Hi,
I am very new to Asterisk. I wanted to know how to retrive the Voicemails. I could see some voicemails assosiated with some extensions.
Any ideas??
---------------------------------
How much free photo storage do you get? Store your holiday snaps for FREE with Yahoo! Photos. Get Yahoo! Photos
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
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
2005 Aug 27
2
Problems with registration
My phone still says Not-Registered. I have a Polycom SoundPoint 600 SIP
phone.
Here is my sip.conf file:
;
; SIP Configuration
;
[general]
context=default ; Default context for incoming calls
port=5060 ;added
bindport=5060 ; UDP Port to bind to (SIP standard port is 5060)
bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all)
srvlookup=yes ;
2004 May 24
1
Using Blacklist
I am attempting to write in incoming context for calls.
1. If the caller id is given and it is not black listed it will Playback a
greeting and then right the phone or go to voicemail under busy or
unavailable conditions
2. If no caller id is given, then Privacy Manager will ask for the number.
I am testing 6145551212 to see if the black list will work
3. If a caller id is given, and it is
2003 Dec 24
2
FWD problems
I've been having issues getting FWD to work. I posted this same Q to the
FWD forum (no responses yet), but I was hoping someone here had some insight:
http://yabb.pulver.com/cgi-bin/yabb/YaBB.cgi?board=news;action=display;num=1072263468;start=0#0
I just signed up for an FWD account (I know I had one before, but I lost
it.. :)
I've got it running through Asterisk - all working fine
2009 Feb 25
1
Stuck Parked Calls?
I've lurked for a while, but I think this is one of my first "pleas" for help. I'm having issues where a parked call using the macro below is getting "stuck". Users park the call via a blfxfer key on an Aastra phone. If the call is a blind transfer, it tries to park the call. If it isn't a blind transfer, it tries to unpark the call. Only 2 extensions (2759 and
2004 Jan 25
3
OH323 doesnt hear ringing
I have Asterisk running with a combination of SIP and H323 clients. I am using the OH323 module instead of the H323 one.
When the SIP clients ring each other, they can hear a ringing noise in the ear peice to let them know that the other parties phone is ringing. However, when the H323 client rings a SIP client, there is no ringing sound at all, although as soon as the called party picks up the
2004 Sep 09
3
Dialing Out through Provider with Authentication
Hi,
I try to dial out through a Provider, but for that i need to be
authenticated - it actually does not work !.
What kind of dial command do i have to use when i:
- Want to authenticate the user
- And dial with that authenticated user an extension
What i tried so far
exten => _7.,2,Dial(SIP/USERNAME:PASSWORD@PROVIDER.COM/${EXTEN:1})
what have i done wrong ?
i always get back a Service
2007 Oct 29
4
1.1Beta5 Issue
I installed 1.1Beta 5 this weekend. I had no problems at all yesterday
using Thunderbird. I started reading my mail with Squirrelmail this
morning and everything was going pretty smooth. I tried to delete a daily
e-mail I receive from careerbuilder.com and the IMAP process shot up to
99.9% and I was not able to do anything in Squirrelmail. I killed that
process and tried it again just to be
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
2006 Jan 07
14
Asterisk Jobs
I'm curious why the number of jobs out there requiring Asterisk seems to be pretty low. After looking around dice, monster, careerbuilder etc, I was surprised to find no more than 3-4 employment opportunities with Asterisk throughout the US.
Is it really that low? There seems to be a job of opportunities for Cisco and other vendors solutions (duh... GUI's are good... duh). I wonder if
2007 Feb 28
3
read write or only read fields in cdr?
Hello,
I created a new field named pre_dst of type varchar(80) exactly like dst
field in cdr table.
In the dialplan I put:
exten => _7.,1,Set(CDR(pre_dst)=${EXTEN:1})
and when I call, all goes fine except that pre_dst has always NULL value
in cdr.
Do you know why?
Is something wrong I did?
I know that original fields in cdr are only readable, but in this cas
pre_dst is one I created
2003 Nov 20
2
No ringback
Hello.
I have another issue.
When I call in, everything is processed correctly, including voicemail, but I
don't hear any ringing/ringback.
exten => s,1,Zapateller(answer|nocallerid)
exten => s,2,NoOp
exten => s,3,Playback(pls-wait-connect-call)
exten => s,4,Dial(${PHONE1}&${PHONE2}&${PHONE3}&${PHONE4},15,Ttm)
exten => s,5,Answer
exten => s,6,Wait(1)
exten
2005 Feb 01
0
TBM400 no callerid on incoming calls?
I have installed my TDM11B according to the docs at the Digium page but I
do not get incoming caller id. My telco confirmed that callerid should be
passed but I do not see it coming in. I am in The Netherlands with a KPN
line. The number is not even visible in console mode on * running stable
1.0.5. Ideas anyone?
-- Starting simple switch on 'Zap/4-1'
Feb 1 19:19:40 NOTICE[16582]:
2005 May 13
4
1-800 with FWD
Sirs,
Thank you for your quick response.
But when i try to make a call to FWD the following error appears:
For example, when i call to 612 (a service number of FWD)
-- Executing Dial("SIP/Phone4-e85b",
"SIP/612@fwd.pulver.com|90|Ttr") in new stack
-- Called 612@fwd.pulver.com
-- Got SIP response 500 "I'm terribly sorry, server error occured
(1/SL)"
2005 Jan 18
3
Out of 5 Grandstream BudgeTone 101 THREE are defect !!! (from Pulverstore)
I bought three plus two Grandstream BudgeTone 101 phones.
The shipping cost more than the phone itself from Pulver store.
The first shipping had one phone defect. Nothing on the display. (Can
happen!)
The second shipment had one phone with a defect display, but it still
worked.
The second phone's handset was defect too (microphone did not work).
Changing the handset from this one to the