Make sure that the called number field is reset in case we only get sending complete in an INFORMATION message

git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@283 2fbb986a-6c06-0410-b554-c9c1f0a7f128
This commit is contained in:
Matthew Fredrickson
2005-12-27 13:59:37 +00:00
parent 424fa816e3
commit 274f535654

1
q931.c
View File

@@ -3110,6 +3110,7 @@ int q931_receive(struct pri *pri, q931_h *h, int len)
c->channelno = -1;
break;
case Q931_INFORMATION:
c->callednum[0] = '\0';
break;
case Q931_STATUS_ENQUIRY:
break;