[libpri-commits] dvossel: branch dvossel/aoc_send r1566 - /team/dvossel/aoc_send/pri_aoc.c
SVN commits to the libpri project
libpri-commits at lists.digium.com
Mon Mar 22 15:42:53 CDT 2010
Author: dvossel
Date: Mon Mar 22 15:42:49 2010
New Revision: 1566
URL: http://svnview.digium.com/svn/libpri?view=rev&rev=1566
Log:
send AOC requests on setup msg, not standalone facility msg
Modified:
team/dvossel/aoc_send/pri_aoc.c
Modified: team/dvossel/aoc_send/pri_aoc.c
URL: http://svnview.digium.com/svn/libpri/team/dvossel/aoc_send/pri_aoc.c?view=diff&rev=1566&r1=1565&r2=1566
==============================================================================
--- team/dvossel/aoc_send/pri_aoc.c (original)
+++ team/dvossel/aoc_send/pri_aoc.c Mon Mar 22 15:42:49 2010
@@ -1026,7 +1026,7 @@
/* in the case of an AOC request message, we queue this on a SETUP message and
* do not have to send it ourselves in this function */
- return pri_call_apdu_queue(call, Q931_FACILITY, buffer, end - buffer, NULL);
+ return pri_call_apdu_queue(call, Q931_SETUP, buffer, end - buffer, NULL); /*TODO change NULL to callback function to handle reply */
}
/*!
More information about the libpri-commits
mailing list