← Back to team overview

c2c-oerpscenario team mailing list archive

[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

References