怎样才能开发一个app应用?

发布于 2022-07-26 18:14:18 字数 86 浏览 14 评论 9

asterisk.c,pbx.c,channel.c这几个文档看得晕,看不明白啊。老师进度又紧,没有头绪,哪位前辈可以指点一下吗,就是做一个简单的apps应用的程序。谢谢。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(9

似最初 2022-07-30 11:27:17

不知道你的课程设计做的怎么样了?
呵呵!现在的学校好象进步很多了.
Asterisk很复杂,移植起来应该比较麻烦.
而且必须要linux2.6内核.

无法言说的痛 2022-07-30 11:27:00

hello, friend:
you can access this URL to see how the apps in asterisk work. this is a sample for SMS.
http://linux.softpedia.com/get/C ... astSMS-11278.shtml. are you a master student or a degree student? if you do not have time, it's better that you check other apps under apps in asterisk or from website.  you want to take time to cross-compile ARM-linux. i think you do not do that now, later, you can try.  sorry, i say something whcih is not related with your project. the lecturer is only lecture you and tell you something, which she/he might be know or not know that. you must learn you self, nobody can help you if you do not help your self. I am a master holder, i feel that i have nothing to learn the computer knowledge from my supervisor. in that situation, i am forced my self to learn. i have a learning ability. you can go to the forum from asterisk.org.  the asteriskers are very friendly and supportive.  i am very sure that you ask them do how to develop apps in asterisk as a China student, they will help you. good luck to you!  
regards!
zhu

相守太难 2022-07-30 11:26:55

决定先从http://www.asterisk.org/doxygen/1.2/开始看,师兄提点,开源的程序看懂了就是你的。。
答辩的时候我要把老师讲晕,开始混了。。。老师教会了我们no responsibility。。。

滴情不沾 2022-07-30 11:25:17

add apps in asterisk, you have to use c to write modules and recompile asterisk...
写一个简单的apps会不会很难?我看了apps文件夹里面的程序,很多变量都不知道是在什么地方定义的。。想通过看asterisk.c,pbx.c,channel.c来了解,但又很难看得懂。。www.voip-info.org上面有这方面的资料吗(还不熟悉voip-info)。。说到毕设的老师,简直无语,他没用过Asterisk只是听说不错就开了个题目,一直都是我自己的学习,他只是催我赶紧修改人优化asterisk的代码,最好能在2410ARM的开发板上跑,我晕,我能写出一个代码都是很大的进步了。

べ繥欢鉨o。 2022-07-30 11:24:03

hello, you have to ask your lecturer and know the "apps". it is added in asterisk or for users. again,  if you want to add apps in asterisk, you have to use c to write modules and recompile asterisk. voice recording  is there in asterisk. you just make a dial plan.  AGI or system command can do many things.  you can find many resources in perl.
Regards!
zhu

我的奇迹 2022-07-30 10:25:49

regarding time issues--呵呵,佩服你的英语。。
我看了《电话未来之路》上面的用Perl编写AGI的例子,还不清楚实现的是什么功能,录音留言吗?
嗯,现在也还不懂,再看看。
谢谢zhulizhong 。。

爱冒险 2022-07-30 09:24:10

if you write "apps" for asterisk, you write c and recompile asterisk. and test your apps by using dialplan such as dial, date features. here, i mean the apps are for users.  it based on asterisk, and use AGI to interact with your database or other inputs. if you want to use agi, i prefer using perl.  regarding time issues, i do not think it is a problem, it depends on how big the project is.
good luck.

[ 本帖最后由 zhulizhong 于 2007-4-20 09:48 编辑 ]

等待我真够勒 2022-07-30 09:12:25

谢谢,编写AGI和“编写app”是相同的概念吗,不太清楚。。
http://www.voip-info.org/wiki-Asterisk+AGI里讲到一些用perl编写AGI的例子,在终端输入#perl
再把那些代码copy进去就能用吗?
我只学过C,是不是用perl开发AGI好一点,毕设还有个把月,现在来得及吗,谢谢?

风追烟花雨 2022-07-28 20:44:14

hello, you can try an AGI app in c, php or perl. for example, you can check the result of your exams, and tell the caller or play IVR to tell she/him. you receive data from database. that's all. good luck!
zhu

[ 本帖最后由 zhulizhong 于 2007-4-19 17:24 编辑 ]

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文