This commit is contained in:
Stephen Vanderwarker 2022-04-27 16:38:16 -04:00
parent 1259729c91
commit fae2c435ad
Signed by: stephen
GPG Key ID: EF429EF847868C14
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ try {
'channel':'SIP/' + asterisk_callfrom, 'channel':'SIP/' + asterisk_callfrom,
'context': asterisk_context, 'context': asterisk_context,
'callerID' : asterisk_callerID, 'callerID' : asterisk_callerID,
'data': 'googletts.agi,' + wmc, 'data': 'googletts.agi,' + wm,
'application': 'agi' 'application': 'agi'
}); });