Skip to content

Commit b18f11a

Browse files
liviuchircurazvancrainea
authored andcommitted
menuconfig: Fix templates, use new create_dialog() flags
1 parent bbfbe7c commit b18f11a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

menuconfig/configs/opensips_residential.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ ifelse(USE_NAT,`yes',`
331331
if (is_method("INVITE")) {
332332
ifelse(USE_DIALOG,`yes',`
333333
# create dialog with timeout
334-
if ( !create_dialog("B") ) {
334+
if ( !create_dialog("bye-on-timeout") ) {
335335
send_reply(500,"Internal Server Error");
336336
exit;
337337
}

menuconfig/configs/opensips_trunking.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ route{
246246

247247
ifelse(USE_DIALOG,`yes',`
248248
# create dialog with timeout
249-
if ( !create_dialog("B") ) {
249+
if ( !create_dialog("bye-on-timeout") ) {
250250
send_reply(500,"Internal Server Error");
251251
exit;
252252
}

0 commit comments

Comments
 (0)