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.
This commit is contained in:
Andreas Eversberg
2016-11-13 06:04:54 +01:00
parent 52b1ac65f4
commit 4dacec9ceb
2 changed files with 9 additions and 8 deletions

View File

@@ -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);