Do the last thing the right way (thanks Mark)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1751 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Martin Pycko
2003-11-14 22:33:47 +00:00
parent 2850b4962f
commit 6f9da41a6c

View File

@@ -6266,7 +6266,7 @@ static int sip_dtmfmode(struct ast_channel *chan, void *data)
{ {
struct sip_pvt *p = chan->pvt->pvt; struct sip_pvt *p = chan->pvt->pvt;
char *mode; char *mode;
if (strcasecmp(chan->name, "SIP")) { if (chan->type != type) {
ast_log(LOG_WARNING, "Call this application only on SIP incoming calls\n"); ast_log(LOG_WARNING, "Call this application only on SIP incoming calls\n");
return 0; return 0;
} }