Displaying 2 results from an estimated 2 matches for "result_showusag".
Did you mean:
result_showusage
2011 Nov 22
2
sip show peers
Is there a way with the command (1.4.42) for sip show peers to
see the FULL "Name/Username" field???
I have long names and mine are being truncated.
Thanks
Jerry
2007 Jul 30
1
MeetMe through DeadAGI has changed to return -1 on Hangup
...: 54771 $")
572c572,579
< ast_playstream(fs);
---
> res = ast_playstream(fs);
> if (res) {
> fdprintf(agi->fd, "200 result=%d endpos=%ld\n",
res, sample_offset);
> if (res >= 0)
> return RESULT_SHOWUSAGE;
> else
> return RESULT_FAILURE;
> }
625c632,639
< ast_playstream(fs);
---
> res = ast_playstream(fs);
> if (res) {
> fdprintf(agi->fd, "200 result=%d endpos=%ld\n",
res, samp...