i am trying to install asterisk 18 , i failed several times to complete, every time i stuck up in the command.
contrib/scripts/get_mp3_source.sh , which it never runs successfully or it gives error , connection reset , command not found ,
pls help to get this command to run successfully .
I’m using RHEL 9.3 Installation worked just fine, why don’t you switch to a more newer version.
If you are stuck on " contrib/scripts/get_mp3_source.sh" skip that step for now. Go tru with the rest of the configurations. Then come back to it.
There’s been no other reports of this that I’ve seen or received. Do you have multiple upstream DNS servers, with one or more being non-functional or having issues? Does the get_mp3_source.sh script always exhibit this? Does:
svn ls https://svn.digium.com/svn/thirdparty/mp3/trunk
It would seem to be an incomplete download then, in which case deleting “addons/mp3” would remove it and then executing the script again would re-download.
---> IMPORTANT INFORMATION ABOUT format_mp3 <--- ***
*** format_mp3 has been selected to be installed, but the ***
*** MP3 decoder library has not yet been downloaded into ***
*** the source tree. To do so, please run the following ***
*** command: ***
*** $ contrib/scripts/get_mp3_source.sh
Installing modules from addons…
/usr/bin/install: cannot stat ‘format_mp3.so’: No such file or directory
make[1]: *** [/root/asterisk-18.22.0/Makefile.moddir_rules:109: install] Error 1
make: *** [Makefile:587: addons-install] Error 2
[root@saps asterisk-18.22.0]# contrib/scripts/get_mp3_source.sh
svn: E170013: Unable to connect to a repository at URL ‘https://svn.digium.com/svn/thirdparty/mp3/trunk’
svn: E000104: Error running context: Connection reset by peer
[root@saps asterisk-18.22.0]#
You can’t use wget, it’s an SVN repository. You could try to do it on another network, and then tarball up the contents of addons/mp3 and transfer it over.
i am running the usecallmanager.nz the asterisk patch for cisco phones, i got struck inbetween
the command did not complete so is the patch.
because of this error , i tried multiple times,i could not . even the asterisk server is conencted directly to internet with out any FW or proxy. i dont what developer thought of giving this BAD url which always give problem…
i need to revert back the snapshot, waste to 2 days of work.
You are the only individual who has reported any issue with it, and it’s the same server used for everything - sound downloads, Asterisk downloads, binary module downloads. I think any issue is something specific to your connectivity.
i am extremely sorry to bother you on the same issue , pls help me with some other alternative way to complete the command , this is the 6th time i struck up , i checked with my FW engineer ,no issue with connectivity, iam installing SNG7-PBX16-64bit-2302-1.iso and following this url : UseCallManager-FreePBX-2024-Commands.md · GitHub .
i got struck up again in this command :
rpmbuild -ba ~/rpmbuild/SPECS/asterisk20.spec
I have no further information or input to give. I don’t know spec files, and I already stated you can download the repo elsewhere, tarball it up, and place it.