Module: sems
Branch: master
Commit: e50dd73c03111ea4d4e36a7bb9eec1b8f2758ca1
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=e50dd73c03111ea4d4e36a7bb9eec1b8f2758ca1

Author: Raphael Coeffic <[email protected]>
Committer: Raphael Coeffic <[email protected]>
Date:   Tue Apr 12 15:38:33 2011 +0200

b/f: fixes dd2dd9d8

---

 apps/ivr/IvrSipReply.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/ivr/IvrSipReply.cpp b/apps/ivr/IvrSipReply.cpp
index fe5c95b..2fac517 100644
--- a/apps/ivr/IvrSipReply.cpp
+++ b/apps/ivr/IvrSipReply.cpp
@@ -101,8 +101,8 @@ static PyGetSetDef IvrSipReply_getset[] = {
   {(char*)"route",    (getter)IvrSipReply_getroute, NULL, (char*)"route", 
NULL},
   {(char*)"hdrs",     (getter)IvrSipReply_gethdrs, NULL, (char*)"hdrs", NULL},
   {(char*)"body",     (getter)IvrSipReply_getbody, NULL, (char*)"body", NULL},
-  {(char*)"from_tag", (getter)IvrSipReply_getfrom_tag, NULL, 
(char*)"from_tag", NULL},
-  {(char*)"to_tag",   (getter)IvrSipReply_getto_tag, NULL, (char*)"to_tag", 
NULL},
+  {(char*)"remote_tag", (getter)IvrSipReply_getremote_tag, NULL, 
(char*)"remote_tag", NULL},
+  {(char*)"local_tag",   (getter)IvrSipReply_getlocal_tag, NULL, 
(char*)"local_tag", NULL},
   {(char*)"cseq",     (getter)IvrSipReply_getcseq, NULL, (char*)"cseq", NULL},
   {NULL}  /* Sentinel */
 };

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

Reply via email to