There are no exceptions raised, that output is only in kamailio debug. Was just curious what its meaning was.

-dan

From: Ricardo Castillo via sr-users <sr-users@lists.kamailio.org>
Sent: Thursday, November 14, 2024 03:53
To: sr-users@lists.kamailio.org <sr-users@lists.kamailio.org>
Cc: Ricardo Castillo <pkecastillo@gmail.com>
Subject: [SR-Users] Re: KEMI / Python Issues
 
Caution: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe


Daniel try using (try / except) for more debug or apply more verbose.

For it msg "execution of route type 1 with no name returned 1" use return -1 an try again.

try:
    # your code here
except Exception as e:
    ksr.err(f"Exception occurred: {str(e)}")
    return

regards
Richard
__________________________________________________________
Kamailio - Users Mailing List - Non Commercial Discussions
To unsubscribe send an email to sr-users-leave@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the sender!
Edit mailing list options or unsubscribe: