From 4dacec9cebb76437cef70e42aacffbfef9658fe5 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 13 Nov 2016 06:04:54 +0100 Subject: A-Netz: Use Operator number 010 when calling from mobile station Also use no caller ID (NULL). The call control code processes the caller ID and dialed number correctly. --- src/anetz/anetz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/anetz/anetz.c') diff --git a/src/anetz/anetz.c b/src/anetz/anetz.c index 6f04c63..aaa5286 100644 --- a/src/anetz/anetz.c +++ b/src/anetz/anetz.c @@ -274,7 +274,7 @@ void anetz_receive_tone(anetz_t *anetz, int tone) int rc; PDEBUG(DANETZ, DEBUG_INFO, "1750 Hz signal from mobile station is gone, setup call.\n"); - rc = call_in_setup(callref, "", "0"); + rc = call_in_setup(callref, NULL, "010"); if (rc < 0) { PDEBUG(DANETZ, DEBUG_NOTICE, "Call rejected (cause %d), sending release tone.\n", -rc); anetz_release(anetz); -- cgit v1.2.3