Blind Monitoring not working [ BUG FIXED ]
Posted: Wed Feb 03, 2016 9:27 pm
I have been playing around with the New ISO since it was handed to me in at the Scale 2 weekends ago, its great to have updates again
Anyway i don't want to be a party pooper but i am having an issue. I am not sure if this is related to the new install method or to the upgrade to Asterisk 11, but blind monitoring is not working for me.
In the user interface i got "SUCCESS" but my phone never ring.
So i went and made the API call directly in my browser
SUCCESS: blind_monitor HAS BEEN LAUNCHED - 2001a|192*168*001*251*08600063|2001|8600063|195018|superuser
It says SUCCESS again, but it is lying, this wasn't successful
So i went to Telnet 5038 and tried to replicate the API Call so i have
Action: Login
ActionID: 1
Username: superuser
Secret: superpassword
ActionID: 1
Message: Authentication accepted
Action: Originate
Channel: Local/192*168*001*251*08600063@default
Context; default
Exten: 2001
Priority: 1
Callerid: "VC Blind Monitor" <0000000000>
Response: Error
Message: Extension does not exist.
So Extension does not exist hummm???, maybe something is missing in the dialplan
So, then i log into asterisk cli and try to replicate the same command from asterisk CLI
channel originate Local/192*168*001*251*08600063@default extension 2000@default
It worked !!, but i am not happy because that confuses me even more
My Setup
VERSION: 2.12-538a BUILD: 160122-1401 | Vicibox 7.0 | 1 x DB/WEB + 2 x Telephony
Note that this error happens no matter if the monitored extension is in the same server of the monitoring extension or if they are in different servers it will failed when executed from the AMI and it will work when i run the command directly in Asterisk CLI.
Anyway i don't want to be a party pooper but i am having an issue. I am not sure if this is related to the new install method or to the upgrade to Asterisk 11, but blind monitoring is not working for me.
In the user interface i got "SUCCESS" but my phone never ring.
So i went and made the API call directly in my browser
SUCCESS: blind_monitor HAS BEEN LAUNCHED - 2001a|192*168*001*251*08600063|2001|8600063|195018|superuser
It says SUCCESS again, but it is lying, this wasn't successful
So i went to Telnet 5038 and tried to replicate the API Call so i have
Action: Login
ActionID: 1
Username: superuser
Secret: superpassword
ActionID: 1
Message: Authentication accepted
Action: Originate
Channel: Local/192*168*001*251*08600063@default
Context; default
Exten: 2001
Priority: 1
Callerid: "VC Blind Monitor" <0000000000>
Response: Error
Message: Extension does not exist.
So Extension does not exist hummm???, maybe something is missing in the dialplan
So, then i log into asterisk cli and try to replicate the same command from asterisk CLI
channel originate Local/192*168*001*251*08600063@default extension 2000@default
It worked !!, but i am not happy because that confuses me even more
My Setup
VERSION: 2.12-538a BUILD: 160122-1401 | Vicibox 7.0 | 1 x DB/WEB + 2 x Telephony
Note that this error happens no matter if the monitored extension is in the same server of the monitoring extension or if they are in different servers it will failed when executed from the AMI and it will work when i run the command directly in Asterisk CLI.