Se rendre au contenu
Menu
Cette question a été signalée
3 Réponses
5386 Vues

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
Ignorer
Meilleure réponse

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

This is a fully Odoo based solution. 

Avatar
Ignorer
Meilleure réponse

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
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
2
déc. 19
3562
0
mai 25
165
2
avr. 25
2412
1
févr. 25
758
2
févr. 25
1274