DTMF Error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

When I use this function:

void sendDTMF(pjsua_call_id call_id, const pj_str_t *digits) {
     pj_status_t status;
     status = pjsua_call_dial_dtmf(call_id, &digits);
     if (status != PJ_SUCCESS) {
          pjsua_perror(THIS_FILE, "Unable to send DTMF", status);
     } else {
  puts("DTMF digits enqueued for transmission");
     }
}

I receive this error message:

 16:11:12.643            APP  Unable to send DTMF: Too many objects of the
specified type (PJ_ETOOMANY) [status=70010]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20111021/f208e75e/attachment.html>


[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux