Page 1 of 1

Skype sip

PostPosted: Wed Jul 15, 2015 3:25 am
by slyx
Hi sorry for my english
i am italian and i try to setup vicidial to call italian number
i now use skype sip
but vicidial not call any number also in manual mode

anyone use skype sip and can help me?
thanks

Re: Skype sip

PostPosted: Fri Jul 24, 2015 12:11 am
by williamconley
Stage one: Get it working in Asterisk. Preferably in Asterisk 1.8.

This is something you would handle on Asterisk forums. Once you can successfully make and/or take calls in asterisk with Skype, we can help you integrate this new trunk type with Vicidial.

Note that there is a LOT more support out there for Asterisk than there is for Vicidial. The audience and communities for asterisk are huge by comparison.

That being said: share your settings and configuration for skype sip, and we may be able to help you out. Are you just using a soft phone? Or are you using asterisk?

Note that you MAY just be able to put the skype sip information into a "trunk" in asterisk, but I'd have to have more information to be certain of that.

If you post your configuration information here (fake user/password/ip/domain, of course), we could help you convert it for use in Vicidial.

Re: Skype sip

PostPosted: Mon Aug 03, 2015 3:35 am
by slyx
hy
i used on carrier

register => username:password@sip skype com:5060/username


[Skypesip]
type=peer
username= myuser
secret=password
fromuser= myuser
host=sip skype com
disallow=all
allow=gsm,ulaw,alaw,g729




[Skypesip]
exten=>_39X.,1,Dial(SIP/Skypesip/${EXTEN})
exten=>_39X.,2,Hangup()

i have remove te . from the sip url
is this correct?

Re: Skype sip

PostPosted: Thu Aug 27, 2015 9:18 pm
by williamconley
I recommend removing g729 from "allow" unless you have verified that g729 is installed in your Vicidial server.
slyx wrote:allow=gsm,ulaw,alaw

Next up: you have a misunderstanding of the way to enter the Dialplan Entry, this will not work at all.
slyx wrote:[Skypesip]
exten=>_39X.,1,Dial(SIP/Skypesip/${EXTEN})
exten=>_39X.,2,Hangup()


Try this! :)

Dialplan Entry:
Code: Select all
exten => _939XX.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _939XX.,2,Dial(SIP/Skypesip/${EXTEN:1},,tTor)
exten => _939XX.,3,Hangup


Campaign Detail View setting "Dial Prefix": 9

The "AGI" line is required. The "Hangup" line is required. And the Dial command must include at least the "o" in tTor, but you should leave it as it is (tTor) until you have more Vicidial knowledge.

The above method will allow you to set up another carrier as "8" for the Dial Prefix without having to shut down this one. Lots of Carriers at the same time. :)

I note you did not state whether you got this working in Asterisk ... if you did, an example CLI output from asterisk from a successful call would be useful.

Also: What's the numbering pattern in Italy? :)

Re: Skype sip

PostPosted: Sat Sep 05, 2015 2:57 am
by slyx
thanks now i try this setting

the italy number format is for example 0698939214
i put in list as +3998939214 is correct?