Displaying 20 results from an estimated 6000 matches similar to: "Problems registering with Sipphone"
2009 Apr 26
1
1.6.1: "DNS error" but ping works
With 1.6.1 svn:
[2009-04-26 15:01:00] NOTICE[1844]: chan_sip.c:9927 sip_reg_timeout:
-- Registration for '17470121145 at proxy01.sipphone.com' timed out, trying
again (Attempt #30)
[2009-04-26 15:01:00] WARNING[1844]: acl.c:376 ast_get_ip_or_srv: Unable
to lookup 'proxy01.sipphone.com'
[2009-04-26 15:01:00] WARNING[1844]: chan_sip.c:10037 transmit_register:
Probably a DNS
2003 Nov 30
1
Dial "T" option not obeyed with Grandstream BT101
In the following scenario, the user calling from a SIPphone registered
phone is able to transfer the called user to another extension.
sip.conf:
[general]
port = 5060
context = from-sip
register => number:password@proxy01.sipphone.com
extensions.conf:
[from-sip]
exten => s,1,Dial(SIP/111&SIP/117)
exten => 111,1,Dial(SIP/111,20)
exten => 117,1,Dial(SIP/117,20)
1. The calling user
2003 Nov 18
3
"Unable to find path from G729A to ULAW" on Sipphone.com
I seem to be having a problem with transcoding and/or agreeing on a
valid codec. I am running a new image pulled from CVS at 1:30 PM CST.
The issue occurs when I try to make a call to a toll-free number over
sipphone.com.
Here's what I see in the console:
NOTICE[1259545280]: File channel.c, Line 1478 (ast_set_read_format):
Unable to find a path from G729A to ULAW
NOTICE[1259545280]: File
2004 May 18
2
registering in sipphone
for inbound calls, i can register
context = from-sipphone
register => 1747xxxxxxx:passwd@proxy01.sipphone.com
but how do i configure to make outbound calls to them?
exten => _1747XXXXXXX,1,GoTo(dial-sipphone,${EXTEN},1)
....
[dial-sipphone]
;
; SIP to sipphone.com
;
exten => _X.,1,Dial(SIP/${EXTEN}@??????)
^^^^^^
2004 Apr 28
4
Best echo-free and trouble-free system?
We currently have a 15-phone system using Asterisk, a combination of
analog phones/Grandstream HandyTone-286 and Grandstream BT101s, and 4
X100Ps connected to analog lines. The system works well except for
the occasional echo problem. I have all the echo parameters
configured, removed all the extra incoming analog lines except to the
PBX, etc. following all the advice on the wiki and on the
2005 Mar 03
2
FWD and SIPPHONE problems after upgrading to CVS HEAD
I have been successfully connected (incoming and outgoing)
to FWD for a very long time. A few months ago, I changed
from SIP-based FWD service to IAX2-based, and that went fine
as well, both incoming and outgoing.
At the time, I was running Asterisk 1.0.3 Stable.
I rarely use the service, so other than noticing that I was
always successfully registered to FWD, I didn't make or
receive calls
2005 Aug 08
4
DTMF issues with SIPPhone?
Does anyone else have DTMF issues with SIPPhone? When calling into my
DID, and entering, say, 1002. Sometimes it will recognize it properly
(rarely), other times it will receive something different. Such as,
1102 or 1000, etc. Has anyone else been having these issues? I'm
only accepting ulaw and alaw, and my relevant sip.conf information
follows:
[sipphone]
type=peer
2004 Oct 05
2
SIPphone All-in-One: coments anyone?
Hello,
can anyone comment on how one could use SIPphone's $89 All-in-One adapter
with Asterisk? Sounds to me like it should work as both a FXO and FXS.
It would be a cheap way of getting started with Asterisk and PSTN.
Any comments on the SIPphone FX200?
Any comments on SIPphone in general?
Thank you for your help
2012 Apr 06
4
Legend based on levels of a variable
I have a bivariate plot of axis2 against axis1 (data below). I would like
to use different size, type and color for points in the plot for the point
coming from different region. For some reasons, I cannot get it done. Below
is my code.
col <- rep(c("blue", "red", "darkgreen"), c(16, 16, 16))
## Choose different size of points
cex <- rep(c(1, 1.2, 1), c(16, 16,
2004 Feb 03
1
sipphone dialing out problem
Hello
when i dial a toll free no using sipphone i get this error message. How do i solve this?
Any help will be appreciated.
console message:
Starting simple switch on 'Zap/2-1'
-- Executing SetCallerID("Zap/2-1", "17473863282") in new stack
-- Executing SetCIDName("Zap/2-1", "Deepak JV") in new stack
-- Executing
2003 Aug 12
1
Working with FWD, IPTel, SIPPhone?
I'll admit it. I'm a asterisk newbie (but no stranger to telephony).
The setup is simple: two Grandstream BudgeTel 100 phones (SIPPhone
specials) on a private segment calling to a Linux box acting as the
segment's firewall with a leg on our public network. The phones are
setup as SIP/phone1 (x1000) and SIP/phone2 (x1001), respectively (thanks
to the Asterisk HOWTO).
Getting IAX
2004 Jan 21
1
Transfer problem
Is anyone else experiencing problems with Transfer via # and the 'T'
or 't' flags passed to Dial()?
I've tried both the latest CVS and 0.7.1 tarball. If I dial in from a
pstn line and then choose an extension that dials a SIP phone with
"Ttm" flags, when I press # on the SIP phone, the pstn caller hears
the "Transfer" and the SIP phone gets the music on
2003 Nov 09
1
Dialing 800 numbers through FWD or SIPphone?
Hi,
Does anyone know how to dial toll-free (800) numbers through FWD or Siphone?
Using the configuration below, I can dial out to SIPphone.com users by
simply
dialing their number (1747XXXXXXX) and can dial out to FWD users by dialing
1383<FWD#>
However, when I dial 18005551212 through SIPphone, or through FWD (depending
upon which line is selected in "; 800 Toll Free Numbers"
2004 Oct 05
1
asterisk with sipphone.com
Hi all.
I found a connection error from sipphone.com.
It seems 'realm based authentication' by sipphone.com.
any ideas?
Regards.
mack
2013 May 29
3
How can I use "puppet apply" with hiera?
I''m running Puppet v2.7.14. I have a puppet master server with Hiera and it
works great. I also want to be able to apply my manifests locally on a
node. I have installed Hiera on my node and I can verify using the Hiera
command line application that values can be looked up:
user@tag5-4-qa-sjc:~$ hiera corp_puppet_server region=northamerica
datacenter=sjc environment=qa --debug
DEBUG:
2004 Oct 01
1
Solution to my Grandstream lockups
Like many others on this list, I had been experiencing periodic
lockups with my Grandstream products (Handytone 286 ATA & BudgeTone
101). The lockups consisted of seemingly dead devices, no dialtone or
response, until I power cycled via software or hardware. The
workaround had been to reboot the device every 30 minutes with a cron
job. I contacted Grandstream and although they didn't
2003 Nov 11
2
FWD codecs?
Hi. There is not much info on the FWD site about this. What codecs do they use? When I try to connect with X-Lite, it works with GSM. When I try to call out with *, it wants G729. I have disallow=all and allow=gsm in the sip.conf. I end up getting errors:
Unable to find a path from G729A to GSM
Unable to find a path from GSM to G729A
What's up with that? I was able to make a call once
2005 Feb 09
0
Asterisk and SIPphone won't cooperate
When attempting to call one of the example numbers, like 17474745000, I
only get "488 Not Acceptable Here". It works fine when I configure the
softphone (Xten X-Lite) to use sipphone's server directly. Am I missing
something? Here's my relevant config sections:
sip.conf:
in [general]:
register => 17472442457:mypassword@proxy01.sipphone.com
[sipphone]
type=friend
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
2006 Nov 13
1
Dial : Executing context/priority after bridge?
Hi,
I am using Asterisk to set up a reminder-like system, with asterisk
auto-dialing a user via SIP and playing a reminder file when the user picks
the phone. I use Gizmo service for SIP and I'm able to call through it.
However, when asterisk dials a number, Gizmo first answers then tries
bridging 2 channels. Right after answer Asterisk starts playing the
reminder.
It obviously results in