Skype sip

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

Skype sip

Postby slyx » Wed Jul 15, 2015 3:25 am

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
slyx
 
Posts: 3
Joined: Wed Jul 15, 2015 3:06 am

Re: Skype sip

Postby williamconley » Fri Jul 24, 2015 12:11 am

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.
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20258
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: Skype sip

Postby slyx » Mon Aug 03, 2015 3:35 am

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?
slyx
 
Posts: 3
Joined: Wed Jul 15, 2015 3:06 am

Re: Skype sip

Postby williamconley » Thu Aug 27, 2015 9:18 pm

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? :)
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20258
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: Skype sip

Postby slyx » Sat Sep 05, 2015 2:57 am

thanks now i try this setting

the italy number format is for example 0698939214
i put in list as +3998939214 is correct?
slyx
 
Posts: 3
Joined: Wed Jul 15, 2015 3:06 am


Return to Support

Who is online

Users browsing this forum: No registered users and 106 guests