1

Topic: is it possible to receive multiple skype simutinious calls

Hello again,

I configure sipproxy with same skype id but when a incoming call is running then no one can call that skype id, it skype say that user is unavilelable . so my ques is that is it possible to receive multiple simutinious incoming skype calls via sipproxy to pbx. if so how?

Thanks

2

Re: is it possible to receive multiple skype simutinious calls

Yes it's possible. When you generated the channels did you clone? If not, you need to run the patch command.
./trunkConfig_linux patch 
It won't hurt to run the patch command anyway.

There is one issue, if someone calls, and the call has not been accepted, another call can not be handled. You should have any incoming calls answered ASAP by an IVR and then forwarded to the actual SIP destination.

3

Re: is it possible to receive multiple skype simutinious calls

Hi,

in stsTrunkDef.cfg i wrote
skypeUserList=van1,van,van
is that called clone?

but when i run ./stsTrunk_Control config 02  it say configuration error - skype user and transfer id are the same

pls help

4

Re: is it possible to receive multiple skype simutinious calls

If you want them the same, make them ALL the same which will turn off the transfer automatically.
If you don't make them the same, edit stsTrunkDef.cfg and set:
chainInComingSkypeCalls=false
Then regenerate.
This will turn off the transfer and eliminate the error and also stop the transfer from van1 to van.

5

Re: is it possible to receive multiple skype simutinious calls

Hello

i want van1,van2,van2 skype id for skypeout and van3,van4,van5 skype id for incoming though i want my skype user only call into van3 id which will transfer to van4 and van5 when van3 is busy. pls help me do that.
Thanks

6

Re: is it possible to receive multiple skype simutinious calls

You need two sets of channels - this has been described before somewhere on this forum somewhere.

Before starting you should cleanup the siptosis folder:
Delete all skype_* folders.
Delete all stsTrunk*.cfg files.
Dlear logs folder.

--- outgoing --- channel 01,02,03
cp stsTrunkDef.cfg stsTrunkDef_out.cfg
skypeUserList=van1,van2,van2
skipExtraPorts=0
chainInComingSkypeCalls=false
./trunkConfig_linux stsTrunkDef_out.cfg

--- incoming --- channel 11,12,13
cp stsTrunkDef.cfg stsTrunkDef_in.cfg
skypeUserList=van3,van4,van5
skipExtraPorts=10
chainInComingSkypeCalls=true
./trunkConfig_linux stsTrunkDef_in.cfg
./trunkConfig_linux stsTrunkDef_in.cfg patch


run the config process for each channel as before.

7

Re: is it possible to receive multiple skype simutinious calls

I forgot to mention - when using stsProxy you need to exclude the incoming only channels from the rotation.

edit stsproxy.cfg
inboundOnlyUserList=stsTrunk_11,stsTrunk_12,stsTrunk_13

8

Re: is it possible to receive multiple skype simutinious calls

Hi,

Thanks for reply.now its working ok