-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
internal calls not considered #203
Comments
Yes, that is the case. As you can see asterisk gives a ton of events. Some of the processing logic just has to ignore internal to internal legs. On Tue, Dec 9, 2014 at 5:36 PM, tedd77 [email protected] wrote:
Blake Robertson |
Thank you for the reply. Could you please let me know where to search for the regex in question ? |
asteriskLogger.php ctrl+f internalMatch On Wed, Dec 10, 2014 at 10:12 AM, tedd77 [email protected] wrote:
Blake Robertson |
Once again I would like to thank you for taking the time and pain to reply to my posts. $rgDetectRegex = "/" . $sugar_config['asterisk_rg_detect_expr'] . "/i"; |
Just modify the deleteCall function to not remove any calls... (comment it all out)... |
Hello,
I am trying to have the YAAI working on internal calls as well. Extension to extension.
YAAI version 3.6.9
Could someone please help me overcome this issue?
The YAAI seems to normally detect the call then drop it since it is considered internel , message below:
PHP Notice: Array to string conversion in /var/www/sugarcrm/include/nusoap/nusoap.php on line 7604
! Successfully created CALL record with id=a5f9d781-c564-750b-9d73-54877592e9db
Stripping callout prefix:
Stripping callin prefix:
CallerID is: 600
INTERNAL call detected, Deleting Call Record a5f9d781-c564-750b-9d73-54877592e9db
! AMI Event 'Newstate suppressed.
! AMI Event 'ExtensionStatus suppressed.
! AMI Event 'Newstate suppressed.
! AMI Event 'Newstate suppressed.
[2014-12-09 22:18:47]
! --- Event -----------------------------------------------------------
! Event --> NewAccountCode
! Privilege --> call,all
! Channel --> SIP/601-0000000a
! Uniqueid --> 1418163521.100
! AccountCode -->
! OldAccountCode -->
! ---------------------------------------------------------------------
[2014-12-09 22:18:47]
! --- Event -----------------------------------------------------------
! Event --> Bridge
! Privilege --> call,all
! Bridgestate --> Link
! Bridgetype --> core
! Channel1 --> SIP/600-00000009
! Channel2 --> SIP/601-0000000a
! Uniqueid1 --> 1418163521.99
! Uniqueid2 --> 1418163521.100
! CallerID1 --> 600
! CallerID2 --> 601
! ---------------------------------------------------------------------
DEBUG: Entered Bridge
Internal Bridge Event Detected
RG-Bridge didn't match regex.
The text was updated successfully, but these errors were encountered: