Sorry, there are no available sessions
Added by boni suresh almost 12 years ago
Hi, here is my trunk details and i have attached screenshot also... while logging into agent account i am hearing playback "i am sorry that is not a valid extension" and i can see the error "Sorry, there are no available sessions" in agent screen.
i can dial to us numbers from eyebeam while it was connected to goautodial server.
somebody please help me i am struggling from 3 days. Thanks in advance.
register => test:*******@10.0.0.1:5060
[testcarrier]
disallow=all
allow=g729
allow=gsm
allow=ulaw
type=friend
username=test
fromuser=test
secret=*******
host=10.0.0.1
fromdomain=10.0.0.1
dtmfmode=rfc2833
context=trunkinbound
nat=yes
TESTSIPTRUNK = SIP/testcarrier
exten => _1.,1,AGI
exten => _1.,2,Dial(${TESTSIPTRUNK}/${EXTEN:0},,tTor)
exten => _1.,3,Hangup
Replies (10)
RE: Sorry, there are no available sessions
-
Added by striker 247 almost 12 years ago
have you changed the ip of the server,
after changing did u run the ip update script (/usr/share/astguiclient/ADMIN_update_server_ip.pl)
and change ur dialplan
from
exten => _1.,1,AGI(agi://127.0.0.1:4577/call_log) exten => _1.,2,Dial(${TESTSIPTRUNK}/${EXTEN:0},,tTor) exten => _1.,3,Hangup
to
exten => _1XXXXX.,1,AGI(agi://127.0.0.1:4577/call_log) exten => _1XXXXX.,2,Dial(${TESTSIPTRUNK}/${EXTEN},,tTor) exten => _1XXXXX.,3,Hangup
note: X = 0 to 9 and .(dot) as many digits.
br
striker
www.striker24x7.blogspot.com
RE: Sorry, there are no available sessions
-
Added by boni suresh almost 12 years ago
Thanks for support...
i have changed dial plan but still the problem was same..
please help..
RE: Sorry, there are no available sessions
-
Added by Indranath Ghosh almost 12 years ago
I believe that u are using goauto ce 3.0 32 bit version then it is a problem with dahdi services.
I refer u to install 64bit version
boni suresh wrote:
Thanks for support...
i have changed dial plan but still the problem was same..
please help..
RE: Sorry, there are no available sessions
-
Added by boni suresh almost 12 years ago
Iam using ce3.0 64 bit version
Please give me solution..
RE: Sorry, there are no available sessions
-
Added by striker 247 almost 12 years ago
hav you done this
have you changed the ip of the server,
after changing did u run the ip update script (/usr/share/astguiclient/ADMIN_update_server_ip.pl)
RE: Sorry, there are no available sessions
-
Added by Kaal prod about 9 years ago
Hi i have problème with gaoautodial Sorry, there are no available sessions , some help pls
RE: Sorry, there are no available sessions
-
Added by Sajid Khan over 8 years ago
I am having the same problem using ce 3.3
ran setup changed my ip then ran command update_server_ip
i have the same error
updated dial plan
exten => _944.,1,AGI
exten => _944.,2,Dial(SIP/${EXTEN:3}@MYSIPTRUNK,,tTo)
exten => _944.,3,Hangup
still the same issue
RE: Sorry, there are no available sessions
-
Added by Sajid Khan over 8 years ago
issue fixed
UPDATE vicidial_conferences SET server_ip='192.168.0.5' where server_ip='127.0.0.1Mask:2';
select * from vicidial_conferences
UPDATE phones SET server_ip='192.168.0.5' where server_ip='127.0.0.1Mask:2';
select * from phones
RE: Sorry, there are no available sessions
-
Added by Rohan Bhajekar about 5 years ago
I have tried everything mentioned in this thread and have done all steps include server_ip update and conferences update, still its showing me that same error of available sessions. My version of goautodial is 3.3 on centOS virtual machine.
Any help to solve this problem would be highly appreciated.
Thanks
RE: Sorry, there are no available sessions
-
Added by Jackie Alfonso about 5 years ago
Hi Rohan,
This issue was already resolved on our latest version which is our goautodial version 4.
You may check the installation and other guides here https://goautodial.org/projects/goautodialce/wiki
Thank you!