Displaying 20 results from an estimated 4000 matches similar to: "Question receiving calls via SIP"
2004 Dec 11
0
Cisco 7960 and Asterisk...not working....
Sorry if this comes in twice. Wasn't subscribed first time :-(
Anyone help me here......
It worked once :-(
I have a static IP address which is on my private network.. Phone is 192.192.192.220 and asterisk server is 192.192.192.22
I have the 7690 with a SIP iamge (Whatever latest is )
I have 3 lines setup with Free World Dial up and have the 4th setup to connect to my asterisk server.
2004 Dec 13
1
Repost: Cisco 7960 and Asterisk...not working....
Anyone help me here? I am a newbie so be gentle ;-)......
It worked once and then I played with the configs.
I have a static IP address which is on my private network.. Phone is 192.192.192.220 and asterisk server is 192.192.192.22
I have the 7690 with a SIP iamge (Whatever latest is )
I have 3 lines setup with Free World Dial up and have the 4th setup to connect to my asterisk server. Here
2005 Jan 03
0
Re: Asterisk won't register with sipphone.com
Hello All.
I started setting up my Asterisk system yesterday and everything was going
well, i have registered with sipphone.com and set-up my Asterisk system to
register with sipphone per the sip.conf file below.
It was registered perfectly but I could not receive calls so I added in the
line "insecure-very" and I then used the Washington DC access number to test
and the phone
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 ;
2003 Dec 08
2
Problems with voicepulse.com
Greetings,
I have been experimenting with Asterisk for a few weeks and finally
decided to
take the plunge and purchase a few DIDs for inbound calling. Our
attempts at
IAX/IAX2 connectivity with VoicePulse have been less than successful.
We get
"Registration Refused" errors from Asterisk whenever we launch the
server. The
front-line support folks at VoicePulse suggested that we are
2004 Aug 23
2
VoicePluse DID problem
Hey guys,
Cal someone help me. I'm register voiceplus DID i try to config
fllow example but not work. When i test call to number and debug
iax2 in my asterisk not found packet.
My iax.conf
--------
register => in-xxx:yyy@gw5.voicepulse.com
[voicepulse]
context = voicepulse-incoming
secret=yyy
auth=md5
type=friend
host=gw5.voicepulse.com
------
extention.conf
----
[voicepulse-incoming]
2004 Apr 08
0
IAX2 Trunk to PSTN (voicepulse) questions...
All,
I've almost got my Asterisk PBX setup, but I've having some problems with
the VoicePulse IAX trunk.
On outbound calls, when dialing a PSTN number through the IAX2 trunk,
music on hold (moh, using the m option in the dial command) does not work.
The console states that "stop sound" on IAX2 channel. Ring works, but
only without the r option. MOH works when trying to dial a
2004 Apr 02
1
problems getting inbound to work @ voicepulse
Hello-
I'm obviously doing something wrong here in trying to get an inbound
DID to work with voicepulse.
I have an outbound context set-up for those calls in iax.conf, and the
appropriate register in- statement.
within extensions.conf I am doing something like this:
exten => 212xxxxxxx,1,Dial(SIP/admin,t)
(where admin is the phone i am looking to forward to from sip.conf).
i'm
2004 May 25
3
Voice Pulse
Hello:
I am new to the list. I am trying to set up asterisk with voicepulse. I
have a voicepulse username + password, and SIP DID. When I login to
voicepulse, I have this under my devices tab:
Devices
*Login:* Sysxxxxxxx
*Password:* xxxxxxxxxx
*Context:* VPWS
*Connects to:* gw5.voicepulse.com
My question is: Do I need a 2.4.x kernel? Currently I am running
Debian/stable stock 2.2.x ? Has
2003 Dec 09
1
dialling peer problems
I'm trying to use Jeremy's suggestion of dialling using just the peer name
instead of user:pass@peer but I'm running into some really funky issues.
It does the same thing with both VoicePulse and another * server I have.
[voicepulse]
type=peer
host=gw5.voicepulse.com
trunk=yes
user=USERNAME
pass=PASSWORD
and in my dialplan:
Dial(IAX2/voicepulse/${EXTEN:2}@VPWS,90,r)
The log shows
2004 Aug 13
1
Problem with ougoing Zap calls
I'm able to receive but not make calls with zaptel using an X101P
connecting to Asterisk with an Xlite client. My client has context = flat
in sip.conf and extensions number 8919
In extensions.conf I've got:
[home]
; Line 1
;
exten => 8919,1,Dial(${PHONES1},20,Ttm)
exten => 8919,2,Macro(vmessage,${PHONES1VM})
exten => 8919,3,Hangup
[outgoing]
exten =>
2006 Jun 13
2
No incoming sip calls
Hi folks - I've recently returned to asterisk after an eighteen month break.
I've two sip providers - gradwell in the UK (inbound and outbound)
and talklite in the US (outbound only).
I've managed to get outbound dialing working but am not receiving any
calls from gradwell.
I've included my sip.conf and extensions.conf as well as the output
from tethereal. When a call is placed
2004 Jan 29
1
re: help with voicepulse connect IAX2
hello,
after playing with an asterisk configuration for voip for a few weeks i'm
trying to get outbound dialing with voicepulse going - i've cut down the
asterisk to a very minimal install (1 SIP client) to try to localize the
problem. The SIP client works fine (SIP and * on the same NAT) and could
access the demo from samples before i removed it, and can call itself - so
i am
2004 May 21
6
VoicePulse SIP
Dear Sirs,
Anybody ever tried running SIP up against Voicepulse? On their
http://connect.voicepulse.com they claim they support both SIP and IAX, but
I can't seem to get SIP running. I have as mentioned before on this list -
huge problems getting any timing devices running on some of my machines, so
IAX is not really an option right now. If I try I get a "Service
Unavailable"
2003 Dec 08
1
Re: Asterisk-Users digest, Vol 1 #2120 - 14 msgs
In response to the postings by Andrew Kohlsmith and Ernest W. Lessenger:
Andrew,
I modified the exten line in extensions.conf as you suggested.
Unfortunately,
It still does not work...
Ernest,
I spent approx. 4 hours reading list archives (and anything else Google
served up) on
how to configure iax.conf and extensions.conf to work with Voicepulse.
Then, I sent
an email to voicepulse
2004 Feb 02
0
VoicePulse IAX2 lag
Yes, and they are aware of the problem.
-----Original Message-----
From: asterisk-users-admin@lists.digium.com
[mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Jonathan Tew
Sent: Monday, February 02, 2004 1:59 PM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] VoicePulse IAX2 lag
Is anyone else noticing high lag on their voicepulse IAX2 connections?
We're seeing
2004 Aug 30
2
VoicePulse Connect DTMF with IAX2
Is there anyone out there who has VoicePulse Connect working with DTMF?
I've been unable to get it to work from the start, and the recent
VoicePulse updates
did not help.
A caller to my DID's hears Asterisk, but pressing DTMF does nothing:
On call setup "iax2 debug" shows:
-----------------
Tx-Frame Retry[-01] -- OSeqno: 001 ISeqno: 002 Type: IAX Subclass:
ACK
2004 Aug 21
1
IAX2 DTMF not recognized - Bug report - Help sought
I have working SIP numbers with broadvoice, and just added a DID from
http://connect.voicepulse.com/ . The calls answer, but DTMF is not
recognized.
With "iax2 debug" active pressing DTMF does nothing. Zilch. Zero.
A friend tried a different IAX2 connection, and got the same results.
I see the following in the archives:
On Fri, 2004-04-09 at 10:12, Robert Jackson wrote:
> Hey
2004 Nov 06
5
SIP Groups
I am wondering if there is a way to create a SIP/IAX group of outgoing
lines like Zap groups.
I am currently using the following method, but would like to use
features such as ?g2? that would list all the accounts for a SIP or IAX
connection.
exten =>
_1NXXNXXXXXX,1,Dial(SIP/account_name:Password@gw5.voicepulse.com/${EXTEN
})
exten =>
2004 Jun 15
7
Voicepulse Down Again?
I can ping it just fine.
I am on gw5.voicepulse.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040615/054c83f4/attachment.htm