Wondering if anyone else has run across this problem. I have a broadvoice account which works great in 7.10. I have loaded 8.10 alpha 2.29 and I can not receive any incoming calls. I can make outgoing calls just fine. I put the 7.10 disc back in the system and all returns to normal. I checked the firewall and have it disabled. Any ideas out there?
Thanks,
Randy
contact Thom. He uses broadvoice and he doesn't seem to have an issue.
rndinokc,
it is an issue in one of the scripts.
/usr/pluto/bin/create_pluto_dialplan.pl is missing a semi colon on the second to last line (line 319 in kate)
add the semicolon and then run the script.
Let me know if you dont know how to do any of the above.
-Krys
can one of the devs fix the script in the svn.
It has been fixed and patches uploaded i dont know how many times now. I am pretty sure I did one of those, but somehow it never seems to make it into svn.
Hi Krys,
I managed to use kate to edit the file /usr/pluto/bin/create_pluto_dialplan.pl and add the semi colon. I am not sure how to run the perl script from the console. Any help would be appreciated.
Thanks,
Randy
Randy,
from the console
./create_pluto_dialplan.pl
should work, or
/usr/pluto/bin/create_pluto_dialplan.pl
or if all else fails, open a file browser and path to the file and click it.
the script only takes a second and it gives no visible feedback so run it then test by making a call to your system.
-Krys
I had done the above and it gave me a timeout 15 message when I ran the script. I went ahead and called in and it worked just fine. Thank you all for your help with this I was getting quite frustrated.
Randy
have and issue similar to http://forum.linuxmce.org/index.php?topic=8753.0 (http://forum.linuxmce.org/index.php?topic=8753.0) ... my inbound and outbound voip with voiceeclipse work fine on 0710 and after switch to 0810b2 I can't receive any calls... ive checked /usr/pluto/bin/create_pluto_dialplan.pl is not missing a semi colon on the second to last line, so i tried to rerun python and i get a 15 timeout... but still no inbound calls... anyone had an issue with voiceeclipse inbound?
Thanks emac
I'm using Broadvoice, with my Beta2 installed from the net, I didn't have to change anything, I can send and receive calls.
Yes.. thought i was starting a new topic but accidentally replied to this one ...
Im currently with voice eclipse has worked great till 0710-810b2... I setup voip from webadmin does this matter? I also upgraded my service to include a static ip did not think an ip change would effect this but besides that, setup is same as before but now when i call it says the number Ive dialed is not in service...
-emac
Check sip.conf
you will see a section like below
; If you need to answer unauthenticated calls, you should change this
; next line to 'from-trunk', rather than 'from-sip-external'.
; You'll know this is happening if when you call in you get a message
; saying "The number you have dialed is not in service. Please check the
; number and try again."
context = from-trunk ; Send unknown SIP callers to this context
callerid = Unknown
tos=0x68
as the note says
change this
; next line to 'from-trunk', rather than 'from-sip-external'.
reload asterisk and test
HTH
Tim
Thanks tim.. now it goes directly to voice mail says number xxx xxx xxxx is unavailable beep.... never rings too is like 4-6 sec dead air then recording... on cisco or mediadirector phone call out fine still changing inbound to ring extension doesn't change it either.. any idea why this is..
Thanks
emac
-little update progress? maybe little forward and bit more back.. :)
Also have noticed restarting asterisk and changing sip.conf saying "The number you have dialed is not in service" from from-sip-external to from-trunk will let me go directly to voice mail no ringing on phone call inbound or in house ... if i change custom app to ring extension it goes directly back to "The number you have dialed is not in service"... Been trying to compare 0710 to my new 0810 install but no luck so far..... Had voice eclipse for a long time hope i don't have to change...
Thanks All emac