How to configure psip for diamondcard?

Using applications, configuring, problems
Post Reply
Message
Author
treeplanter
Posts: 21
Joined: Wed 10 Sep 2008, 02:05

How to configure psip for diamondcard?

#1 Post by treeplanter »

anyone have luck getting psip going using diamondcard ..I dont see a line to enter the pin for diamond card in the config file.And I'm not sure that psip is working with the sound card ...Micron transport zx....128mb mem. I've got Twinkle installed and it works ...but the echo is driving my friends crazy.I can't hear it on my end, but on the other end of a land line call is apparently very bad....... any other VOIP suggestions??

gazb
Posts: 25
Joined: Wed 09 Jul 2008, 05:37
Location: Australia Sydney
Contact:

microphone

#2 Post by gazb »

If you get echo then your microphone is set too loud, you need to make it as quiet as possible then bring it up until you can hear OK without echo.

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

psip configure

#3 Post by watchdog »

Excuse me my bad english. Just yesterday I get working psip32 with Ekiga Call out or Diamond Card in wary 5.3 and slacko 5.3.3. I post my /root/.psip.conf:

{
"account": {
"sip-url": "sip:ID@sip.diamondcard.us",
"registrar": "sip:sip.diamondcard.us",
"realm": "*",
"user": "ID",
"password": "PIN",
"use-srtp": 0,
"proxy": "sip:sip.diamondcard.us"
},
"settings": {
"ring-command": "",
"loglevel": 1,
"help-command": "",
"call-timeout": "15",
"minimise-tray": 0,
"auto-register": 0,
"ringtone-file": "/usr/share/audio/beep_high.wav",
"im-beep": 0,
"im-command": "",
"activity-log": 1,
"sampling-rate": -1,
"max-calls": "2",
"sip-port": "5060",
"public-ip": "",
"stun-server": "",
"disable-vad": 0,
"enable-ice": 0,
"turn-server": "",
"turn-user": "",
"turn-password": "",
"turn-realm": "",
"turn-use-tcp": 0,
"disable-tcp": 1,
"disable-optional-srtp": 0,
"audio-in": "default",
"audio-out": "default"
},
"buddy-categories": []
}

Substitute ID and PIN with the real your ID and PIN of your account with Diamond Card. With some routers you have to substitute the line:

"proxy": "sip:sip.diamondcard.us"

with

"proxy": ""

Dial and add buddies in the way:

sip:0039nationalnumber@sip.diamondcard.us

Substitute 0039 with your desired international prefix (0039 for Italy...).

Best Regards

watchdog
Posts: 2021
Joined: Fri 28 Sep 2012, 18:04
Location: Italy

How to configure psip for diamondcard?

#4 Post by watchdog »

For NAT-traversal I experimented another way to do the job with dummy connections. New /root/.psip.conf:

{
"account": {
"sip-url": "sip:ID@sip.diamondcard.us",
"registrar": "sip:sip.diamondcard.us",
"realm": "*",
"user": "ID",
"password": "PIN",
"use-srtp": 0,
"proxy": "sip:sip.diamondcard.us"
},
"settings": {
"ring-command": "",
"loglevel": 1,
"help-command": "",
"call-timeout": "15",
"minimise-tray": 0,
"auto-register": 0,
"ringtone-file": "/usr/share/audio/beep_high.wav",
"im-beep": 0,
"im-command": "",
"activity-log": 1,
"sampling-rate": -1,
"max-calls": "2",
"sip-port": "5060",
"public-ip": "IP",
"stun-server": "stunserver.org",
"disable-vad": 0,
"enable-ice": 0,
"turn-server": "",
"turn-user": "",
"turn-password": "",
"turn-realm": "",
"turn-use-tcp": 0,
"disable-tcp": 1,
"disable-optional-srtp": 0,
"audio-in": "default",
"audio-out": "default"
},
"buddy-categories": []
}

Replace ID and PIN with ID and PIN of your account at Diamondcard. IP is the external IP of the NAT gateway: you can read it by clicking over the monitor of connection low-ritght of the desktop. Enjoy.

Sylvander
Posts: 4416
Joined: Mon 15 Dec 2008, 11:06
Location: West Lothian, Scotland, UK

Re: How to configure psip for diamondcard?

#5 Post by Sylvander »

1.
treeplanter wrote:any other VOIP suggestions??
(a) I bought this Cisco Phone Adapter with 2 Ports for Voice-over-IP (UK)
Then...

(b) I registered with sipgate.
Chose a phone area code [the same as my local code].
Or could have chosen 0845, or 1 other [forget which].
SIPgate allocated me the rest of my number.
[So far] I haven't charged my account by making a payment, so my account is only passive [only receive calls] at this time.
I have a couple of DECT [wireless] phones connected to this setup.
The PhoneAdapter->router->modem must all be [connected and] powered-on for me to receive calls.
Only my family members know this number, so if this phone rings I KNOW it's a family member calling.

(c) If I charge the SIPgate account I'd [for example] be able to make low-cost international calls.

(d) The quality of the internet calls is not as clear/crisp->[too much bass, little treble] as my Virgin landline, but otherwise it's OK.
Tried swapping the BT wired phones with the wireless, but still wasn't as good as the Virgin landline.

Post Reply