mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
freetdm: fix pri tap progress event handling
This commit is contained in:
parent
62cc31ae77
commit
0153f603cb
@ -547,7 +547,7 @@ static void handle_pri_passive_event(pritap_t *pritap, pri_event *e)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case PRI_EVENT_PROGRESS:
|
case PRI_EVENT_PROGRESS:
|
||||||
crv = tap_pri_get_crv(pritap->pri, e->ring.call);
|
crv = tap_pri_get_crv(pritap->pri, e->proceeding.call);
|
||||||
ftdm_log(FTDM_LOG_DEBUG, "Progress on channel %s:%d:%d with callref %d\n",
|
ftdm_log(FTDM_LOG_DEBUG, "Progress on channel %s:%d:%d with callref %d\n",
|
||||||
pritap->span->name, PRI_SPAN(e->proceeding.channel), PRI_CHANNEL(e->proceeding.channel), crv);
|
pritap->span->name, PRI_SPAN(e->proceeding.channel), PRI_CHANNEL(e->proceeding.channel), crv);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user