c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #10835
[Bug 697395] [NEW] set callerid agi need different quoting
Public bug reported:
We upgrade the module to the version which supports adaptation of the
callerid (name, num) based upon data available in our OpenERP
installation. We use asterisk 1.6 and had to change the script
get_cid_name.py and replace the line:
sys.stdout.write('SET CALLERID "%s" <%s>\n' % (res_ascii,
input_cid_number))
with
sys.stdout.write('SET CALLERID "%s<%s>"\n' % (res_ascii, input_cid_number))
Note the difference in the location of the quote. After that, everything
works out pretty well.
Without this change the callerid (name) would be set properly, but the
callerid(num) would be empty.
** Affects: openobject-addons
Importance: Undecided
Assignee: Alexis de Lattre (alexis-via)
Status: New
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP Community (openerp-community)
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/697395
Title:
set callerid agi need different quoting
Status in OpenObject Addons Modules:
New
Bug description:
We upgrade the module to the version which supports adaptation of the callerid (name, num) based upon data available in our OpenERP installation. We use asterisk 1.6 and had to change the script get_cid_name.py and replace the line:
sys.stdout.write('SET CALLERID "%s" <%s>\n' % (res_ascii, input_cid_number))
with
sys.stdout.write('SET CALLERID "%s<%s>"\n' % (res_ascii, input_cid_number))
Note the difference in the location of the quote. After that, everything works out pretty well.
Without this change the callerid (name) would be set properly, but the callerid(num) would be empty.
Follow ups
-
[Bug 697395] Re: set callerid agi need different quoting
From: Alexis de Lattre, 2011-01-22
-
[Bug 697395] Re: set callerid agi need different quoting
From: Alexis de Lattre, 2011-01-06
-
[Bug 697395] Re: set callerid agi need different quoting
From: Alexis de Lattre, 2011-01-06
-
[Bug 697395] Re: set callerid agi need different quoting
From: Alexis de Lattre, 2011-01-05
-
[Bug 697395] Re: set callerid agi need different quoting
From: Marcel van der Boom (HS-Development BV), 2011-01-05
-
[Bug 697395] Re: set callerid agi need different quoting
From: Alexis de Lattre, 2011-01-05
-
[Bug 697395] Re: set callerid agi need different quoting
From: Launchpad Bug Tracker, 2011-01-05
-
[Bug 697395] Re: set callerid agi need different quoting
From: Launchpad Bug Tracker, 2011-01-05
-
[Bug 697395] Re: set callerid agi need different quoting
From: Raphaël Valyi - http : //www . akretion . com, 2011-01-04
-
[Bug 697395] [NEW] set callerid agi need different quoting
From: Marcel van der Boom (HS-Development BV), 2011-01-04
References