mohsen feyzzadeh
2013-Mar-14 22:04 UTC
[asterisk-users] ERROR: Unknown signalling method ss7
Hi all I installed DAHDI Version - 2.6.1 DAHDI Tools Version - 2.6.1 libss7-trunk Asterisk 11.0.1 from source on Fedora 12 x86_64. Now i`m unable to load chan_dahdi and libss7: myserver*CLI> module load chan_dahdi.so ?ERROR[10124]: chan_dahdi.c:17842 process_dahdi: Unknown signalling method 'ss7' at line 37. myserver*CLI> module load libss7.so Unable to load module libss7.so Command 'module load libss7.so' failed. [Mar 14 22:30:05] WARNING[10124]: loader.c:423 load_dynamic_module: Module 'libss7.so' did not register itself during load [Mar 14 22:30:05] WARNING[10124]: loader.c:878 load_resource: Module 'libss7.so' could not be loaded. what is the problem? Can you please help me to solve this problem? Here is my config files: system.conf: ====================span=1,1,0,ccs,hdb3 bchan=1-15,17-31 mtp2=16 #dchan=16 loadzone??????? = us defaultzone???? = us ===================== chan_dahdi.conf: ================== [trunkgroups] [channels] callwaiting=yes usecallingpres=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes canpark=yes cancallforward=yes ;General options usecallerid = yes hidecallerid = no callwaiting = yes threewaycalling = yes transfer = yes echocancel = yes echocancelwhenbridged = yes rxgain = 0.0 txgain = 0.0 switchtype = national group = 1 signalling = ss7 ss7type = itu linkset = 1 ss7type = itu linkset = 1 pointcode = 1111 adjpointcode = 2222 defaultdpc = 2222 cicbeginswith = 1 channel = 1-15 cicbeginswith = 17 channel 17-31 sigchan = 16 ===================== Best Regards. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130314/e21820b6/attachment.htm>
Richard Mudgett
2013-Mar-14 22:19 UTC
[asterisk-users] ERROR: Unknown signalling method ss7
> I installed > DAHDI Version - 2.6.1 > DAHDI Tools Version - 2.6.1 > libss7-trunk > Asterisk 11.0.1 > from source on Fedora 12 x86_64. > > Now i`m unable to load chan_dahdi and libss7: > > myserver*CLI> module load chan_dahdi.so > ERROR[10124]: chan_dahdi.c:17842 process_dahdi: Unknown signalling > method 'ss7' at line 37. > > myserver*CLI> module load libss7.so > Unable to load module libss7.so > Command 'module load libss7.so' failed. > [Mar 14 22:30:05] WARNING[10124]: loader.c:423 load_dynamic_module: > Module 'libss7.so' did not register itself during load > [Mar 14 22:30:05] WARNING[10124]: loader.c:878 load_resource: Module > 'libss7.so' could not be loaded. > > what is the problem? Can you please help me to solve this problem?libss7-trunk cannot be used with any released version of Asterisk. Richard
On 03/14/2013 11:04 PM, mohsen feyzzadeh wrote:> Hi all > I installed > DAHDI Version - 2.6.1 > DAHDI Tools Version - 2.6.1 > libss7-trunk > Asterisk 11.0.1 > from source on Fedora 12 x86_64.In case the "12" in Fedora 12 was not a typo, you do realize that Fedora 12 has been end-of-line for years and has more security holes than Swiss cheese? It makes sense to upgrade to the latest version of Fedora (which is 18) or switch to CentOS 6.4 which is more suited for server applications. You may also want to look at the latest versions of DAHDI (2.6.2/2.6.3rc) and Asterisk (11.2.1) assuming both work with an appropriate version of libss7. Regards, Patrick
mohsen feyzzadeh
2013-Mar-17 17:16 UTC
[asterisk-users] ERROR: Unknown signalling method ss7
> libss7-trunk cannot be used with any released version of Asterisk.Thank you Richard. I could install libss7-branche 1.0 successfully. But i faced another problem. When i`m dialling over my SS7 enabled E1, caller-id did not presentaded correctly on the destination phone. I`m using these two method to change screening&Presentation parameters of IAM message: 1. exten => _X.,1,Dial(DAHDI/g1/${EXTEN}, 10, u(allowed)f(75462541)) 2. exten => _X.,1,Set(CALLERID(num)=75462541) exten => _X.,n,Set(CALLERID(pres)=allowed) ;exten => _X.,n,Set(CALLERID(num-pres)=allowed) exten => _X.,n,Dial(DAHDI/g1/${EXTEN}) With both method, in the outgoing IAM message from asterisk to Telecom, Presentation&Screening are as follow but caller-id on the destination phone is '00000000'. [1] ??? ??? Calling Party Number: [1] ??? ??? ??? Nature of address: 3 [1] ??? ??? ??? NI: 0 [1] ??? ??? ??? Numbering plan: 1 [1] ??? ??? ??? Presentation: 0 [1] ??? ??? ??? Screening: 3 [1] ??? ??? ??? Address signals: 75462541 Can you please guide me? Best Regards. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130317/53f94357/attachment.htm>