SvSIP: use your DS as a phone!

euqiddis

Well-Known Member
Newcomer
Joined
Nov 21, 2006
Messages
79
Trophies
0
XP
100
Country
Samuelv, im using version 6 but it doesnt work for me, when it load its up its gets stuck on the associated connection bit, the wifi light is blinking, but it does not pick the the wifi signal, i have tested and connected to the wifi signal with the wifi.nds that is in the new version but svsip doesnt connnect.

any ideas?
 

samuelv

Member
Newcomer
Joined
Sep 13, 2007
Messages
15
Trophies
0
XP
78
Country
France
If you use wifi-config.nds and dns test works, don't forget to save configuration.
svsip should be work, because it use the same code that wifi-config.
 

jiaxuan

New Member
Newbie
Joined
Oct 23, 2007
Messages
2
Trophies
0
XP
1
Country
Switzerland
samuelv,

I would like to recommend:
1. add wifi antenna icon to show wifi, dns & sip status: signal strenth and connected or not, name resolved or not, sip server logged in or not. Display last problem on the icon.
2. during current situation, many people still have problem to use it and program may have some bugs, it is better to display more status information, simular with those written to log file, on screens, until the first fatal problem happens, so that people can easiler know what have successed and what failed when some problems happen. (people can write to log file and check it, but it is inconvenient)
3. better to have tone sounds to confirm the #s have been dialed.
4. skip dial 00 in beginning. seems every one need to do it every time, why don't save people's time.
5. IN FUTURE, add phone book feature and better to be able to import address book in a specific format or use a configure file as address book.

Myself still have problem to use Ver 6. It displayed that wifi is connected (work with static IP address, not dhcp), and dial pad image came out. But after I dial any #s, it displayed 'Disconnected' without more information. I'm using D-Link ID-624 router and having exactly same problem report at http://www.dcemu.co.uk/vbulletin/showthread.php?p=534140

------------------------------
The wifi-config.nds included in this release successfully discovered & connected to my D-link DI-524 router!
But... when it does the DNS Test, (querying www.google.com) it just says:

"Querying, please wait..."

"Last DNS Response :"
" NULL response"
------------------------------

and in the log file:
00:15:23.000 sip_resolve.c DNS resolver not available, target 'sip.VoipStunt.com:0' type=Unspecified will be resolved with gethostbyname()

I have used the same WFC wifi connection got Friend Code before. Quite strange it does not work testing from wifi-config.nds
Per a Japanese site, http://www13.atwiki.jp/wifi_chat/pages/6.html, it may because that the 'wifi lib' does not work with my wifi AP. Are you using latest wifi lib? If can not be resolved by upgrade, because the problem only happens on DNS, as work around, can we use ip directly instead of domain name of the sip provider?
 

samuelv

Member
Newcomer
Joined
Sep 13, 2007
Messages
15
Trophies
0
XP
78
Country
France
Thanks Jiaxuan for your answer. I try to fully answer

1. You are right, but I would like my code is the more simple so I look for the best framework (sdl,gtk,wince with microwindows...). For the moment I didn't decide.

2. In the previous version, there were log in the console, but several people have complained, so I suppressed log but perhaps I should be keep certain log. It's very difficult to satisfy everybody.

3. there is a sound/bip when you press a key. If I add sound like dtmf, somebody don't love it. I should be add an option to de/activate.

4. You must dial 00 because it's international call. In France I don't dial 00.

5. Yes of course, and select the music when you receive a call. Listen to music (wav,mp3,ogg...)

6. wifi, I don't know why the dns resolution doesn't work in the new version and wifi-config. It appears to be more than three trials. I use the last version of dswifi.
In SvSip config.txt, you can replace domain name by ip address.
 

jiaxuan

New Member
Newbie
Joined
Oct 23, 2007
Messages
2
Trophies
0
XP
1
Country
Switzerland
Thanks for your greate work and quick response!

6. it works with ip address in config file! for voipstunt.

2. maybe just display the messages only when any fatal error happens and just until the first fatal error. people who are using it properly will not want to see many messages.

3. I couldn' t hear the bip because I set the volume too small. Yes, it is difficult to satisfy everyone. Just I like the tones personally.

4. understand:)

5. the phone book in a config file may be a little easier to implemented and can many people convenient.
 

tyrant78

New Member
Newbie
Joined
Nov 4, 2007
Messages
1
Trophies
0
XP
1
Country
United States
ok got this working can call and it connects fine, but noone can hear me, there is times that i can be faintly heard but mostly not,
i have tried everything in the config file as far as changing mic level.

i see other posts about this but no answers does anyone know how to fix this?
 

deejay40

New Member
Newbie
Joined
Nov 4, 2007
Messages
1
Trophies
0
XP
1
Country
United States
SamuelV,

When SvSIP boots, it appears to establish a connection.
When I dial, I get STATUS: DIALING...
Then I immediately get STATUS: DISCONNECTD
Log file is too long to post here, but I can email to you for review if it helps...
My SIP account seems operational. I can log in/out, & have SIP alias.
Any ideas? Thanks for a great program.

Deejay40



-Using Version 6 (SvSIP.20071015)
-Supercard DS One, 1gb Kingston
-SvSIP.nds, config.txt, numpad.png all in /SvSIP/ folder in root
-Wifi-config.nds test successful
-wifi connection test successful thru both moonshell & DSogranize browser
-SIP provider "iptel.org"
-Enabled "--log-file svsip/log.txt"
-USA Dialing format used 001XXXXXXXXXX (00 + Country Code 1 + 3 digit Area Code + 7 digit number)
-config.txt (see below)

---config.txt BEGIN---

# Set domain sip provider (example: freephonie.net)
--domain iptel.org

# Set authentication username
--username joeuser

# Set authentication password
--password alpha.numeric

# Optional registration interval (default 55) (for freephonie set 1800)
--reg-timeout 1800

# Optional microphone volume (default 1.0)
--mic-level 3.0

# Optional speaker volume (default 1.0)
--speaker-level 1.0

# Optional for expert: set realm
#--realm

#optional: log to filename
--log-file svsip/log.txt

# optional: set log max level to N (0(none) to 6(trace))
--log-level 5

-----config.txt END -----
 

samuelv

Member
Newcomer
Joined
Sep 13, 2007
Messages
15
Trophies
0
XP
78
Country
France
SamuelV,

When SvSIP boots, it appears to establish a connection.
When I dial, I get STATUS: DIALING...
Then I immediately get STATUS: DISCONNECTD
Log file is too long to post here, but I can email to you for review if it helps...
My SIP account seems operational. I can log in/out, & have SIP alias.
Any ideas? Thanks for a great program.

Deejay40



-Using Version 6 (SvSIP.20071015)
-Supercard DS One, 1gb Kingston
-SvSIP.nds, config.txt, numpad.png all in /SvSIP/ folder in root
-Wifi-config.nds test successful
-wifi connection test successful thru both moonshell & DSogranize browser
-SIP provider "iptel.org"
-Enabled "--log-file svsip/log.txt"
-USA Dialing format used 001XXXXXXXXXX (00 + Country Code 1 + 3 digit Area Code + 7 digit number)
-config.txt (see below)

---config.txt BEGIN---

# Set domain sip provider (example: freephonie.net)
--domain iptel.org

# Set authentication username
--username joeuser

# Set authentication password
--password alpha.numeric

# Optional registration interval (default 55) (for freephonie set 1800)
--reg-timeout 1800

# Optional microphone volume (default 1.0)
--mic-level 3.0

# Optional speaker volume (default 1.0)
--speaker-level 1.0

# Optional for expert: set realm
#--realm

#optional:Â log to filename
--log-file svsip/log.txt

# optional: set log max level to N (0(none) to 6(trace))
--log-level 5

-----config.txt END -----
Could you replace in config file the domain (iptel.org) by its ip address ?
If it doesn't work, could you read the log file to localize an error message ?

Samuel
 

Oshinagaki

Member
Newcomer
Joined
Sep 9, 2007
Messages
5
Trophies
0
XP
3
Country
United States
Could you replace in config file the domain (iptel.org) by its ip address ?
If it doesn't work, could you read the log file to localize an error message ?

Samuel

i replaced the domain name with its ip adress abd is still dont work...where can i find the log?
hate2.gif
 

OSW

Wii King
Former Staff
Joined
Oct 30, 2006
Messages
4,787
Trophies
0
XP
492
Country
any aussies who got it working able to provide a sample config file?

and how do i dial numbers - does it go

00c ountrycode areacode number ?

I'm also getting "CALLING" then after 20 seconds "DISCONNECTD"

btw company is "mynetphone.com.au"

anyone had success with this provider?
 

Oshinagaki

Member
Newcomer
Joined
Sep 9, 2007
Messages
5
Trophies
0
XP
3
Country
United States
great now i cant even CONNECT it just gets hung at assoceating authenticating and then doesnt connect wich is strange cuz it worked 5 min ago
 

Oshinagaki

Member
Newcomer
Joined
Sep 9, 2007
Messages
5
Trophies
0
XP
3
Country
United States
GAARGGG after hours of fiddleing i managed to get it up and tried calling and it disconnected and FROZE so now i
cant show the log file!!1!!11!1!1!!!
hate2.gif

Lol i figured out why it froze...it froze BECAUSE i pressed start+select so i really cant get the log file...cmon samuel any help?
cry.gif
 

samuelv

Member
Newcomer
Joined
Sep 13, 2007
Messages
15
Trophies
0
XP
78
Country
France
To product log file, you must define this options in config.txt file:

Code:
--log-file svsip/log.txt
# optional: set log max level to N (0(none) to 6(trace))
--log-level 4

You should be use the last version of svsip : 20071126
 

abkpw21

New Member
Newbie
Joined
Nov 27, 2007
Messages
1
Trophies
0
XP
1
Country
Canada
i have used the most recent release and tried every sip provider in your instructions and they all work to the point where i can dial out and the first time i try to call either my house phone or cell phone it will work and ring but i cant hear anything from my ds when the call is answered and the other person cant hear me. after about 10 seconds ds says DISCONNECTD. then if i try to call again the call with not go through, its strange and appreciate any responses... thanks
 

94dan

Well-Known Member
Member
Joined
Jul 18, 2007
Messages
122
Trophies
0
XP
21
Country
United States
Hi, I used svsip 2 versions ago. I had some FAQ from somewhere... I think here.

Anyway, now I'm using linux (Ubuntu). Does anyone know any Linux programs to use, and... Everything else? I forgot how to set it up.

Well, for everything else, could someone tell me which page/pages it's all on?
 

Hachibei

Well-Known Member
Member
Joined
Apr 3, 2007
Messages
461
Trophies
0
Age
33
Location
Canada
XP
347
Country
Canada
Right, so I'm using the latest version (version 7) and whenever I start it up, it hangs after displaying the top splash screen.

Here is my config file:

# This is a comment in the config file.
# Information on http://svsip.free.fr

# Set domain sip provider (example: freephonie.net)
--domain sip.voipbuster.com

# Set authentication username
--username (My username)

# Set authentication password
--password (My password)

# Optional registration interval (default 55) (for freephonie set 1800)
--reg-timeout 1800

# Optional microphone volume (default 1.0)
--mic-level 3.0

# Optional speaker volume (default 1.0)
#--speaker-level 1.0


# Optional for expert: set realm
#--realm
#optional: log to filename
#--log-file directory/filename
# optional: set log max level to N (0(none) to 6(trace))
#--log-level

# Enable ICE (default:no)
#--use-ice

# Add the specified nameserver to enable SRV resolution
# This option can be specified multiple times.
#--nameserver XXXXXXXX

I'm also using a DSLinker with auto-DLDI patching turned on. Any ideas on why this isn't working for me?
 

silentkil

New Member
Newbie
Joined
Dec 2, 2007
Messages
1
Trophies
0
XP
1
Country
United States
i cant get it working ... i have an R4 card and a ds lite
i tried using both rev 6 and 7 none are working ... my config file is fine i have my the domain as sip.voipbuster.com and i put in my username and pw. my router is wep protected and in my router settings i have opened port 5060 and have given the ds a static ip address. i have svsip.nds in the root of the memory stick and i have the folder svsip on the mem stick. Now when i run svsip (rev 6) i got the picture on the top screen that says SvSIP SamuelIV | 2007.10.15 and on the bottom screen it says Connecting to AP

Connecting to Access Point...
ASSOCSTATUS_SEARCHING
and it never gets past this point. I've left it there for about 15 minutes... no change.

Now when i run rev 7 the top screen is the same (besides the date) and the bottom screen is just blank... a blank black screen and nothing ever comes up. Can someone please tell me what im doing wrong? I have the wifi thing setup from Mario Cart 64 and it worked fine and the wifi file in the svsip folder says the SSID and the wep password in it. Thanks for you help in advance..
 

samuelv

Member
Newcomer
Joined
Sep 13, 2007
Messages
15
Trophies
0
XP
78
Country
France
QUOTE said:
Now when i run rev 7 the top screen is the same (besides the date) and the bottom screen is just blank... a blank black screen and nothing ever comes up.
If you want to see the console, you must press when SvSIP boots.

QUOTE said:
I have the wifi thing setup from Mario Cart 64 and it worked fine and the wifi file in the svsip folder says the SSID and the wep password in it.

If you configure the wifi connection with Mario Cart, you must write in wifi file :
Code:
--config firmware

To test wifi, you can use wifi-config.nds :
CODE
Connect to an AP
Use Nintendo WFC Data
DNS Test

If DNS test gives ip address, then wifi connection works, If not you can configure wifi with "Search for an AP" or "Manual Configure", don't forget to save after DNS test.

The SSID must be broadcasted and not hidden

Samuel
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • S @ salazarcosplay:
    the author has the final aproval
  • S @ salazarcosplay:
    hunter x hunter
  • S @ salazarcosplay:
    he has not allowed anyone to continue it for him for example
  • Xdqwerty @ Xdqwerty:
    @salazarcosplay, theres a dragon ball af mod for budokai 3
  • Xdqwerty @ Xdqwerty:
    updated ship of harkinian, gonna install some hd texture pack
  • Xdqwerty @ Xdqwerty:
    I might download rayman revolution for my ps3
  • BigOnYa @ BigOnYa:
    I may try the new ram site, and download more RAM to my Switch. Not sure if ddr3 is the right ram
    for it tho. Edit- no it uses floppy Ram, just like @AncientBoi
    +1
  • Xdqwerty @ Xdqwerty:
    aeiou
  • BigOnYa @ BigOnYa:
    And sometimes Z
  • SylverReZ @ SylverReZ:
    @K3Nv2, MAGA supporters be wearing tin foil hats lol.
    +1
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, whats maga?
  • BigOnYa @ BigOnYa:
    It stands for Maniacs Against General Acceptance
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, people rejecting general consensus about stuff?
    +1
  • BigOnYa @ BigOnYa:
    Yup, nuh its really just Trump followers
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, im not american so i dont care about trump
    +1
  • Xdqwerty @ Xdqwerty:
    or us elections
  • BigOnYa @ BigOnYa:
    Me niether, us north Koreans don't care
  • Xdqwerty @ Xdqwerty:
    good night
  • BakerMan @ BakerMan:
    i don't care either, even if i'm american
  • BakerMan @ BakerMan:
    truth be told, i agree with psi, i dislike both candidates, but i'd probably vote trump simply because the economy was better during his presidency
  • AngryCinnabon @ AngryCinnabon:
    Just be careful, if trump ends up winning and using project 2025 America might really change...for the worse.
  • AngryCinnabon @ AngryCinnabon:
    I'm not american and even that sends shivers down my spine.
  • AngryCinnabon @ AngryCinnabon:
    anything that offers trump an opportunity to become an actual dictator
    is bad in my book, i could care less if it wasn't for that...
  • K3Nv2 @ K3Nv2:
    Canada: America's Russia
    K3Nv2 @ K3Nv2: Canada: America's Russia