You have to make a new pull request with a clean set of commits.
For convenience, I am presenting some guidelines that can help -- you can get the diff of your pull request via:
* https://patch-diff.githubusercontent.com/raw/kamailio/kamailio/pull/1179.dif...
Apply it to to a fresh master clone. Discard the changes to README, the file is auto-generated.
``` wget https://patch-diff.githubusercontent.com/raw/kamailio/kamailio/pull/1179.dif... cd kamailio-master patch -p1 ../1179.diff rm src/modules/cfg_rpc/README git checkout src/modules/cfg_rpc/README ```
Commit the changes per component, first to core:
``` git commit src/core/ ```
Then to cfg_rpc module:
``` git commit src/modules/cfg_rpc ```
Be sure you set the proper commit messages.