Displaying 20 results from an estimated 2000 matches similar to: "voipbuster advise"
2006 May 29
4
registration at Voipbuster times out
Hi,
I am new here on this list, and have a problem of which I hope that somebody here can help me with it.
I have a Voipbuster account, with which I would like to make phone calls via my Asterisk PBX. If I let X-Lite register directly at voipbuster.com, everything is OK, but if I let Asterisk register there, it says "registration for XXXXXX@sip.voipbuster.com timed out, trying again",
2005 Sep 10
2
VoipBuster again
Hi, all
I am still battling to connect * and voipbuster.
What protocol does it use? Ethereal capture shows UDP traffic, but no SIP or
IAX traffic when using their client.
VoipBuster client connects to connectionserver.voipbuster.com on port 11112
for authentication. Call itself is placed on different server.
I have tried to connect using SIP and IAX and it seems that no
authentication is
2009 Sep 02
1
Voipbuster not ringing, other SIP peers are ringing...
Does anybody else see the same behavior for VoipBuster connections?
When I trace one of the other SIP peers, I see it sends this message:
----------------------------------------------------------------------
<--- SIP read from 82.101.62.99:5060 --->
SIP/2.0 180 Ringing
Allow: INVITE,ACK,BYE,CANCEL,PRACK,SUBSCRIBE,NOTIFY,UPDATE
Call-ID: 740540ee64fa957513ce89f03ef5e3f2 at sip.xs4all.nl
2005 Sep 19
1
Voipbuster in Australia -- delay problem
Hi, all,
I got my * to work with voipbuster service. And it works quite well when I
am calling USA or Europe. However, for local calls, I am experiencing long
delays (About 1s). As far as I know, voipbuster application does not have
this problem.
I am using IAX and gsm codec.
Any ideas on how to combat this?
Thanks,
Rudolf
2006 Jan 21
1
Is sip1.voipbuster.com corking reliably for others on list?
I am trying to move from IAX2 to SIP for voipbuster, moving at the same
time to sip1.voipbuster.com.
When I try calling out, I see that there is SIP exchange, and in many
cases also RTP data being exchanged.
Hover in a very large number of attempts the connection is not
established. Half of the time there is no RTP, the rest of the time there
*is* RTP data flowing in two ways, but no ringtone is
2005 Aug 31
7
VoipBuster with astersisk?
Hi, all
Here is a something I found on the web:
http://www.voipbuster.com
And it works OK too. Now, I want to use it via asterisk, so I ccan use my normal phones instead of PC application.
Did anyone try to connect astersisk and VoipBuster?
Thanks,
Rudolf
2006 Jan 19
0
Incoming fax on voipbuster
Hello,
I'm trying to receive a fax to my inbound number from voipbuster.
Asterisk receives the call and starts the rxfax application successful,
but then nothing happens. The calling party is still hearing a ringing
tone, or sometimes nothing. Voicecalls are working correct and without
problems.
For testing I've add a local number (300) to the dialplan. When I call
this number
2006 Jun 08
0
"I can hear them but they can't hear me" with VoipBuster
Hi;?
When connecting via VoipBuster or VoipStunt, "I can hear them but they can't hear me"?. This happens with VoipBuster or Voipstunt. Registration is done correctly.
I thought it could be something related to NAT, but I don't have this problem when using VoipUser or Asterisk2PSTN, for example.
?
I tried with different codecs: gsm, alaw and ulaw but no change.
?
So, now?I
2006 Jan 25
2
Voipbuster/voipstunt -- what a crap service
Hi, all
I am reallty pissed with their service. I wonder if this is common problem.
Firstly, all of my calls are terminated after 30s. And termination happens
in a strange way. My local asterisk server does not see the disconnection,
but remote party is disconnected. Basically, I am still on the phone, while
remote party was disconnected. When I hang up, I get something like that:
Apr 20
2005 Aug 15
12
Voipbuster blocking Asterisk/IAX connections?
What settings are people using? I've seen the ones from dslreports but
I'm in that lucky group of people that paid the 1 euro just to have it
no longer work. Even after I setup a additional account over the
weekend it still doesn't work. And, of course, etherreal only shows
encrypted traffic so I can't snag any config settings from it.
Any assistance?
-----Original
2018 Apr 04
2
LLVM back end for the research Connex SIMD processor
Hello.
I'd like to advertise the LLVM back end I developed in the last 2 years for the
research Connex wide SIMD processor, which can have up to 4096 lanes. The Connex SIMD
processor is designed to run efficiently BLAS routins, is an easily reconfigurable
low-power processor with scratchpad memory, a shift register for inter-lane communication,
a hardware sum-reduction tree and
2006 May 14
0
VoipBuster issues?
Hi All,
Any VoipBuster SIP users on this list that'd be willing to test
VoipBuster outbound VoIP to PSTN?
All numbers I tried from my (*) server are supposedly being connected,
but no phone rings!
Also their new WebStart function doesn't cause my phone to ring either...
TIA!
--
Francesco Peeters
2005 Sep 27
1
VoIP Buster stopped working?
Hi,
I was successfully using VoIP Buster via IAX2 for several weeks now.
Yesterday/today it spontaneously stopped working. Using the "real"
client the connection works well though.
Anybody else experiencing this problem?
Or asked differently: Is there anybody for whom it is still working?
Can anybody tell me what the problem could be from this:
-- Executing
2005 Oct 15
4
Voicemail 2
Hi list,
I'm trying, as usual, to set up voicemail.
It works, but signaling to phones, doesn't.
Into XLite logs, I have:
--
Messages-Waiting: yes
Message-Account: sip:voicemail@mydomain.com
Voice-Message: 1/0 (0/0)
--
but nothing appear on the XLite screen.
So, I understand that I'm able to send the right signal, but something
is still wrong.
Ideas?
Thanks in advance
--
.:FaberK:.
2019 Apr 28
2
[GSoC] Supporting Efficiently the Shift-vector Instructions of the Connex Vector Processor
Hello, Anton,
I'd like to add a small reply regarding this GSoC project that I would like to mentor
and I discussed also with Andrei.
A good part of our GSoC project is indeed related to this Connex back end that it's
not yet part of the LLVM source repository - an important thing proposed in the project is
that we plan to perform efficient realignment for this Connex vector
2016 Jun 28
2
Instruction selection problem with type i64 - mistaken as v8i64?
Hello.
I am writing a back end in which I combined the existing BPF LLVM back end with the
Mips MSA vector extensions (from the Mips back end)
I have encountered an error when compiling with llc: the instruction selector uses a
vector register instead of a scalar register with type i64 .
I have the following part of LLVM IR program:
vector.body.preheader:
2006 Mar 05
1
uniqueid
Hi folks,
I've just updated my * and I noticed that from the update the uniqueid field
into mysql, is not written and ASTPP do not charge the calls.
I got an eye to cdr_mysql.c and I found that at line 212, into one insert
query, uniqueid is missing.
But I can be wrong.
In any case, somebody got same problem?
Any suggestions?
Thanks to all.
--
.:FaberK:.
-------------- next part
2006 Dec 07
5
CISCO 2600 - VWIC 1MFT-E1
Hi to all,
I got a Cisco 2651XM wired to an E1 PRI.
What I want to do is to pass all incoming calls to my asterisk.
This is my actual conf:
http://pastebin.ca/270677
with this I'm able to call my number from outside, but the call stop on the
2600, infact I can hear the tone, but I'm not able to forward calls to my
asterisk.
Anyone got an idea of my errors?
Thanks to all.
--
.:FaberK:.
2006 Jan 27
2
Name/username (sip show peers)
How can I make it more readable?
Name/username
601/601
123456789/123456789
voipbuster/abcd
601 = hotline
123456789 = Peter Pan
only voipbuster/abcd is easy read/understandable!
bye
Ronald Wiplinger
2005 Sep 26
0
netappel
Hi guys,
does anybody succesfully connect Asterisk with netappel?
I've tryed using voipbuster settings, but doesn't work.
Any suggestions, are wellcome.
Thanks
--
.:FaberK:.