Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
rinku rawat
1.9k
131
16.5k
Tapi Calling ("Discon... method call on different web api")
Apr 1 2017 12:38 AM
I've created restfull web api in C#.net for calling via tapi drivers.
Calling web api (api/tapi/call). methoed for create call "
CreateCall(....)
"
Hangup call web api (api/tapi/hangup). method for hangup call "
Disconnect(....)
"
Case 1-
if we call api/tapi/call with some post data then call connected to given contact no. then after we'll call web api api/tapi/hangup then generate error null reference.
Case 2-
if we call api/tapi/call with some post data then call connected to given contact no. and "
Disconnect(....)
" method call in same web api then call disconnected easily.
Note -
How can we manage some state (object value) api/tapi/call data to api/tapi/hangup to.
Reply
Answers (
1
)
how to create a attendance register report in c#
Can we manage session in mvc web api ?