sipdroid without pbxes.org server
Opened this issue · 8 comments
GoogleCodeExporter commented
I am trying to use sipdroid 1.4 without the pbxes.org servers. Call quality
is significantly lower with pbxes.org than with my own server so I would
prefer to bypass them but I can't register on our server.
If sipdroid uses standard sip then it should be no problem to register on
any asterisk server but it simply does not work without tunneling through
pbxes.org. I know the company line is that this is for our own good but I
can register every SIP capable Nokia phone under the sun on our asterisk
server but not android phones with sipdroid. Has anyone had any success
with this?
Original issue reported on code.google.com by dcitele...@gmail.com
on 12 Mar 2010 at 9:57
GoogleCodeExporter commented
SipDroid is standard SIP. I am currently using SipDroid with my Asterisk
1.6.2.0~rc2
server via TCP. UDP works as well, however I have opted for TCP due to the
setting
in SipDroid indicating a longer standby time with TCP.
Original comment by majostm
on 12 Mar 2010 at 11:34
GoogleCodeExporter commented
I am running trixbox 2.62 which is asterisk 1.4 and no matter what I do I can't
get it to work. Asterisk 1.4
does not do TCP. Maybe the udp option does not work in sipdroid 1.4. Did anyone
get it to work with
trixbox 2.6? Could you post your settings?
Original comment by dcitele...@gmail.com
on 13 Mar 2010 at 2:10
GoogleCodeExporter commented
I did some more testing and UDP does not seem to work in sipdroid 1.4 even if
the
option is selected I think it uses TCP transmission so asterisk 1.4 does not
work. I
checked many forums and the only people that got it to work without going
through
pbxes.org are asterisk 1.6 users.
Original comment by dcitele...@gmail.com
on 13 Mar 2010 at 3:54
GoogleCodeExporter commented
I have confirmed that sipdroid registers fine with trixbox 2.8 (asterisk 1.6)
but can
not register with trixbox 2.6 (asterisk 1.4)
Original comment by dcitele...@gmail.com
on 15 Mar 2010 at 1:40
GoogleCodeExporter commented
I'm using sipdroid 1.4 daily with asterisk 1.4 (WLAN and 3G) without any
problems,
call quality is actually brilliant. The problem is most likely not Sipdroid,
but a
routing problem with your firewall. Is your trixbox behind a NAT?
Have you tried STUN (for example stun.ekiga.net)? My connection worked without
it
except that I couldn't receive calls through 3G, with STUN this works too.
Setup of a
call is a bit slower, but it helps getting through NATted connections.I'm using
realtime config, not sure how this translates to sip.config settings, but the
main
configuration options are:
codecs: ulaw;alaw;gsm;
canreinvite: no
nat: yes
/ken
Original comment by kw%allie...@gtempaccount.com
on 7 Apr 2010 at 7:42
GoogleCodeExporter commented
> sipdroid without pbxes.org server
is not a good title for this bug report. perhaps somebody can change it to
sipdroid on asterisk 1.4
it seems to work for some people - please can those for whom it does not work
attach a trace of the failing transactions? actually, those for whom it does
work can do so also, then it may be easier to figure out the difference.
thanks
Original comment by thilo.ba...@gmail.com
on 30 Jul 2010 at 9:07
GoogleCodeExporter commented
I'm using it with sipgate using udp. Won't work there with tcp.
Pbxes, on the other hand hasn't worked for three or for days for me. :<
Original comment by jwinsto...@gmail.com
on 14 Apr 2011 at 12:41
GoogleCodeExporter commented
hi all
i am using asterisk1.4 and sip client sipdroid 4.2 but iam not able to connect my sipclient to asterisk server . my asterisk server is working fine with x-lite cilent.
my configuration:
[user]
exten => 101,1,Dial(SIP/101,20)
exten => 101,2,Hangup()
exten => 102,1,Dial(SIP/102,20)
exten => 102,2,Hangup()
[101]
username=101
type=friend
context=sip
secret=101
nat=yes
host=dynamic
canreinvite=yes
qualify=no
bindport=5060
;disallow=all
;allow=gsm
;allow=ulaw
;auth=101
auth=101@101@172.16.5.5:5060
Original comment by ramana05...@gmail.com
on 7 Jan 2012 at 10:42