Skip to Content
Menu
This question has been flagged
3 Replies
5499 Zobrazenia

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
Zrušiť
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
Zrušiť
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
Zrušiť
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
Zrušiť
Related Posts Replies Zobrazenia Aktivita
2
dec 19
3659
1
jún 25
660
0
máj 25
818
2
apr 25
2809
1
feb 25
1088