Module: sip-router
Branch: pd/outbound
Commit: c9b45176a1e3a55820c98f4907927ee217007e2e
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c9b4517…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Tue Aug 14 09:17:16 2012 +0100
Makefile: added Outbound stub module
---
Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 49a73e3..c8f09a7 100644
--- a/Makefile
+++ b/Makefile
@@ -194,7 +194,7 @@ module_group_stable=cpl-c dbtext jabber osp sms pdb
# Modules in this group are either not complete, untested, or without enough
# reports of usage to allow the module into the stable group. They may or may
# not have dependencies
-module_group_experimental=tls oracle iptrtpproxy ndb_redis async websocket
+module_group_experimental=tls oracle iptrtpproxy ndb_redis async websocket outbound
# For cassandra
module_group_cassandra_driver=db_cassandra
@@ -267,6 +267,9 @@ module_group_ktls=tls
# K websocket module
module_group_kwebsocket=websocket
+# K outbound module
+module_group_koutbound=outbound
+
# K presence modules
module_group_kpresence=presence presence_dialoginfo presence_mwi presence_xml presence_profile\
pua pua_bla pua_dialoginfo pua_mi pua_usrloc pua_xmpp \
@@ -317,7 +320,7 @@ else
presence_dialoginfo presence_xml pua pua_bla \
pua_dialoginfo pua_usrloc pua_xmpp \
regex xcap_client xcap_server presence_conference \
- presence_reginfo pua_reginfo websocket
+ presence_reginfo pua_reginfo websocket outbound
#excluded because they depend on external *.h files
exclude_modules+= h350
# excluded because they do not compile (remove them only after they are
Hi,
I've been having some problems with git this evening.
Earlier today (at the office) I created a branch to start the Outbound
development on.
This evening (at home, on another computer) I checked out this branch
using "git checkout -b outbound origin/pd/outbound"
I added some files, made some changes, and committed them to the local
branch, but I can't seem to push these changes.
When I do "git push" I get "Everything up-to-date" - which is not the
case. When I try something more specific like "git push origin
origin/pd/outbound" I get:
Total 0 (delta 0), reused 0 (delta 0)
remote: error: hook declined to update refs/remotes/origin/pd/outbound
To ssh://pd@git.sip-router.org/sip-router
! [remote rejected] origin/pd/outbound -> origin/pd/outbound (hook
declined)
error: failed to push some refs to 'ssh://pd@git.sip-router.org/sip-router'
I have pushed some fixes to master this evening from this same computer -
so it must be something to do with the branch or the "git push" operation
itself.
I'm sure I've just done something stupid... but I can't think what it
might be.
Regards,
Peter
--
Peter Dunkley
Technical Director
Crocodile RCS Ltd