2013年9月25日

摘要: LinuxCentOSRedHatInstalling a binary distribution of Asterisk makes it easier to maintain your system. Using the package management tools that are included with your Linux distribution, you can install and update software without manually managing dependencies (libraries and utilities on which appli 阅读全文

posted @ 2013-09-25 15:04 NooBkey 阅读(323) 评论(0) 推荐(0) 编辑

摘要: 1 针对用编译的方式安装时的卸载第一步 :先停止你的asterisk>asterisk -rx ‘stop now’然后要验证一下是否真的被停了. >ps aux|grep “asterisk”|grep -v grep 如果有输出信息,那我们来个猛的 >killall -9 asterisk 第二步 :如果你装了zaptel驱动,你需要把你的zaptel驱动删除掉,如果你没装,那就跳过这一步吧.>lsmod | grep zaptel zaptel 213028 4 zttranscode,ztdummy crc_ccitt 2113 1 zaptel 如果你看到以上 阅读全文

posted @ 2013-09-25 15:01 NooBkey 阅读(547) 评论(0) 推荐(0) 编辑

摘要: asterisk在正常通话过程中执行拨号计划中动作是通过feature.conf中的[applicationmap ]下定义的,举例如下:nway-start => *0,callee,Macro,nway-start nway-zhustart => *0,caller,Macro,nway-zhustartnway-inv => *7,caller,Macro,nway-ok nway-noinv => *9,self,Macro,nway-notokzhugoto-meeting => *5,caller,Macro,zhugoto-meeting goto 阅读全文

posted @ 2013-09-25 14:57 NooBkey 阅读(567) 评论(0) 推荐(0) 编辑

摘要: 在dialplan中要截取字符串可用如下几种方式:1.转到agi中由php进行处理,这种方法比较简单,在这里不再缀述2.在dialplan中利用内置的方法进行截取 如 [test] exten => 123456,1,answer() exten => 123456,n,noop(${CALLID:2}) //这里是指将主叫截取成 3456 exten => 123456,n,noop(${LEN(abcd)}) //这里是指查看abcd字符串的长度 exten => 123456,n,noop(${LEN(${CALLER})}) //这里是指查看主叫号码中的长度 e 阅读全文

posted @ 2013-09-25 14:40 NooBkey 阅读(565) 评论(0) 推荐(0) 编辑


Copyright © 2024 NooBkey
Powered by .NET 8.0 on Kubernetes