[Asterisk-Dev] Patch to chan_mgcp for IP10S for test

Daniel ANDRE dandre at iris-tech.fr
Tue Mar 30 09:50:43 MST 2004


Hello,

I am working on making chan_mgcp work properly with IP10S from 
SwissVoice. I have patched chan_mgcp from asterisk 0.7.2 and it seems to 
work pretty well but not in all cases. I give the patch with this 
message and wait for all feedback.

Best regards,

Daniel ANDRE

-- 
Daniel ANDRE (mailto:daniel.andre at iris-tech.fr)
IRIS Technologies - http://www.iris-tech.com
Serveur kwartz - http://www.kwartz.com

-------------- next part --------------
1d0
< 
375d373
< 
766,767c764
< //For IP10S
< 	if ((sub) && !( sub->cxmode == MGCP_CX_MUTE)) {
---
> 	if (sub) {
1389d1385
< 
1640d1635
< 
1643d1637
< 
2228,2229d2221
< // for MGCP IP10S
< #if 0 
2234d2225
< #endif 
2239,2240c2230
<                     // threewaycalling = conf capability?
<                     if ((!sub->outgoing) && (!sub->next->outgoing) && (p->threewaycalling)) {
---
>                     if ((!sub->outgoing) && (!sub->next->outgoing)) {
2265c2255
< // IP10S                   transmit_modify_request(sub);
---
>                         transmit_modify_request(sub);
2272,2273c2262,2263
< // IP10S                handle_hd_hf(sub->next, ev);
<                         
---
>                         handle_hd_hf(sub->next, ev);
> #if 0
2280a2271
> #endif
2298d2288
<                     


More information about the asterisk-dev mailing list