提交 b8a9466b authored 作者: Tristan Mahé's avatar Tristan Mahé

more todo

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk/contrib@15098 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 9790d524
...@@ -483,6 +483,8 @@ end: ...@@ -483,6 +483,8 @@ end:
/* /*
* DIAL command * DIAL command
* TODO: implement heh * TODO: implement heh
* DIAL string is SIP/endpoint/user|timeout|options|url
* we should write our own binding as mod_dialplan_asterisk does not seem to support options
*/ */
static int handle_dial(esl_handle_t *eslC,int fd,int *argc, char *argv[]) { static int handle_dial(esl_handle_t *eslC,int fd,int *argc, char *argv[]) {
return 0; return 0;
...@@ -536,7 +538,6 @@ end: ...@@ -536,7 +538,6 @@ end:
/* /*
* STREAM FILE agi cmd * STREAM FILE agi cmd
* TODO: rewrites with good string handling :)
*/ */
static int handle_streamfile(esl_handle_t *eslC,int fd,int *argc, char *argv[]) { static int handle_streamfile(esl_handle_t *eslC,int fd,int *argc, char *argv[]) {
char *buf; char *buf;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论