b/f: use proper empty string value

patch by Andrey Samusenko
sayer/1.4-spce2.6
Stefan Sayer 15 years ago
parent 5139d4cb19
commit 49d90444fe

@ -182,7 +182,7 @@ AmSession* Click2DialFactory::onInvite(const AmSipRequest& req, AmArg& session_p
AmSession* Click2DialFactory::onInvite(const AmSipRequest& req)
{
return new C2DCallerDialog(req, getAnnounceFile(req), NULL, NULL);
return new C2DCallerDialog(req, getAnnounceFile(req), "", NULL);
}

Loading…
Cancel
Save