| 175 | |
| 176 | |
| 177 | static inline int exec_post_cb( struct sip_msg *msg, struct script_cb *cb) |
| 178 | { |
| 179 | for ( ; cb ; cb=cb->next){ |
| 180 | cb->cbf( msg, cb->param); |
| 181 | } |
| 182 | return 1; |
| 183 | } |
| 184 | |
| 185 | |
| 186 | int exec_pre_req_cb( struct sip_msg *msg) |
no outgoing calls
no test coverage detected