Skip to Content
Menu
This question has been flagged
3 Replies
4955 Views

Hi,


I'm trying to connect Odoo 11 with asterisk 15 using AMI and connector-telephony addon and if I try to use internal extensions it works fine and Odoo and Asterisk can recognice it.


https://github.com/OCA/connector-telephony


The problem is with external numbers that Odoo, always says the same error about Extension: 'py-Asterisk action failed: Extension does not exist


If I try to dial from Odoo contact using for example this internal number +34 6002 it works, but if I try to dial this external number +34 963 333 333 it fails


This is my extensions.conf


[from-trunk]
;
exten => _6XXX,1,Dial(PJSIP/${EXTEN})
exten => _9XXXXXXXX,2,Dial(PJSIP/${EXTEN})

[from-internal]
;
exten => _6XXX,1,Dial(PJSIP/${EXTEN})
exten => _9XXXXXXXX,2,Dial(PJSIP/${EXTEN})


I've tried with _00349XXXXXXXX, _+349XXXXXXXX, _9., _9XXXXXXXX, etc... and always the same error about Extensions does not exist. I've tried all this settings that appears in this question but it doesn't work:


https://www.odoo.com/es_ES/forum/ayuda-1/question/here-is-the-error-py-asterisk-action-failed-extension-does-not-exist-117343


https://issues.asterisk.org/jira/browse/ASTERISK-22905


Can someone help me?


Thanks


Avatar
Discard
Best Answer

Have a look at this addon - https://apps.odoo.com/apps/modules/12.0/asterisk_calls/

This is a fully Odoo based solution. 

Avatar
Discard
Best Answer

Hi, 

I had the same problem using our provider - the configuration that worked for me in extension is as follows: 

[provider-in]
exten => account_nb,1, Dial(SIP/101)                       ;

[provider-out]
exten => _XXX,1,Dial(SIP/${EXTEN}) ;
exten => _XXX.,1,Dial(SIP/${EXTEN}@account_nb)             ; 
exten => _+XX.,1,Dial(SIP/${EXTEN}@account_nb)             ; 

so this last extension _+XX. actually worked for us,

Best Regards

Avatar
Discard
Best Answer

We have integration of Asterisk based pbx like FreePBx, issabel etc with Odoo all version with advances features like click to call, call pp up , call reporting and auto dialers,predictive dialer, Voice Broadcasting for for free .

Check out : http://astercti.techextension.com
You can download it from here
https://astercti.techextension.com/installation
If you are interested than reply me.

Regards
TechExtension Team
skype: tech.extension
Email: astercti@techextension.com

#campaign #autodialer #marketing #free #asterisk #odoo

Avatar
Discard
Related Posts Replies Views Activity
2
Dec 19
3194
0
Nov 24
2
0
Nov 24
37
2
Nov 24
262
1
Oct 24
328