Sunr1ses / google-voice-sipsorcery-dialplans

Automatically exported from code.google.com/p/google-voice-sipsorcery-dialplans
1 stars 0 forks source link

Sipsorcery with multiple accounts #125

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.adding more sipproviders
2.not ringing sometimes
3.

What is the expected output? What do you see instead?
i was expecting 2 diff GV accounts runing at the same time but when i manage to 
run 2 GV accounts sometimes it rings sometimes not

What version of the product are you using? On what operating system?
xlite
fring
WIN7
Nokia S60v3

Please provide any additional information below.
i wanted to enable 2 GV accounts with diff sip provider and one 
FPL(freephoneline) account that i paid 57$ to get the PW

my 1st GV => GV+sipgate
here i used my GV ID, connected with SG got a dialplan from internet and was 
runing really fine

here the problem starts
my dad's GV => GV+iptel
i made a different sipaccount for my dad but it was all under my 
account(owner,as new accounts are disabled)
when i try calling 1 acc to diff acc it mostly dont ring.. why??
i copied off same dialplan and changed ID, PW and CB #
sometimes it is fine but sometimes there is no response...

1 BIG problem.:
my bro have FPL(freephoneline.ca) account 
i made a new sip account for my bro and added its sip credentionals in 
providers tab.. it asks for DIALPLAN... i dont know what to write to make it 
work.. can ANYONE PLS GIVE ME ITS DIALPLAN...

so what i want in a nut shell:
1- a way to make my both GV acc work at the same time and should ring 
everytime...
2- dialplan or sometime for my FPL account to make that acc work!

Original issue reported on code.google.com by uzair...@gmail.com on 17 Apr 2011 at 6:54

GoogleCodeExporter commented 8 years ago
How are you calling from your SIP Sorcery master account to your Dad's 
sub-account? By dialing his full number? I would suggest checking out the speed 
dial feature we include in our plans. It allows you to assign short dial codes 
for frequently dialed numbers, and is also the only way to call SIP URIs. So 
setup a speed dial for 323 (Dad) and make the entry call his SIP URI, which is 
the sub-account you gave him @sipsorcery.com.

I have to think about your other questions. 

Original comment by easter...@gmail.com on 18 Apr 2011 at 2:01

GoogleCodeExporter commented 8 years ago

Original comment by easter...@gmail.com on 18 Apr 2011 at 2:01

GoogleCodeExporter commented 8 years ago
Check out this thread:

http://forum.sipsorcery.com/viewtopic.php?f=6&t=2772

As to your brother's SIP account, all you need is 1 line in his dialplan:

sys.Dial('fpl')

I'm assuming that SIP provider is named fpl.

Original comment by mte...@gmail.com on 18 Apr 2011 at 4:49

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Thx it all worked :)

as for GV i figured it out myself

Original comment by uzair...@gmail.com on 18 Apr 2011 at 2:38

GoogleCodeExporter commented 8 years ago
is there any way to make a sip account receive calls from 2 or more diff 
providers but only dial out with 1 provider and vice versa???

Original comment by uzair...@gmail.com on 19 Apr 2011 at 4:11

GoogleCodeExporter commented 8 years ago
Your SIP Sorcery account will receive all inbound calls arriving from all 
registered SIP Providers. Our dialplan doesn't do any processing on the inbound 
side, all inbound calls received on any account ring on all registered devices. 
Since our dialplan is only for outbound processing, the Simple Dial Plan only 
has one CB entry for the "callback number" on which your outbound call will 
arrive from Google. You certainly may use more than one SIP provider for your 
calls.

Also, check out the Complex Dial Plan. I believe it already has the capability 
built in to use a variety of different SIP providers based solely on the phone 
number you are dialing. If you're new to script writing it may take a little 
time to get used to the syntax, but yes, it can be done. You can use a 
different provider to call each country, for instance. Sometimes providers 
offer cheaper rates to call cellphones -- the script can handle that, too. Also 
visit our Contrib section for special-purpose scripts you may wish to check out.

Just make sure that whenever you copy a script, you MUST click "View raw file" 
at the bottom of the right column in order to get a clean copy. The script will 
not work if you don't copy and paste from the regular view.

Original comment by easter...@gmail.com on 20 Apr 2011 at 1:54

GoogleCodeExporter commented 8 years ago
Closing. No reply received to advice offered almost a year ago.

Original comment by easter...@gmail.com on 1 Mar 2012 at 10:31