• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Not Registering -4

 
Greenhorn
Posts: 13
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I'm beginner to android, I'm trying to make a small application for making calls (on press of a 'Back button') from my SIP account to mobile number with the help of a "SIP Demo" and documentation provided on "developer.android.com/" website. After following all the necessary steps of registering with the server I'm facing error of "Not Registering" (Error Code is -4 ) and "no data connection" (Error Code -10) alternatively while registration process on a button click.

Kindly correct me for all my mistakes in the code...

Here's the code below:

 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You'll have to narrow down that exception to a particular line/block in your code. Posting the entire (long) code and asking for help doesn't usually work.
 
Karuna chauhan
Greenhorn
Posts: 13
Android Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I guess you right Jaikiran...because the code was really lengthy to post...now i'll try to make it clear and brief here -

In my application, I am registring with the SIP Server and after registration making an 'Outgoing Call' to any random number on press of 'Back Button'. Registration has been done successfully but not getting any response while calling to the number (except the dialer window is displayed).

Here's my code below for making call on 'Back Press' ...hoping to get the reason and solution for this issue -



Thanks in advance!!
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have the same problem, did you resolve it and how please???
 
If you try to please everybody, your progress is limited by the noisiest fool. And this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic