Using SipToSis to Make and Receive Skype Calls Through an OBi

<< < (6/7) > >>

Veronica:
Quote from: ccclapp on August 17, 2012, 12:21:44 pm

Quote from: Veronica on August 17, 2012, 12:15:25 pm

Thank you RonR i got this working  nicely :).

Just one thing to add is in this part:

Quote

Add the OBi's SPx IP address in SkypeToSipAuth.props (SPx must be configured as SIP):

*,sip:siptosis@192.168.1.150:5061,YourSkypeUserID     // :5060 = SP1 | :5061 = SP2

While in SkypeToSipAuth.props you need to comment this line (add a # before the line):

*,play:clips/invalidDest.wav

So the final SkypeToSipAuth.props file should look like this:

#Default: all incoming skype callers get the invalid destination message
#*,play:clips/invalidDest.wav
*,sip:siptosis@YourObiIPAddress:5061,YourSkypeUserID


hi,
I'm in the midst of writing a idiot's guide for this and it meant I am a case in point idiot.  Would you mind elaborating on your recommendation above?  I thought using the #is simply a way of putting in text that would not control anything.  I must be wrong because you seem to be generating commands with your lines which start with #.

 that point aside, would you please describe  what you are text is doing in terms of commands?

Thanks


Hmmm ok i don't think i really understand what you mean but i'll reply you anyways.

When the main program calls a file for an instruction it will only read code that is uncommented that means code without # in front.

# is used to comment text like instructions that serve as a guide for the user/developer and also for comment code that you don't want to be detectable, and so "readable" by the main program.

Now this specific command:

*,sip:siptosis@YourObiIPAddress:5061,YourSkypeUserID

is used when one of your Skype Contacts calls you thru Skype off course. It will redirect the current Skype call to your Obi thru port 5061 which belongs to SP2 (As per RonR instructions)

That's how i understand it and assimilate it.

~ V

ccclapp:
hi Veronica

as to the first part of my post, I believe you understood it.  If I read correctly you have confirmed what I thought: any text beginning with a "#" is simply text to be used as reminders notes etc. and will not trigger any commands.

That being the case what I don't understand is your post that: "the final SkypeToSipAuth.props file should look like this:...
...#*,play:clips/invalidDest.wav"

because that line has a #at the beginning it doesn't do anything, does it?

If that is the case, it doesn't look to me like you changed anything.  I'm just trying to be sure I understand if you've added/changed anything from what RonR posted because as I say I'm trying to write this up in explicit detail so dummy users like me know how to configure OBIHAI for Skype

Thanks

Veronica:
Original file after RonR instructions will look like this:

#Default: all incoming skype callers get the invalid destination message
*,play:clips/invalidDest.wav
*,sip:siptosis@YourObiIPAddress:5061,YourSkypeUserID

I just added one more step to do in that file which consist in comment (#) *,play:clips/invalidDest.wav line, because if you don't when your skype contacts try to call you they will get invalid destination message so it won't ring your phone plugged to the OBI.

If you DO comment that line then the main program won't detect it but it will detect *,sip:siptosis@YourObiIPAddress:5061,YourSkypeUserID which is the one we want to be detected, then your phone will ring successfully and you will be able to speak with your Skype Contacts.

~ V

ccclapp:
thanks again!

Just being doubly sure I understand:

Are you saying that RonR's line "*,play:clips/invalidDest.wav" was intended to be an internal note and not a command and that it should have had a #in front of it( so it would be a note and not a command) and you are correcting that?

If that's true, great call.  I never would have figured that out.  Note: in following Ron's guide I can make outgoing Skype calls on my OBIHAI, but incoming calls to my Skype address fail.  Possibly you're correction will fix this…

Veronica:
Quote from: ccclapp on August 17, 2012, 01:15:02 pm

thanks again!

Just being doubly sure I understand:

Are you saying that RonR's line "*,play:clips/invalidDest.wav" was intended to be an internal note and not a command and that it should have had a #in front of it( so it would be a note and not a command) and you are correcting that?

If that's true, great call.  I never would have figured that out.  Note: in following Ron's guide I can make outgoing Skype calls on my OBIHAI, but incoming calls to my Skype address fail.  Possibly you're correction will fix this…


Yes, will fix it if you followed Ron's instructions to the T.

I don't know if RonR is the creator of the SipToSis package, by default *,play:clips/invalidDest.wav is un-commented but it must be commented if you want this to work. RonR gave instructions but he forgot to mention to comment that line, after that incoming calls will work, the whole method will work 100%.

~ V

Navigation

[0] Message Index

[#] Next page

[*] Previous page