o Torrey Searle on 10/07/2011 05:41 PM:
Honest answer is that I don't think I understand how GIT works.

when I do

git checkout 4f3e1b179492b9bfd5916747d747176c419f9721
this does check out the specific hash - you are at 4f3e1b179492b9bfd5916747d747176c419f9721 and not at any branch (yet).

if you did cherry-pick only the " 9f51ca5 sbc:cc: trying to make juha happy" commit before, you were missing some.

if you did 'git merge master' or 'git merge origin/master' or cherry pick the various commits, then it should have worked.

gitk (or gitg) is very handy.

anyway, glad it works now.

Stefan


and compile, my module works, the module is based on the
CCTemplate.cpp from master (which uses the new NAMESPACE variable you
refer to)
also after doing the git checkout I still seems to have the new
indexes mentioned in the 499d8dd

#define CC_API_PARAMS_CC_NAMESPACE      0
#define CC_API_PARAMS_LTAG              1
#define CC_API_PARAMS_CALL_PROFILE      2
#define CC_API_PARAMS_TIMESTAMPS        3


so I'm not sure what exactly the git checkout command changed... but
it made things happh...


Torrey

On 7 October 2011 16:47, Stefan Sayer<[email protected]>  wrote:



o Torrey Searle on 10/07/2011 03:43 PM:

I was having a similar issue, after some investigation I found that
nothing happens because call_profile is null after the dynamic cast
(so the functions start/connect/end return imeadiatly)

have you also pulled in 499d8dd? the interface indices changed, if you didnt
update to that. it wont work.

Stefan


The issue goes away if you revert to
4f3e1b179492b9bfd5916747d747176c419f9721

Torrey






--
frafos.com
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to